Trace number 1127547

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-incMSAT (TO) 3600.13 3614.96

General information on the benchmark

Namemaxcsp/cnf/3-40-1100-2000/
normalized-cnf-3-40-1500-890427_ext.xml
MD5SUMf8ed5438c6a162f23f8bf82375cd96b2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints109
Best CPU time to get the best result obtained on this benchmark130.778
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1388
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1388
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.04/0.17	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.17	c 0	BEGIN Wed Jul 23 02:17:15 2008
0.04/0.17	c 0	PID 3581
0.04/0.17	c 0	HOST node41.alineos.net
0.04/0.17	c 0	CONVERTING HOME/instance-1127547-1216772235.xml TO HOME/temp.csp
0.04/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127547-1216772235.xml' 'HOME/temp.csp'
0.07/0.44	c 1	1 domains, 40 variables, 0 predicates, 42 relations, 1388 constraints
0.07/0.49	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.49	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.45/0.56	c 1	Parsing HOME/temp.csp
0.45/0.67	c 1	parsed 1471 expressions
0.45/0.67	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.69	c 1	MAX CSP: 1388 constraints
0.45/0.69	c 1	Converting to clausal form CSP
0.46/0.73	c 1	converted 287 (10%) expressions
0.46/0.75	c 1	converted 573 (20%) expressions
0.46/0.76	c 1	converted 859 (30%) expressions
0.46/0.77	c 1	converted 1145 (40%) expressions
0.46/0.79	c 1	converted 1431 (50%) expressions
0.46/0.80	c 1	converted 1718 (60%) expressions
0.46/0.81	c 1	converted 2004 (70%) expressions
0.46/0.82	c 1	converted 2290 (80%) expressions
0.46/0.83	c 1	converted 2576 (90%) expressions
0.46/0.96	c 1	converted 2862 (100%) expressions
0.46/0.96	c 1	CSP : 2816 integers, 0 booleans, 4163 clauses, largest domain size 2083
0.46/0.96	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.46/0.96	c 1	Propagation in CSP
1.14/1.01	c 1	1382 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.02	c 1	CSP : 2816 integers, 0 booleans, 4163 clauses, largest domain size 1389
1.14/1.02	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.02	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.02	c 1	CSP : 2816 integers, 0 booleans, 4163 clauses, largest domain size 1389
1.14/1.02	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.06	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.14/1.07	c 1	282 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.07	c 1	564 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.07	c 1	845 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.08	c 1	1127 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.08	c 1	1408 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.09	c 1	1690 (60%) CSP integer variables are encoded (3009 clauses, 39181 bytes)
1.14/1.10	c 1	1972 (70%) CSP integer variables are encoded (17022 clauses, 238853 bytes)
1.26/1.11	c 1	2253 (80%) CSP integer variables are encoded (20486 clauses, 290813 bytes)
1.26/1.11	c 1	2535 (90%) CSP integer variables are encoded (22697 clauses, 323978 bytes)
1.26/1.11	c 1	2816 (100%) CSP integer variables are encoded (25719 clauses, 369308 bytes)
1.26/1.15	c 1	417 (10%) CSP clauses are encoded (26152 clauses, 376218 bytes)
1.26/1.17	c 1	833 (20%) CSP clauses are encoded (26580 clauses, 383281 bytes)
1.26/1.18	c 1	1249 (30%) CSP clauses are encoded (27013 clauses, 391079 bytes)
1.37/1.22	c 1	1666 (40%) CSP clauses are encoded (38350 clauses, 590933 bytes)
3.27/3.20	c 3	2082 (50%) CSP clauses are encoded (1019962 clauses, 20515314 bytes)
3.37/3.27	c 3	2498 (60%) CSP clauses are encoded (1053566 clauses, 21217121 bytes)
5.03/4.92	c 5	2915 (70%) CSP clauses are encoded (1995033 clauses, 41412345 bytes)
5.13/5.00	c 5	3331 (80%) CSP clauses are encoded (2033549 clauses, 42218184 bytes)
5.23/5.18	c 5	3747 (90%) CSP clauses are encoded (2129093 clauses, 44246440 bytes)
5.92/5.84	c 6	4163 (100%) CSP clauses are encoded (2486782 clauses, 51893520 bytes)
5.92/5.84	c 6	4163 CSP clauses encoded
5.92/5.84	c 6	Writing map file : HOME/temp.map
5.92/5.87	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.92/5.87	c 6	SAT : 28535 SAT variables, 2486782 SAT clauses, 51893520 bytes
5.92/5.87	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.00/5.93	c 6	OBJECTIVE minimize _COST
6.00/5.93	c 6	SOLVING HOME/temp.cnf
6.00/5.93	c 6	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
6.00/5.93	c 6	This is MiniSat 2.0 beta incremental
6.00/5.93	c 6	WARNING: for repeatability, setting FPU to use double precision
6.00/5.93	c 6	============================[ Problem Statistics ]=============================
6.00/5.93	c 6	|                                                                             |
6.00/5.93	c 6	|  Number of variables:  28535                                                |
6.00/5.93	c 6	|  Number of clauses:    2486782                                              |
7.07/7.02	c 7	|  Parsing time:         0.91         s                                       |
7.07/7.07	c 7	OK
7.07/7.07	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
7.07/7.07	c 7	SEARCHING: _COST <= 694
7.07/7.07	c 7	============================[ Search Statistics ]==============================
7.07/7.07	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.07/7.07	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.07/7.07	c 7	===============================================================================
7.07/7.07	c 7	|         0 |   28535  2486782  7383205 |   828927        0    nan |  0.000 % |
7.97/7.96	c 8	|       101 |   28535  2486782  7383205 |   911820      101     25 |  0.001 % |
8.07/8.04	c 8	===============================================================================
8.07/8.05	c 8	restarts              : 2
8.07/8.05	c 8	conflicts             : 106           (55 /sec)
8.07/8.05	c 8	decisions             : 1165          (1.03 % random) (607 /sec)
8.07/8.05	c 8	propagations          : 280811         (146202 /sec)
8.07/8.05	c 8	conflict literals     : 2658           (19.75 % deleted)
8.07/8.05	c 8	Memory used           : 107.63 MB
8.07/8.05	c 8	CPU time              : 1.92071 s
8.07/8.05	c 8	
8.07/8.05	c 8	SATISFIABLE
8.07/8.06	c 8	OK
8.07/8.06	c 8	FOUND: _COST <= 694
8.07/8.06	s SATISFIABLE
8.07/8.06	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.07/8.06	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.13/8.14	c 8	Decoding HOME/temp.out
8.13/8.41	c 9	OBJECTIVE _COST 504
8.13/8.41	o 504
8.13/8.41	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
8.13/8.41	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.13/8.44	c 9	OK
8.13/8.44	c 9	OBJECTIVE BOUND: 0 <= _COST <= 504
8.13/8.44	c 9	SEARCHING: _COST <= 252
8.13/8.44	c 9	============================[ Search Statistics ]==============================
8.13/8.44	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.13/8.44	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.13/8.44	c 9	===============================================================================
8.13/8.44	c 9	|       106 |   28535  2486782  7383205 |   828927      106     25 |  0.001 % |
8.77/8.70	c 9	===============================================================================
8.77/8.71	c 9	restarts              : 3
8.77/8.71	c 9	conflicts             : 138           (63 /sec)
8.77/8.71	c 9	decisions             : 1341          (0.89 % random) (608 /sec)
8.77/8.71	c 9	propagations          : 360579         (163553 /sec)
8.77/8.71	c 9	conflict literals     : 4065           (22.67 % deleted)
8.77/8.71	c 9	Memory used           : 108.27 MB
8.77/8.71	c 9	CPU time              : 2.20466 s
8.77/8.71	c 9	
8.77/8.71	c 9	SATISFIABLE
8.77/8.72	c 9	OK
8.77/8.72	c 9	FOUND: _COST <= 252
8.77/8.72	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.77/8.72	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.78/8.80	c 9	Decoding HOME/temp.out
8.78/8.96	c 9	OBJECTIVE _COST 252
8.78/8.96	o 252
8.78/8.96	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1
8.78/8.97	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.02/9.00	c 9	OK
9.02/9.00	c 9	OBJECTIVE BOUND: 0 <= _COST <= 252
9.02/9.00	c 9	SEARCHING: _COST <= 126
9.02/9.00	c 9	============================[ Search Statistics ]==============================
9.02/9.00	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.02/9.00	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.02/9.00	c 9	===============================================================================
9.02/9.00	c 9	|       138 |   18621  2486782  7383205 |   828927      138     29 |  0.001 % |
9.42/9.45	c 10	|       239 |   18621  2486782  7383205 |   911820      239     27 | 46.340 % |
10.31/10.31	c 11	|       391 |   18621  2486782  7383205 |  1003002      391     32 | 46.340 % |
11.71/11.77	c 12	|       617 |   18621  2486782  7383205 |  1103302      617     33 | 46.340 % |
13.69/13.70	c 14	|       955 |   18621  2486782  7383205 |  1213632      955     34 | 46.340 % |
16.48/16.55	c 17	|      1461 |   18621  2486782  7383205 |  1334995     1461     35 | 46.340 % |
20.36/20.45	c 21	|      2220 |   18621  2486782  7383205 |  1468495     2220     34 | 46.340 % |
26.24/26.31	c 27	|      3360 |   18621  2486782  7383205 |  1615344     3360     35 | 46.340 % |
36.10/36.26	c 36	|      5069 |   18621  2486782  7383205 |  1776879     5069     35 | 46.340 % |
49.34/49.55	c 50	|      7632 |   15312   773894  2283074 |  1954567     7574     36 | 46.340 % |
65.27/65.57	c 66	|     11478 |   15312   773894  2283074 |  2150024    11420     36 | 46.340 % |
89.66/90.00	c 90	|     17244 |   15312   773894  2283074 |  2365026    17186     36 | 46.340 % |
126.92/127.48	c 128	|     25893 |   15312   773894  2283074 |  2601529    25835     36 | 46.340 % |
185.08/185.89	c 186	|     38867 |   15312   773894  2283074 |  2861681    38809     36 | 46.340 % |
273.11/274.28	c 274	|     58330 |   15312   773894  2283074 |  3147850    58272     36 | 46.340 % |
407.95/409.63	c 410	|     87522 |   15312   773894  2283074 |  3462635    87464     36 | 46.340 % |
638.89/641.54	c 642	|    131312 |   15312   773894  2283074 |  3808898   131254     36 | 46.340 % |
991.53/995.66	c 996	|    196996 |   15312   773894  2283074 |  4189788   196938     37 | 46.340 % |
1616.56/1623.27	c 1623	|    295522 |   15312   773894  2283074 |  4608767   295464     37 | 46.340 % |
2731.43/2742.74	c 2743	|    443312 |   15312   773894  2283074 |  5069644   443254     37 | 46.340 % |
3600.03/3614.91	c ERROR INTERRUPTED
3600.03/3614.95	c 3615	CPU 3599.07 (0.07 0.02 3599 0.99)
3600.03/3614.95	c 3615	END Wed Jul 23 03:17:30 2008

