Trace number 1064652

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (MO) 1024.04 1036.43

General information on the benchmark

Namecsp/tdsp/
normalized-C6-3-121.xml
MD5SUMa63bd6da2f487f90a12a628260cf4b25
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables293
Number of constraints4850
Maximum constraint arity6
Maximum domain size122
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4850
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 05:44:55 2008
0.00/0.04	c 0	PID 5018
0.00/0.04	c 0	HOST node76.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1064652-1215143095.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064652-1215143095.xml' 'HOME/temp.csp'
0.03/0.82	c 1	5 domains, 293 variables, 2 predicates, 0 relations, 4850 constraints
0.03/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.80/0.90	c 1	Parsing HOME/temp.csp
1.35/1.41	c 2	parsed 5150 expressions
1.35/1.42	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.35/1.42	c 2	Converting to clausal form CSP
1.54/1.62	c 2	converted 515 (10%) expressions
1.54/1.67	c 2	converted 1030 (20%) expressions
1.64/1.75	c 2	converted 1545 (30%) expressions
1.64/1.78	c 2	converted 2060 (40%) expressions
1.75/1.82	c 2	converted 2575 (50%) expressions
1.75/1.85	c 2	converted 3090 (60%) expressions
1.75/1.89	c 2	converted 3605 (70%) expressions
1.84/1.98	c 2	converted 4120 (80%) expressions
1.94/2.02	c 2	converted 4635 (90%) expressions
1.94/2.05	c 2	converted 5150 (100%) expressions
1.94/2.05	c 2	CSP : 482 integers, 0 booleans, 5218 clauses, largest domain size 122
1.94/2.05	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.94/2.05	c 2	Propagation in CSP
2.04/2.12	c 3	1114 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.04/2.12	c 3	CSP : 482 integers, 0 booleans, 5218 clauses, largest domain size 121
2.04/2.12	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.04/2.12	c 3	Simplifing CSP by introducing new Boolean variables
2.14/2.28	c 3	CSP : 482 integers, 18624 booleans, 23842 clauses, largest domain size 121
2.14/2.28	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.24/2.37	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.33/2.41	c 3	49 (10%) CSP integer variables are encoded (2962 clauses, 36391 bytes)
2.33/2.41	c 3	97 (20%) CSP integer variables are encoded (5926 clauses, 74923 bytes)
2.33/2.41	c 3	145 (30%) CSP integer variables are encoded (8978 clauses, 114599 bytes)
2.33/2.42	c 3	193 (40%) CSP integer variables are encoded (12002 clauses, 158232 bytes)
2.33/2.42	c 3	241 (50%) CSP integer variables are encoded (14972 clauses, 202782 bytes)
2.33/2.43	c 3	290 (60%) CSP integer variables are encoded (17994 clauses, 248112 bytes)
2.33/2.43	c 3	338 (70%) CSP integer variables are encoded (18593 clauses, 257097 bytes)
2.33/2.43	c 3	386 (80%) CSP integer variables are encoded (18891 clauses, 261567 bytes)
2.33/2.43	c 3	434 (90%) CSP integer variables are encoded (19336 clauses, 268242 bytes)
2.33/2.43	c 3	482 (100%) CSP integer variables are encoded (19659 clauses, 273087 bytes)
5.32/5.41	c 6	2385 (10%) CSP clauses are encoded (1399973 clauses, 34029599 bytes)
9.11/12.85	c 13	4769 (20%) CSP clauses are encoded (3245896 clauses, 81232121 bytes)
12.89/16.67	c 17	7153 (30%) CSP clauses are encoded (5059341 clauses, 128077323 bytes)
16.67/20.41	c 21	9537 (40%) CSP clauses are encoded (6833804 clauses, 173978322 bytes)
19.07/24.65	c 25	11921 (50%) CSP clauses are encoded (8007151 clauses, 204020489 bytes)
22.13/27.73	c 28	14306 (60%) CSP clauses are encoded (9458696 clauses, 241592812 bytes)
24.49/30.12	c 31	16690 (70%) CSP clauses are encoded (10586316 clauses, 270616357 bytes)
26.67/32.38	c 33	19074 (80%) CSP clauses are encoded (11651723 clauses, 298161192 bytes)
29.76/37.08	c 37	21458 (90%) CSP clauses are encoded (13107609 clauses, 337648450 bytes)
32.74/40.09	c 40	23842 (100%) CSP clauses are encoded (14510165 clauses, 375659127 bytes)
32.74/40.09	c 40	23842 CSP clauses encoded
32.74/40.09	c 40	Writing map file : HOME/temp.map
32.84/40.10	c 40	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.84/40.10	c 40	SAT : 38758 SAT variables, 14510165 SAT clauses, 375659127 bytes
32.84/40.10	c 40	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.84/40.14	c 41	SOLVING HOME/temp.cnf
32.84/40.14	c 41	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
32.84/40.14	c 41	This is MiniSat 2.0 beta
32.84/40.14	c 41	WARNING: for repeatability, setting FPU to use double precision
32.84/40.14	c 41	============================[ Problem Statistics ]=============================
32.84/40.14	c 41	|                                                                             |
32.84/40.14	c 41	|  Number of variables:  38758                                                |
32.84/40.14	c 41	|  Number of clauses:    14510165                                             |
40.56/47.93	c 48	|  Parsing time:         6.62         s                                       |
40.97/48.31	c 49	============================[ Search Statistics ]==============================
40.97/48.31	c 49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
40.97/48.31	c 49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
40.97/48.31	c 49	===============================================================================
40.97/48.31	c 49	|         0 |   38758 14510165 55947412 |  4836721        0    nan |  0.000 % |
42.86/50.20	c 51	|       100 |   38758 14510165 55947412 |  5320393      100     27 |  0.000 % |
44.05/51.41	c 52	|       250 |   38758 14510165 55947412 |  5852433      250     23 |  0.000 % |
45.84/53.23	c 54	|       475 |   38758 14510165 55947412 |  6437676      475     22 |  0.000 % |
47.73/55.10	c 55	|       812 |   38758 14510165 55947412 |  7081444      812     22 |  0.000 % |
50.41/57.82	c 58	|      1318 |   38758 14510165 55947412 |  7789588     1318     21 |  0.000 % |
54.29/61.75	c 62	|      2077 |   38758 14510165 55947412 |  8568547     2077     23 |  0.000 % |
59.36/66.82	c 67	|      3217 |   38758 14510165 55947412 |  9425402     3217     23 |  0.000 % |
65.82/73.31	c 74	|      4926 |   38758 14510165 55947412 | 10367942     4926     25 |  0.000 % |
77.07/84.63	c 85	|      7488 |   38758 14510165 55947412 | 11404736     7488     27 |  0.000 % |
93.18/100.81	c 101	|     11332 |   38758 14510165 55947412 | 12545210    11332     29 |  0.000 % |
113.76/121.52	c 122	|     17100 |   38758 14510165 55947412 | 13799731    17100     33 |  0.000 % |
142.81/150.71	c 151	|     25749 |   38758 14510165 55947412 | 15179704    25749     37 |  0.000 % |
202.09/210.32	c 211	|     38723 |   38758 14510165 55947412 | 16697674    38723     33 |  0.000 % |
271.68/280.36	c 281	|     58184 |   38758 14510165 55947412 | 18367442    58184     35 |  0.000 % |
372.25/381.47	c 382	|     87376 |   38758 14510165 55947412 | 20204186    87376     41 |  0.000 % |
515.54/525.45	c 526	|    131167 |   38758 14510165 55947412 | 22224605   131167     54 |  0.000 % |
709.80/720.60	c 721	|    196851 |   38758 14510165 55947412 | 24447065   196851     75 |  0.000 % |
1023.79/1036.12	c ERROR INTERRUPTED
1023.90/1036.25	s UNKNOWN
1023.90/1036.25	c 1037	CPU 30.05 (0.04 0.01 30.01 2.82)
1023.90/1036.25	c 1037	END Fri Jul  4 06:02:12 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064652-1215143095/watcher-1064652-1215143095 -o /tmp/evaluation-result-1064652-1215143095/solver-1064652-1215143095 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1064652-1215143095.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.37 2.52 2.52 4/91 5018
/proc/meminfo: memFree=1803056/2055920 swapFree=4179140/4192956
[pid=5018] ppid=5016 vsize=12272 CPUtime=0
/proc/5018/stat : 5018 (sugar) R 5016 5018 31868 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 125990169 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 265674259045 0 0 4224 0 0 0 0 17 0 0 0
/proc/5018/statm: 3068 328 246 3 0 168 0

[startup+0.087712 s]
/proc/loadavg: 2.37 2.52 2.52 4/91 5018
/proc/meminfo: memFree=1803056/2055920 swapFree=4179140/4192956
[pid=5018] ppid=5016 vsize=13600 CPUtime=0.03
/proc/5018/stat : 5018 (sugar) S 5016 5018 31868 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 125990169 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5018/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101714 s]
/proc/loadavg: 2.37 2.52 2.52 4/91 5018
/proc/meminfo: memFree=1803056/2055920 swapFree=4179140/4192956
[pid=5018] ppid=5016 vsize=13600 CPUtime=0.03
/proc/5018/stat : 5018 (sugar) S 5016 5018 31868 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 125990169 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5018/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301729 s]
/proc/loadavg: 2.37 2.52 2.52 4/91 5018
/proc/meminfo: memFree=1803056/2055920 swapFree=4179140/4192956
[pid=5018] ppid=5016 vsize=13600 CPUtime=0.03
/proc/5018/stat : 5018 (sugar) S 5016 5018 31868 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 125990169 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5018/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701781 s]
/proc/loadavg: 2.37 2.52 2.52 4/91 5018
/proc/meminfo: memFree=1803056/2055920 swapFree=4179140/4192956
[pid=5018] ppid=5016 vsize=13600 CPUtime=0.03
/proc/5018/stat : 5018 (sugar) S 5016 5018 31868 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 125990169 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5018/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50287 s]
/proc/loadavg: 2.37 2.52 2.52 4/102 5040
/proc/meminfo: memFree=1795608/2055920 swapFree=4179140/4192956
[pid=5018] ppid=5016 vsize=13600 CPUtime=0.8
/proc/5018/stat : 5018 (sugar) S 5016 5018 31868 0 -1 4194304 973 7373 0 1 3 1 72 4 15 0 1 0 125990169 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5018/statm: 3400 797 370 3 0 500 0
[pid=5031] ppid=5018 vsize=5356 CPUtime=0
/proc/5031/stat : 5031 (sh) S 5018 5018 31868 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 125990252 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5031/statm: 1339 233 193 169 0 50 0
[pid=5032] ppid=5031 vsize=864488 CPUtime=0.65
/proc/5032/stat : 5032 (java) S 5031 5018 31868 0 -1 0 4557 0 1 0 62 3 0 0 18 0 9 0 125990252 885235712 3986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5032/statm: 216122 3986 1731 9 0 210697 0
[pid=5032/tid=5033] ppid=5031 vsize=864488 CPUtime=0.49
/proc/5032/task/5033/stat : 5033 (java) R 5031 5018 31868 0 -1 64 2669 0 1 0 48 1 0 0 22 0 9 0 125990253 885235712 3986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5034] ppid=5031 vsize=864488 CPUtime=0.04
/proc/5032/task/5034/stat : 5034 (java) S 5031 5018 31868 0 -1 64 815 0 0 0 4 0 0 0 16 0 9 0 125990254 885235712 3986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5035] ppid=5031 vsize=864488 CPUtime=0
/proc/5032/task/5035/stat : 5035 (java) S 5031 5018 31868 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 125990254 885235712 3986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5036] ppid=5031 vsize=864488 CPUtime=0
/proc/5032/task/5036/stat : 5036 (java) S 5031 5018 31868 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 125990254 885235712 3986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5037] ppid=5031 vsize=864488 CPUtime=0
/proc/5032/task/5037/stat : 5037 (java) S 5031 5018 31868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 125990256 885235712 3986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5038] ppid=5031 vsize=864488 CPUtime=0.09
/proc/5032/task/5038/stat : 5038 (java) R 5031 5018 31868 0 -1 64 381 0 0 0 9 0 0 0 16 0 9 0 125990256 885235712 3986 996147200 134512640 134550740 4294955952 18446744073709551615 101580817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5039] ppid=5031 vsize=864488 CPUtime=0
/proc/5032/task/5039/stat : 5039 (java) S 5031 5018 31868 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 125990256 885235712 3986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5040] ppid=5031 vsize=864488 CPUtime=0
/proc/5032/task/5040/stat : 5040 (java) S 5031 5018 31868 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 125990256 885235712 3986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883444