Verifier Data (download as text)

OK	188	1200
188 unsatisfied constraints, 1200 satisfied constraints

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-1127547-1216772235/watcher-1127547-1216772235 -o /tmp/evaluation-result-1127547-1216772235/solver-1127547-1216772235 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1127547-1216772235.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 1.92 1.98 1.95 3/70 3581
/proc/meminfo: memFree=1785656/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=12268 CPUtime=0
/proc/3581/stat : 3581 (sugar++) D 3579 3581 3445 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 4312964 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 209136089701 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/3581/statm: 3067 316 241 3 0 167 0

[startup+0.011981 s]
/proc/loadavg: 1.92 1.98 1.95 3/70 3581
/proc/meminfo: memFree=1785656/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=12272 CPUtime=0
/proc/3581/stat : 3581 (sugar++) D 3579 3581 3445 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 4312964 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 209136089701 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/3581/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101999 s]
/proc/loadavg: 1.92 1.98 1.95 3/70 3581
/proc/meminfo: memFree=1785656/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=13468 CPUtime=0.04
/proc/3581/stat : 3581 (sugar++) R 3579 3581 3445 0 -1 4194304 756 0 0 0 3 1 0 0 18 0 1 0 4312964 13791232 724 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 0 0 0 0 17 0 0 0
/proc/3581/statm: 3367 724 338 3 0 467 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13468

[startup+0.301035 s]
/proc/loadavg: 1.92 1.98 1.95 3/70 3581
/proc/meminfo: memFree=1785656/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=16740 CPUtime=0.07
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1219 128 0 0 5 2 0 0 16 0 1 0 4312964 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3581/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701101 s]
/proc/loadavg: 1.92 1.98 1.95 3/70 3581
/proc/meminfo: memFree=1785656/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=16740 CPUtime=0.46
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1296 4769 0 1 6 2 35 3 15 0 1 0 4312964 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3581/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 16740

[startup+1.50223 s]
/proc/loadavg: 1.92 1.98 1.95 2/81 3603
/proc/meminfo: memFree=1767648/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=16740 CPUtime=0.46
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1297 4769 0 1 6 2 35 3 16 0 1 0 4312964 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4185 1104 409 3 0 764 0
[pid=3594] ppid=3581 vsize=5356 CPUtime=0
/proc/3594/stat : 3594 (sh) S 3581 3581 3445 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4313014 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3594/statm: 1339 233 193 169 0 50 0
[pid=3595] ppid=3594 vsize=869016 CPUtime=1.21
/proc/3595/stat : 3595 (java) S 3594 3581 3445 0 -1 0 7229 0 1 0 116 5 0 0 20 0 9 0 4313014 889872384 6365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3595/statm: 217254 6365 2563 9 0 211801 0
[pid=3595/tid=3596] ppid=3594 vsize=869016 CPUtime=0.84
/proc/3595/task/3596/stat : 3596 (java) R 3594 3581 3445 0 -1 64 2786 0 1 0 83 1 0 0 16 0 9 0 4313015 889872384 6365 996147200 134512640 134550740 4294955920 18446744073709551615 4127049857 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3595/tid=3597] ppid=3594 vsize=869016 CPUtime=0.11
/proc/3595/task/3597/stat : 3597 (java) S 3594 3581 3445 0 -1 64 2223 0 0 0 10 1 0 0 16 0 9 0 4313016 889872384 6365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3595/tid=3598] ppid=3594 vsize=869016 CPUtime=0
/proc/3595/task/3598/stat : 3598 (java) S 3594 3581 3445 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4313016 889872384 6365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3595/tid=3599] ppid=3594 vsize=869016 CPUtime=0
/proc/3595/task/3599/stat : 3599 (java) S 3594 3581 3445 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4313016 889872384 6365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3595/tid=3600] ppid=3594 vsize=869016 CPUtime=0
/proc/3595/task/3600/stat : 3600 (java) S 3594 3581 3445 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 4313018 889872384 6365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3595/tid=3601] ppid=3594 vsize=869016 CPUtime=0.23
/proc/3595/task/3601/stat : 3601 (java) S 3594 3581 3445 0 -1 64 1527 0 0 0 22 1 0 0 16 0 9 0 4313018 889872384 6365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3595/tid=3602] ppid=3594 vsize=869016 CPUtime=0
/proc/3595/task/3602/stat : 3602 (java) S 3594 3581 3445 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4313018 889872384 6365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3595/tid=3603] ppid=3594 vsize=869016 CPUtime=0
/proc/3595/task/3603/stat : 3603 (java) S 3594 3581 3445 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4313018 889872384 6365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 891112