[startup+3.10205 s]
/proc/loadavg: 2.42 2.53 2.52 5/102 5040
/proc/meminfo: memFree=1780376/2055920 swapFree=4179140/4192956
[pid=5018] ppid=5016 vsize=13600 CPUtime=0.8
/proc/5018/stat : 5018 (sugar) S 5016 5018 31868 0 -1 4194304 974 7373 0 1 3 1 72 4 15 0 1 0 125990169 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5018/statm: 3400 797 370 3 0 500 0
[pid=5031] ppid=5018 vsize=5356 CPUtime=0
/proc/5031/stat : 5031 (sh) S 5018 5018 31868 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 125990252 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5031/statm: 1339 233 193 169 0 50 0
[pid=5032] ppid=5031 vsize=868516 CPUtime=2.23
/proc/5032/stat : 5032 (java) S 5031 5018 31868 0 -1 0 10008 0 1 0 211 12 0 0 18 0 9 0 125990252 889360384 9007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5032/statm: 217129 9007 2565 9 0 211676 0
[pid=5032/tid=5033] ppid=5031 vsize=868516 CPUtime=1.52
/proc/5032/task/5033/stat : 5033 (java) R 5031 5018 31868 0 -1 64 3013 0 1 0 145 7 0 0 25 0 9 0 125990253 889360384 9007 996147200 134512640 134550740 4294955952 18446744073709551615 4126818739 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5034] ppid=5031 vsize=868516 CPUtime=0.45
/proc/5032/task/5034/stat : 5034 (java) S 5031 5018 31868 0 -1 64 4812 0 0 0 43 2 0 0 16 0 9 0 125990254 889360384 9007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5035] ppid=5031 vsize=868516 CPUtime=0
/proc/5032/task/5035/stat : 5035 (java) S 5031 5018 31868 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 125990254 889360384 9007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5036] ppid=5031 vsize=868516 CPUtime=0
/proc/5032/task/5036/stat : 5036 (java) S 5031 5018 31868 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 125990254 889360384 9007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5037] ppid=5031 vsize=868516 CPUtime=0
/proc/5032/task/5037/stat : 5037 (java) S 5031 5018 31868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 125990256 889360384 9007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5038] ppid=5031 vsize=868516 CPUtime=0.23
/proc/5032/task/5038/stat : 5038 (java) S 5031 5018 31868 0 -1 64 1489 0 0 0 22 1 0 0 16 0 9 0 125990256 889360384 9007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5039] ppid=5031 vsize=868516 CPUtime=0
/proc/5032/task/5039/stat : 5039 (java) S 5031 5018 31868 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 125990256 889360384 9007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5040] ppid=5031 vsize=868516 CPUtime=0
/proc/5032/task/5040/stat : 5040 (java) S 5031 5018 31868 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 125990256 889360384 9007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887472