[startup+3.10151 s]
/proc/loadavg: 1.92 1.98 1.95 2/78 3622
/proc/meminfo: memFree=1761200/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=16740 CPUtime=0.46
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1297 4769 0 1 6 2 35 3 16 0 1 0 4312964 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4185 1104 409 3 0 764 0
[pid=3594] ppid=3581 vsize=5356 CPUtime=0
/proc/3594/stat : 3594 (sh) S 3581 3581 3445 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4313014 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3594/statm: 1339 233 193 169 0 50 0
[pid=3595] ppid=3594 vsize=869016 CPUtime=2.81
/proc/3595/stat : 3595 (java) S 3594 3581 3445 0 -1 0 7745 0 1 0 262 19 0 0 20 0 9 0 4313014 889872384 6371 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3595/statm: 217254 6371 2563 9 0 211801 0
[pid=3595/tid=3596] ppid=3594 vsize=869016 CPUtime=2.31
/proc/3595/task/3596/stat : 3596 (java) R 3594 3581 3445 0 -1 64 3295 0 1 0 218 13 0 0 18 0 9 0 4313015 889872384 6371 996147200 134512640 134550740 4294955920 18446744073709551615 4126969656 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3595/tid=3597] ppid=3594 vsize=869016 CPUtime=0.24
/proc/3595/task/3597/stat : 3597 (java) S 3594 3581 3445 0 -1 64 2223 0 0 0 20 4 0 0 16 0 9 0 4313016 889872384 6371 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3595/tid=3598] ppid=3594 vsize=869016 CPUtime=0
/proc/3595/task/3598/stat : 3598 (java) S 3594 3581 3445 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4313016 889872384 6371 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3595/tid=3599] ppid=3594 vsize=869016 CPUtime=0
/proc/3595/task/3599/stat : 3599 (java) S 3594 3581 3445 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4313016 889872384 6371 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3595/tid=3600] ppid=3594 vsize=869016 CPUtime=0
/proc/3595/task/3600/stat : 3600 (java) S 3594 3581 3445 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 4313018 889872384 6371 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3595/tid=3601] ppid=3594 vsize=869016 CPUtime=0.24
/proc/3595/task/3601/stat : 3601 (java) S 3594 3581 3445 0 -1 64 1534 0 0 0 23 1 0 0 16 0 9 0 4313018 889872384 6371 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3595/tid=3602] ppid=3594 vsize=869016 CPUtime=0
/proc/3595/task/3602/stat : 3602 (java) S 3594 3581 3445 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4313018 889872384 6371 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3595/tid=3603] ppid=3594 vsize=869016 CPUtime=0
/proc/3595/task/3603/stat : 3603 (java) S 3594 3581 3445 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4313018 889872384 6371 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 891112

[startup+6.30205 s]
/proc/loadavg: 2.01 2.00 1.96 3/93 3651
/proc/meminfo: memFree=1680504/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=17004 CPUtime=6.02
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1493 13697 0 2 6 2 545 49 17 0 1 0 4312964 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4251 1150 413 3 0 830 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 17004

[startup+12.7011 s]
/proc/loadavg: 2.01 2.00 1.96 3/76 3674
/proc/meminfo: memFree=1467520/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=17004 CPUtime=6.62
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1658 21575 0 4 7 2 599 54 16 0 1 0 4312964 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3581/statm: 4251 1153 414 3 0 830 0
[pid=3652] ppid=3581 vsize=111264 CPUtime=6.08
/proc/3652/stat : 3652 (minisat-inc) R 3581 3581 3445 0 -1 4194304 26643 0 0 0 590 18 0 0 25 0 1 0 4313557 113934336 26588 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3652/statm: 27816 26588 80 151 0 27662 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 128268

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 1.96 3/76 3698
/proc/meminfo: memFree=1465856/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=17004 CPUtime=6.62
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1658 21575 0 4 7 2 599 54 16 0 1 0 4312964 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4251 1153 414 3 0 830 0
[pid=3652] ppid=3581 vsize=111264 CPUtime=18.82
/proc/3652/stat : 3652 (minisat-inc) R 3581 3581 3445 0 -1 4194304 26672 0 0 0 1864 18 0 0 25 0 1 0 4313557 113934336 26617 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 0 0 0
/proc/3652/statm: 27816 26617 80 151 0 27662 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 128268

[startup+51.1016 s]
/proc/loadavg: 2.00 2.00 1.96 3/76 3698
/proc/meminfo: memFree=1465920/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=17004 CPUtime=6.62
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1658 21575 0 4 7 2 599 54 16 0 1 0 4312964 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4251 1153 414 3 0 830 0
[pid=3652] ppid=3581 vsize=111660 CPUtime=44.31
/proc/3652/stat : 3652 (minisat-inc) R 3581 3581 3445 0 -1 4194304 26751 0 0 0 4413 18 0 0 25 0 1 0 4313557 114339840 26696 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3652/statm: 27915 26696 80 151 0 27761 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 128664

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.96 3/76 3698
/proc/meminfo: memFree=1465664/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=17004 CPUtime=6.62
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1658 21575 0 4 7 2 599 54 16 0 1 0 4312964 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4251 1153 414 3 0 830 0
[pid=3652] ppid=3581 vsize=111808 CPUtime=95.3
/proc/3652/stat : 3652 (minisat-inc) R 3581 3581 3445 0 -1 4194304 26772 0 0 0 9512 18 0 0 25 0 1 0 4313557 114491392 26717 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3652/statm: 27952 26717 80 151 0 27798 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 128812