[startup+6.30241 s]
/proc/loadavg: 2.42 2.53 2.52 3/102 5040
/proc/meminfo: memFree=1740376/2055920 swapFree=4179140/4192956
[pid=5018] ppid=5016 vsize=13600 CPUtime=0.8
/proc/5018/stat : 5018 (sugar) S 5016 5018 31868 0 -1 4194304 974 7373 0 1 3 1 72 4 16 0 1 0 125990169 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5018/statm: 3400 797 370 3 0 500 0
[pid=5031] ppid=5018 vsize=5356 CPUtime=0
/proc/5031/stat : 5031 (sh) S 5018 5018 31868 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 125990252 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5031/statm: 1339 233 193 169 0 50 0
[pid=5032] ppid=5031 vsize=868516 CPUtime=5.41
/proc/5032/stat : 5032 (java) S 5031 5018 31868 0 -1 0 10708 0 1 0 503 38 0 0 18 0 9 0 125990252 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5032/statm: 217129 9010 2565 9 0 211676 0
[pid=5032/tid=5033] ppid=5031 vsize=868516 CPUtime=4.47
/proc/5032/task/5033/stat : 5033 (java) R 5031 5018 31868 0 -1 64 3710 0 1 0 418 29 0 0 25 0 9 0 125990253 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4126478407 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5034] ppid=5031 vsize=868516 CPUtime=0.68
/proc/5032/task/5034/stat : 5034 (java) S 5031 5018 31868 0 -1 64 4812 0 0 0 61 7 0 0 16 0 9 0 125990254 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5035] ppid=5031 vsize=868516 CPUtime=0
/proc/5032/task/5035/stat : 5035 (java) S 5031 5018 31868 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 125990254 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5036] ppid=5031 vsize=868516 CPUtime=0
/proc/5032/task/5036/stat : 5036 (java) S 5031 5018 31868 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 125990254 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5037] ppid=5031 vsize=868516 CPUtime=0
/proc/5032/task/5037/stat : 5037 (java) S 5031 5018 31868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 125990256 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5038] ppid=5031 vsize=868516 CPUtime=0.24
/proc/5032/task/5038/stat : 5038 (java) S 5031 5018 31868 0 -1 64 1492 0 0 0 23 1 0 0 16 0 9 0 125990256 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5039] ppid=5031 vsize=868516 CPUtime=0
/proc/5032/task/5039/stat : 5039 (java) S 5031 5018 31868 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 125990256 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5040] ppid=5031 vsize=868516 CPUtime=0
/proc/5032/task/5040/stat : 5040 (java) S 5031 5018 31868 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 125990256 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887472