[startup+162.301 s]
/proc/loadavg: 2.06 2.02 1.96 3/76 3700
/proc/meminfo: memFree=1465344/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=17004 CPUtime=6.62
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1658 21575 0 4 7 2 599 54 16 0 1 0 4312964 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4251 1153 414 3 0 830 0
[pid=3652] ppid=3581 vsize=111808 CPUtime=155.05
/proc/3652/stat : 3652 (minisat-inc) R 3581 3581 3445 0 -1 4194304 26786 0 0 0 15486 19 0 0 25 0 1 0 4313557 114491392 26731 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 0 0 0
/proc/3652/statm: 27952 26731 80 151 0 27798 0
Current children cumulated CPU time (s) 161.67
Current children cumulated vsize (KiB) 128812

[startup+222.301 s]
/proc/loadavg: 2.08 2.03 1.97 3/76 3700
/proc/meminfo: memFree=1465280/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=17004 CPUtime=6.62
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1658 21575 0 4 7 2 599 54 16 0 1 0 4312964 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4251 1153 414 3 0 830 0
[pid=3652] ppid=3581 vsize=111948 CPUtime=214.8
/proc/3652/stat : 3652 (minisat-inc) R 3581 3581 3445 0 -1 4194304 26838 0 0 0 21461 19 0 0 25 0 1 0 4313557 114634752 26774 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/3652/statm: 27987 26774 80 151 0 27833 0
Current children cumulated CPU time (s) 221.42
Current children cumulated vsize (KiB) 128952

[startup+282.301 s]

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