[startup+12.7021 s]
/proc/loadavg: 2.44 2.53 2.52 3/102 5040
/proc/meminfo: memFree=1702040/2055920 swapFree=4179140/4192956
[pid=5018] ppid=5016 vsize=13600 CPUtime=0.8
/proc/5018/stat : 5018 (sugar) S 5016 5018 31868 0 -1 4194304 974 7373 0 1 3 1 72 4 16 0 1 0 125990169 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5018/statm: 3400 797 370 3 0 500 0
[pid=5031] ppid=5018 vsize=5356 CPUtime=0
/proc/5031/stat : 5031 (sh) S 5018 5018 31868 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 125990252 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5031/statm: 1339 233 193 169 0 50 0
[pid=5032] ppid=5031 vsize=868516 CPUtime=8.22
/proc/5032/stat : 5032 (java) S 5031 5018 31868 0 -1 0 11329 0 1 0 759 63 0 0 18 0 9 0 125990252 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5032/statm: 217129 9010 2565 9 0 211676 0
[pid=5032/tid=5033] ppid=5031 vsize=868516 CPUtime=7.08
/proc/5032/task/5033/stat : 5033 (java) R 5031 5018 31868 0 -1 64 4331 0 1 0 658 50 0 0 25 0 9 0 125990253 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4127020512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5034] ppid=5031 vsize=868516 CPUtime=0.86
/proc/5032/task/5034/stat : 5034 (java) S 5031 5018 31868 0 -1 64 4812 0 0 0 76 10 0 0 16 0 9 0 125990254 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5035] ppid=5031 vsize=868516 CPUtime=0
/proc/5032/task/5035/stat : 5035 (java) S 5031 5018 31868 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 125990254 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5036] ppid=5031 vsize=868516 CPUtime=0
/proc/5032/task/5036/stat : 5036 (java) S 5031 5018 31868 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 125990254 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5037] ppid=5031 vsize=868516 CPUtime=0
/proc/5032/task/5037/stat : 5037 (java) S 5031 5018 31868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 125990256 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5038] ppid=5031 vsize=868516 CPUtime=0.24
/proc/5032/task/5038/stat : 5038 (java) S 5031 5018 31868 0 -1 64 1492 0 0 0 23 1 0 0 16 0 9 0 125990256 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5039] ppid=5031 vsize=868516 CPUtime=0
/proc/5032/task/5039/stat : 5039 (java) S 5031 5018 31868 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 125990256 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5040] ppid=5031 vsize=868516 CPUtime=0
/proc/5032/task/5040/stat : 5040 (java) S 5031 5018 31868 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 125990256 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.02
Current children cumulated vsize (KiB) 887472

[startup+25.5016 s]
/proc/loadavg: 2.52 2.54 2.53 3/102 5040
/proc/meminfo: memFree=1560472/2055920 swapFree=4179140/4192956
[pid=5018] ppid=5016 vsize=13600 CPUtime=0.8
/proc/5018/stat : 5018 (sugar) S 5016 5018 31868 0 -1 4194304 974 7373 0 1 3 1 72 4 16 0 1 0 125990169 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5018/statm: 3400 797 370 3 0 500 0
[pid=5031] ppid=5018 vsize=5356 CPUtime=0
/proc/5031/stat : 5031 (sh) S 5018 5018 31868 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 125990252 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5031/statm: 1339 233 193 169 0 50 0
[pid=5032] ppid=5031 vsize=868516 CPUtime=19.16
/proc/5032/stat : 5032 (java) S 5031 5018 31868 0 -1 0 13738 0 1 0 1755 161 0 0 18 0 9 0 125990252 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5032/statm: 217129 9010 2565 9 0 211676 0
[pid=5032/tid=5033] ppid=5031 vsize=868516 CPUtime=17.26
/proc/5032/task/5033/stat : 5033 (java) R 5031 5018 31868 0 -1 64 6740 0 1 0 1594 132 0 0 25 0 9 0 125990253 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4126372864 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5032/tid=5034] ppid=5031 vsize=868516 CPUtime=1.64
/proc/5032/task/5034/stat : 5034 (java) S 5031 5018 31868 0 -1 64 4812 0 0 0 137 27 0 0 16 0 9 0 125990254 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5032/tid=5035] ppid=5031 vsize=868516 CPUtime=0
/proc/5032/task/5035/stat : 5035 (java) S 5031 5018 31868 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 125990254 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5032/tid=5036] ppid=5031 vsize=868516 CPUtime=0
/proc/5032/task/5036/stat : 5036 (java) S 5031 5018 31868 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 125990254 889360384 9010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################