[pid=3652] ppid=3581 vsize=157716 CPUtime=2903.68
/proc/3652/stat : 3652 (minisat-inc) R 3581 3581 3445 0 -1 4194304 37911 0 0 0 290333 35 0 0 25 0 1 0 4313557 161501184 37847 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3652/statm: 39429 37847 80 151 0 39275 0
Current children cumulated CPU time (s) 2910.3
Current children cumulated vsize (KiB) 174720

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3706
/proc/meminfo: memFree=1374144/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=17004 CPUtime=6.62
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1658 21575 0 4 7 2 599 54 16 0 1 0 4312964 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4251 1153 414 3 0 830 0
[pid=3652] ppid=3581 vsize=159816 CPUtime=2963.43
/proc/3652/stat : 3652 (minisat-inc) R 3581 3581 3445 0 -1 4194304 38215 0 0 0 296307 36 0 0 25 0 1 0 4313557 163651584 38151 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3652/statm: 39954 38151 80 151 0 39800 0
Current children cumulated CPU time (s) 2970.05
Current children cumulated vsize (KiB) 176820

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3706
/proc/meminfo: memFree=1371712/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=17004 CPUtime=6.62
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1658 21575 0 4 7 2 599 54 16 0 1 0 4312964 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4251 1153 414 3 0 830 0
[pid=3652] ppid=3581 vsize=161004 CPUtime=3023.18
/proc/3652/stat : 3652 (minisat-inc) R 3581 3581 3445 0 -1 4194304 38511 0 0 0 302282 36 0 0 25 0 1 0 4313557 164868096 38447 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3652/statm: 40251 38447 80 151 0 40097 0
Current children cumulated CPU time (s) 3029.8
Current children cumulated vsize (KiB) 178008

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3706
/proc/meminfo: memFree=1368768/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=17004 CPUtime=6.62
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1658 21575 0 4 7 2 599 54 16 0 1 0 4312964 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4251 1153 414 3 0 830 0
[pid=3652] ppid=3581 vsize=162424 CPUtime=3082.93
/proc/3652/stat : 3652 (minisat-inc) R 3581 3581 3445 0 -1 4194304 38895 0 0 0 308256 37 0 0 25 0 1 0 4313557 166322176 38831 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 0 0 0
/proc/3652/statm: 40606 38831 80 151 0 40452 0
Current children cumulated CPU time (s) 3089.55
Current children cumulated vsize (KiB) 179428

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3706
/proc/meminfo: memFree=1366144/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=17004 CPUtime=6.62
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1658 21575 0 4 7 2 599 54 16 0 1 0 4312964 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4251 1153 414 3 0 830 0
[pid=3652] ppid=3581 vsize=163668 CPUtime=3142.68
/proc/3652/stat : 3652 (minisat-inc) R 3581 3581 3445 0 -1 4194304 39214 0 0 0 314231 37 0 0 25 0 1 0 4313557 167596032 39150 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3652/statm: 40917 39150 80 151 0 40763 0
Current children cumulated CPU time (s) 3149.3
Current children cumulated vsize (KiB) 180672

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3706
/proc/meminfo: memFree=1363456/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=17004 CPUtime=6.62
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1658 21575 0 4 7 2 599 54 16 0 1 0 4312964 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4251 1153 414 3 0 830 0
[pid=3652] ppid=3581 vsize=165136 CPUtime=3202.44
/proc/3652/stat : 3652 (minisat-inc) R 3581 3581 3445 0 -1 4194304 39521 0 0 0 320206 38 0 0 25 0 1 0 4313557 169099264 39457 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3652/statm: 41284 39457 80 151 0 41130 0
Current children cumulated CPU time (s) 3209.06
Current children cumulated vsize (KiB) 182140

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3706
/proc/meminfo: memFree=1360960/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=17004 CPUtime=6.62
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1658 21575 0 4 7 2 599 54 16 0 1 0 4312964 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4251 1153 414 3 0 830 0
[pid=3652] ppid=3581 vsize=166324 CPUtime=3262.19
/proc/3652/stat : 3652 (minisat-inc) R 3581 3581 3445 0 -1 4194304 39824 0 0 0 326181 38 0 0 25 0 1 0 4313557 170315776 39760 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3652/statm: 41581 39760 80 151 0 41427 0
Current children cumulated CPU time (s) 3268.81
Current children cumulated vsize (KiB) 183328

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3706
/proc/meminfo: memFree=1358400/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=17004 CPUtime=6.62
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1658 21575 0 4 7 2 599 54 16 0 1 0 4312964 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4251 1153 414 3 0 830 0
[pid=3652] ppid=3581 vsize=167512 CPUtime=3321.94
/proc/3652/stat : 3652 (minisat-inc) R 3581 3581 3445 0 -1 4194304 40139 0 0 0 332155 39 0 0 25 0 1 0 4313557 171532288 40075 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3652/statm: 41878 40075 80 151 0 41724 0
Current children cumulated CPU time (s) 3328.56
Current children cumulated vsize (KiB) 184516

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3706
/proc/meminfo: memFree=1355712/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=17004 CPUtime=6.62
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1658 21575 0 4 7 2 599 54 16 0 1 0 4312964 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4251 1153 414 3 0 830 0
[pid=3652] ppid=3581 vsize=168700 CPUtime=3381.7
/proc/3652/stat : 3652 (minisat-inc) R 3581 3581 3445 0 -1 4194304 40455 0 0 0 338130 40 0 0 25 0 1 0 4313557 172748800 40391 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/3652/statm: 42175 40391 80 151 0 42021 0
Current children cumulated CPU time (s) 3388.32
Current children cumulated vsize (KiB) 185704