[pid=5041] ppid=5018 vsize=5356 CPUtime=0
/proc/5041/stat : 5041 (sh) S 5018 5018 31868 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 125994183 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5041/statm: 1339 232 193 169 0 50 0
[pid=5042] ppid=5041 vsize=819588 CPUtime=658.72
/proc/5042/stat : 5042 (minisat) R 5041 5018 31868 0 -1 4194304 200566 0 0 0 65724 148 0 0 25 0 1 0 125994183 839258112 200552 996147200 134512640 135127466 4294956272 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 1 0 0
/proc/5042/statm: 204897 200552 76 150 0 204744 0
Current children cumulated CPU time (s) 691.6
Current children cumulated vsize (KiB) 838544

[startup+762.307 s]
/proc/loadavg: 2.00 2.16 2.39 3/90 5087
/proc/meminfo: memFree=569016/2055920 swapFree=4179140/4192956
[pid=5018] ppid=5016 vsize=13600 CPUtime=32.88
/proc/5018/stat : 5018 (sugar) S 5016 5018 31868 0 -1 4194304 1034 24216 0 2 4 1 3001 282 16 0 1 0 125990169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5018/statm: 3400 799 370 3 0 500 0
[pid=5041] ppid=5018 vsize=5356 CPUtime=0
/proc/5041/stat : 5041 (sh) S 5018 5018 31868 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 125994183 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5041/statm: 1339 232 193 169 0 50 0
[pid=5042] ppid=5041 vsize=830476 CPUtime=718.43
/proc/5042/stat : 5042 (minisat) R 5041 5018 31868 0 -1 4194304 203265 0 0 0 71693 150 0 0 25 0 1 0 125994183 850407424 203251 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5042/statm: 207619 203251 76 150 0 207466 0
Current children cumulated CPU time (s) 751.31
Current children cumulated vsize (KiB) 849432

[startup+822.301 s]
/proc/loadavg: 2.00 2.13 2.36 3/90 5087
/proc/meminfo: memFree=566392/2055920 swapFree=4179140/4192956
[pid=5018] ppid=5016 vsize=13600 CPUtime=32.88
/proc/5018/stat : 5018 (sugar) S 5016 5018 31868 0 -1 4194304 1034 24216 0 2 4 1 3001 282 16 0 1 0 125990169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5018/statm: 3400 799 370 3 0 500 0
[pid=5041] ppid=5018 vsize=5356 CPUtime=0
/proc/5041/stat : 5041 (sh) S 5018 5018 31868 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 125994183 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5041/statm: 1339 232 193 169 0 50 0
[pid=5042] ppid=5041 vsize=833428 CPUtime=778.13
/proc/5042/stat : 5042 (minisat) R 5041 5018 31868 0 -1 4194304 203910 0 0 0 77663 150 0 0 25 0 1 0 125994183 853430272 203896 996147200 134512640 135127466 4294956272 18446744073709551615 134531250 0 0 4096 3 0 0 0 17 1 0 0
/proc/5042/statm: 208357 203896 76 150 0 208204 0
Current children cumulated CPU time (s) 811.01
Current children cumulated vsize (KiB) 852384

[startup+882.301 s]
/proc/loadavg: 2.00 2.10 2.34 3/90 5087
/proc/meminfo: memFree=562488/2055920 swapFree=4179140/4192956
[pid=5018] ppid=5016 vsize=13600 CPUtime=32.88
/proc/5018/stat : 5018 (sugar) S 5016 5018 31868 0 -1 4194304 1034 24216 0 2 4 1 3001 282 16 0 1 0 125990169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5018/statm: 3400 799 370 3 0 500 0
[pid=5041] ppid=5018 vsize=5356 CPUtime=0
/proc/5041/stat : 5041 (sh) S 5018 5018 31868 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 125994183 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5041/statm: 1339 232 193 169 0 50 0
[pid=5042] ppid=5041 vsize=837256 CPUtime=837.84
/proc/5042/stat : 5042 (minisat) R 5041 5018 31868 0 -1 4194304 204872 0 0 0 83633 151 0 0 25 0 1 0 125994183 857350144 204858 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/5042/statm: 209314 204858 76 150 0 209161 0
Current children cumulated CPU time (s) 870.72
Current children cumulated vsize (KiB) 856212

[startup+942.302 s]
/proc/loadavg: 2.00 2.08 2.31 3/90 5087
/proc/meminfo: memFree=545016/2055920 swapFree=4179140/4192956
[pid=5018] ppid=5016 vsize=13600 CPUtime=32.88
/proc/5018/stat : 5018 (sugar) S 5016 5018 31868 0 -1 4194304 1034 24216 0 2 4 1 3001 282 16 0 1 0 125990169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5018/statm: 3400 799 370 3 0 500 0
[pid=5041] ppid=5018 vsize=5356 CPUtime=0
/proc/5041/stat : 5041 (sh) S 5018 5018 31868 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 125994183 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5041/statm: 1339 232 193 169 0 50 0
[pid=5042] ppid=5041 vsize=854688 CPUtime=897.56
/proc/5042/stat : 5042 (minisat) R 5041 5018 31868 0 -1 4194304 209272 0 0 0 89600 156 0 0 25 0 1 0 125994183 875200512 209258 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5042/statm: 213672 209258 76 150 0 213519 0
Current children cumulated CPU time (s) 930.44
Current children cumulated vsize (KiB) 873644