[startup+3462.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/76 3706
/proc/meminfo: memFree=1353088/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=17004 CPUtime=6.62
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1658 21575 0 4 7 2 599 54 16 0 1 0 4312964 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4251 1153 414 3 0 830 0
[pid=3652] ppid=3581 vsize=169888 CPUtime=3441.44
/proc/3652/stat : 3652 (minisat-inc) R 3581 3581 3445 0 -1 4194304 40759 0 0 0 344104 40 0 0 25 0 1 0 4313557 173965312 40695 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3652/statm: 42472 40695 80 151 0 42318 0
Current children cumulated CPU time (s) 3448.06
Current children cumulated vsize (KiB) 186892

[startup+3522.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 3706
/proc/meminfo: memFree=1350144/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=17004 CPUtime=6.62
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1658 21575 0 4 7 2 599 54 16 0 1 0 4312964 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4251 1153 414 3 0 830 0
[pid=3652] ppid=3581 vsize=171464 CPUtime=3501.2
/proc/3652/stat : 3652 (minisat-inc) R 3581 3581 3445 0 -1 4194304 41149 0 0 0 350079 41 0 0 25 0 1 0 4313557 175579136 41085 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3652/statm: 42866 41085 80 151 0 42712 0
Current children cumulated CPU time (s) 3507.82
Current children cumulated vsize (KiB) 188468

[startup+3582.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 3706
/proc/meminfo: memFree=1347392/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=17004 CPUtime=6.62
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1658 21575 0 4 7 2 599 54 16 0 1 0 4312964 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4251 1153 414 3 0 830 0
[pid=3652] ppid=3581 vsize=173012 CPUtime=3560.95
/proc/3652/stat : 3652 (minisat-inc) R 3581 3581 3445 0 -1 4194304 41511 0 0 0 356054 41 0 0 25 0 1 0 4313557 177164288 41447 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/3652/statm: 43253 41447 80 151 0 43099 0
Current children cumulated CPU time (s) 3567.57
Current children cumulated vsize (KiB) 190016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3706
/proc/meminfo: memFree=1345856/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=17004 CPUtime=6.62
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1658 21575 0 4 7 2 599 54 16 0 1 0 4312964 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4251 1153 414 3 0 830 0
[pid=3652] ppid=3581 vsize=173904 CPUtime=3593.41
/proc/3652/stat : 3652 (minisat-inc) R 3581 3581 3445 0 -1 4194304 41742 0 0 0 359300 41 0 0 25 0 1 0 4313557 178077696 41678 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/3652/statm: 43476 41678 80 151 0 43322 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 190908

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

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

[startup+3614.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3706
/proc/meminfo: memFree=1345856/2055920 swapFree=4192956/4192956
[pid=3581] ppid=3579 vsize=17004 CPUtime=6.62
/proc/3581/stat : 3581 (sugar++) S 3579 3581 3445 0 -1 4194304 1658 21575 0 4 7 2 599 54 16 0 1 0 4312964 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3581/statm: 4251 1153 414 3 0 830 0
[pid=3652] ppid=3581 vsize=173904 CPUtime=3593.41
/proc/3652/stat : 3652 (minisat-inc) R 3581 3581 3445 0 -1 4194304 41742 0 0 0 359300 41 0 0 25 0 1 0 4313557 178077696 41678 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/3652/statm: 43476 41678 80 151 0 43322 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 190908

Child status: 0
Real time (s): 3614.96
CPU time (s): 3600.13
CPU user time (s): 3599.08
CPU system time (s): 1.04884
CPU usage (%): 99.5897
Max. virtual memory (cumulated for all children) (KiB): 891112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.08
system time used= 1.04884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65054
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11127
involuntary context switches= 59611

runsolver used 3.3115 second user time and 9.94449 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-23 02:17:15
IDJOB=1127547
IDBENCH=63590
IDSOLVER=367
FILE ID=node41/1127547-1216772235
PBS_JOBID= 7974110
Free space on /tmp= 66216 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-40-1100-2000/normalized-cnf-3-40-1500-890427_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127547-1216772235/watcher-1127547-1216772235 -o /tmp/evaluation-result-1127547-1216772235/solver-1127547-1216772235 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1127547-1216772235.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f8ed5438c6a162f23f8bf82375cd96b2
RANDOM SEED=1605989051

node41.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.259
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.259
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1786072 kB
Buffers:         23956 kB
Cached:         188340 kB
SwapCached:          0 kB
Active:          94544 kB
Inactive:       132792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786072 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             988 kB
Writeback:           0 kB
Mapped:          24920 kB
Slab:            28160 kB
Committed_AS:    84760 kB
PageTables:       1644 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= 66164 MiB
End job on node41 at 2008-07-23 03:17:32