[startup+1002.3 s]
/proc/loadavg: 2.00 2.06 2.29 3/90 5093
/proc/meminfo: memFree=514096/2055920 swapFree=4179140/4192956
[pid=5018] ppid=5016 vsize=13600 CPUtime=32.88
/proc/5018/stat : 5018 (sugar) S 5016 5018 31868 0 -1 4194304 1034 24216 0 2 4 1 3001 282 16 0 1 0 125990169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5018/statm: 3400 799 370 3 0 500 0
[pid=5041] ppid=5018 vsize=5356 CPUtime=0
/proc/5041/stat : 5041 (sh) S 5018 5018 31868 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 125994183 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5041/statm: 1339 232 193 169 0 50 0
[pid=5042] ppid=5041 vsize=885252 CPUtime=957.26
/proc/5042/stat : 5042 (minisat) R 5041 5018 31868 0 -1 4194304 216925 0 0 0 95564 162 0 0 25 0 1 0 125994183 906498048 216911 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5042/statm: 221313 216911 76 150 0 221160 0
Current children cumulated CPU time (s) 990.14
Current children cumulated vsize (KiB) 904208



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1036.1 s]
/proc/loadavg: 2.00 2.06 2.28 3/90 5093
/proc/meminfo: memFree=496496/2055920 swapFree=4179140/4192956
[pid=5018] ppid=5016 vsize=13600 CPUtime=32.88
/proc/5018/stat : 5018 (sugar) S 5016 5018 31868 0 -1 4194304 1034 24216 0 2 4 1 3001 282 16 0 1 0 125990169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5018/statm: 3400 799 370 3 0 500 0
[pid=5041] ppid=5018 vsize=5356 CPUtime=0
/proc/5041/stat : 5041 (sh) S 5018 5018 31868 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 125994183 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5041/statm: 1339 232 193 169 0 50 0
[pid=5042] ppid=5041 vsize=902692 CPUtime=990.91
/proc/5042/stat : 5042 (minisat) R 5041 5018 31868 0 -1 4194304 221272 0 0 0 98925 166 0 0 25 0 1 0 125994183 924356608 221258 996147200 134512640 135127466 4294956272 18446744073709551615 134528963 0 0 4096 3 0 0 0 17 1 0 0
/proc/5042/statm: 225673 221258 76 150 0 225520 0
Current children cumulated CPU time (s) 1023.79
Current children cumulated vsize (KiB) 921648

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+1036.22 s]
/proc/loadavg: 2.00 2.06 2.28 3/90 5093
/proc/meminfo: memFree=496496/2055920 swapFree=4179140/4192956
[pid=5018] ppid=5016 vsize=13600 CPUtime=32.88
/proc/5018/stat : 5018 (sugar) S 5016 5018 31868 0 -1 4194304 1045 24216 0 2 4 1 3001 282 16 0 1 0 125990169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/5018/statm: 3400 799 370 3 0 500 0
[pid=5041] ppid=5018 vsize=0 CPUtime=0
/proc/5041/stat : 5041 (sh) Z 5018 5018 31868 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 125994183 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/5041/statm: 0 0 0 0 0 0 0
[pid=5042] ppid=1 vsize=0 CPUtime=991.02
/proc/5042/stat : 5042 (minisat) R 1 5018 31868 0 -1 4195332 221272 0 0 0 98925 177 0 0 25 0 1 0 125994183 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/5042/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1023.9
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (32.94 s) is less than in the last sample (1023.9 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (990.96 s) to the 'lost time'.

[startup+1036.3 s]
/proc/loadavg: 2.00 2.06 2.28 3/90 5093
/proc/meminfo: memFree=496496/2055920 swapFree=4179140/4192956
[pid=5018] ppid=5016 vsize=13600 CPUtime=32.94
/proc/5018/stat : 5018 (sugar) R 5016 5018 31868 0 -1 4194304 1069 24493 0 2 4 7 3001 282 16 0 1 0 125990169 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 0 0 0 17 1 0 0
/proc/5018/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 32.94
Current children cumulated vsize (KiB) 13600

Solver just ended. Dumping a history of the last processes samples

[startup+1036.22 s]
/proc/loadavg: 2.00 2.06 2.28 3/90 5093
/proc/meminfo: memFree=496496/2055920 swapFree=4179140/4192956
[pid=5018] ppid=5016 vsize=13600 CPUtime=32.88
/proc/5018/stat : 5018 (sugar) S 5016 5018 31868 0 -1 4194304 1045 24216 0 2 4 1 3001 282 16 0 1 0 125990169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/5018/statm: 3400 799 370 3 0 500 0
[pid=5041] ppid=5018 vsize=0 CPUtime=0
/proc/5041/stat : 5041 (sh) Z 5018 5018 31868 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 125994183 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/5041/statm: 0 0 0 0 0 0 0
[pid=5042] ppid=1 vsize=0 CPUtime=991.02
/proc/5042/stat : 5042 (minisat) R 1 5018 31868 0 -1 4195332 221272 0 0 0 98925 177 0 0 25 0 1 0 125994183 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/5042/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1023.9
Current children cumulated vsize (KiB) 13600

[startup+1036.4 s]
/proc/loadavg: 2.00 2.06 2.28 3/90 5093
/proc/meminfo: memFree=496496/2055920 swapFree=4179140/4192956
[pid=5018] ppid=5016 vsize=13600 CPUtime=33.04
/proc/5018/stat : 5018 (sugar) R 5016 5018 31868 0 -1 4194304 1069 24493 0 2 4 17 3001 282 16 0 1 0 125990169 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 0 0 0 17 1 0 0
/proc/5018/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 33.04
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 990.96
#  lost CPU user time (s): 989.25
#  lost CPU system time (s): 1.71

Real time (s): 1036.43
CPU time (s): 1024.04
CPU user time (s): 1019.31
CPU system time (s): 4.73254
CPU usage (%): 98.8052
Max. virtual memory (cumulated for all children) (KiB): 921648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.0594
system time used= 3.02254
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25593
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49547
involuntary context switches= 49800

runsolver used 1.15882 second user time and 3.58645 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-04 05:44:55
IDJOB=1064652
IDBENCH=54972
IDSOLVER=346
FILE ID=node76/1064652-1215143095
PBS_JOBID= 7877234
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tdsp/normalized-C6-3-121.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064652-1215143095/watcher-1064652-1215143095 -o /tmp/evaluation-result-1064652-1215143095/solver-1064652-1215143095 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1064652-1215143095.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a63bd6da2f487f90a12a628260cf4b25
RANDOM SEED=1591970399

node76.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1803536 kB
Buffers:          9424 kB
Cached:         128864 kB
SwapCached:       7844 kB
Active:         149292 kB
Inactive:        39696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803536 kB
SwapTotal:     4192956 kB
SwapFree:      4179140 kB
Dirty:            2060 kB
Writeback:           0 kB
Mapped:          70504 kB
Slab:            48036 kB
Committed_AS:   407756 kB
PageTables:       2236 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node76 at 2008-07-04 06:02:14