Trace number 1109595

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)937 3600.28 3603.09

General information on the benchmark

Namecsp/schurrLemma/
normalized-lemma-100-9-mod.xml
MD5SUM3386f4f322a7a484b46b823c691cf5d8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints374
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints2450
Maximum constraint arity3
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2450
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.08	c 0	BEGIN Fri Jul 11 21:48:45 2008
0.05/0.08	c 0	PID 13958
0.05/0.08	c 0	HOST node9.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-1109595-1215805724.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109595-1215805724.xml' 'HOME/temp.csp'
0.06/0.74	c 0	1 domains, 100 variables, 1 predicates, 0 relations, 2450 constraints
0.06/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	c 0	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.70/0.85	c 0	Parsing HOME/temp.csp
0.91/1.08	c 1	parsed 2552 expressions
0.91/1.09	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.12	c 1	MAX CSP: 2450 constraints
1.01/1.12	c 1	Converting to clausal form CSP
1.21/1.32	c 1	converted 501 (10%) expressions
1.21/1.37	c 1	converted 1001 (20%) expressions
1.21/1.40	c 1	converted 1502 (30%) expressions
1.30/1.43	c 1	converted 2002 (40%) expressions
1.41/1.50	c 1	converted 2503 (50%) expressions
1.41/1.54	c 1	converted 3003 (60%) expressions
1.41/1.57	c 1	converted 3504 (70%) expressions
1.41/1.59	c 1	converted 4004 (80%) expressions
1.50/1.62	c 1	converted 4505 (90%) expressions
1.80/1.90	c 1	converted 5005 (100%) expressions
1.80/1.90	c 1	CSP : 5000 integers, 2450 booleans, 14699 clauses, largest domain size 3676
1.80/1.90	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.80/1.90	c 1	Propagation in CSP
1.90/2.09	c 2	2445 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.90/2.09	c 2	CSP : 5000 integers, 2450 booleans, 14699 clauses, largest domain size 2451
1.90/2.09	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.10	c 2	Simplifing CSP by introducing new Boolean variables
2.10/2.26	c 2	CSP : 5000 integers, 17150 booleans, 29399 clauses, largest domain size 2451
2.10/2.26	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.18/2.37	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.28/2.40	c 2	500 (10%) CSP integer variables are encoded (700 clauses, 7576 bytes)
2.28/2.40	c 2	1000 (20%) CSP integer variables are encoded (700 clauses, 7576 bytes)
2.28/2.41	c 2	1500 (30%) CSP integer variables are encoded (700 clauses, 7576 bytes)
2.28/2.41	c 2	2000 (40%) CSP integer variables are encoded (700 clauses, 7576 bytes)
2.28/2.41	c 2	2500 (50%) CSP integer variables are encoded (700 clauses, 7576 bytes)
2.28/2.42	c 2	3000 (60%) CSP integer variables are encoded (6071 clauses, 77399 bytes)
2.28/2.45	c 2	3500 (70%) CSP integer variables are encoded (32039 clauses, 465299 bytes)
2.28/2.46	c 2	4000 (80%) CSP integer variables are encoded (40329 clauses, 589649 bytes)
2.28/2.47	c 2	4500 (90%) CSP integer variables are encoded (44729 clauses, 655649 bytes)
2.28/2.48	c 2	5000 (100%) CSP integer variables are encoded (50510 clauses, 742364 bytes)
2.39/2.57	c 2	2940 (10%) CSP clauses are encoded (67562 clauses, 1019631 bytes)
2.48/2.62	c 2	5880 (20%) CSP clauses are encoded (84614 clauses, 1301977 bytes)
2.48/2.66	c 2	8820 (30%) CSP clauses are encoded (101666 clauses, 1584775 bytes)
2.59/2.71	c 2	11760 (40%) CSP clauses are encoded (118718 clauses, 1871177 bytes)
2.59/2.75	c 2	14700 (50%) CSP clauses are encoded (135770 clauses, 2163707 bytes)
2.70/2.80	c 2	17640 (60%) CSP clauses are encoded (152822 clauses, 2456237 bytes)
2.70/2.85	c 2	20580 (70%) CSP clauses are encoded (169874 clauses, 2748767 bytes)
2.70/2.89	c 2	23520 (80%) CSP clauses are encoded (186926 clauses, 3041297 bytes)
7.15/7.35	c 7	26460 (90%) CSP clauses are encoded (2129052 clauses, 43717099 bytes)
17.96/18.36	c 18	29399 (100%) CSP clauses are encoded (7795355 clauses, 165262883 bytes)
17.96/18.36	c 18	29399 CSP clauses encoded
17.96/18.36	c 18	Writing map file : HOME/temp.map
18.06/18.42	c 18	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.06/18.42	c 18	SAT : 72660 SAT variables, 7795355 SAT clauses, 165262883 bytes
18.06/18.42	c 18	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.06/18.47	c 18	OBJECTIVE minimize _COST
18.06/18.47	c 18	SOLVING HOME/temp.cnf
18.06/18.47	c 18	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
18.06/18.47	c 18	This is MiniSat 2.0 beta incremental
18.06/18.47	c 18	WARNING: for repeatability, setting FPU to use double precision
18.06/18.47	c 18	============================[ Problem Statistics ]=============================
18.06/18.47	c 18	|                                                                             |
18.06/18.47	c 18	|  Number of variables:  72660                                                |
18.06/18.47	c 18	|  Number of clauses:    7795355                                              |
21.60/22.09	c 22	|  Parsing time:         3.03         s                                       |
21.79/22.25	c 22	OK
21.79/22.25	c 22	OBJECTIVE BOUND: 0 <= _COST <= 
21.79/22.25	c 22	SEARCHING: _COST <= 1225
21.79/22.25	c 22	============================[ Search Statistics ]==============================
21.79/22.25	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.79/22.25	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.79/22.25	c 22	===============================================================================
21.79/22.25	c 22	|         0 |   72660  7795355 23201635 |  2598451        0    nan |  0.000 % |
22.59/23.04	c 23	|       100 |   72660  7795355 23201635 |  2858296      100     30 |  0.000 % |
23.57/24.02	c 23	|       251 |   72660  7795355 23201635 |  3144126      251     44 |  0.000 % |
24.96/25.48	c 25	|       478 |   72660  7795355 23201635 |  3458539      478     55 |  0.000 % |
25.26/25.75	c 25	|       815 |   72660  7795355 23201635 |  3804393      815     38 |  0.000 % |
25.96/26.48	c 26	|      1323 |   72660  7795355 23201635 |  4184832     1323     36 |  0.000 % |
28.23/28.75	c 28	|      2083 |   72660  7795355 23201635 |  4603315     2083     50 |  0.000 % |
29.13/29.67	c 29	|      3222 |   72660  7795355 23201635 |  5063647     3222     46 |  0.000 % |
35.36/35.93	c 35	|      4930 |   72660  7795355 23201635 |  5570011     4930     50 |  0.000 % |
37.53/38.18	c 38	|      7492 |   72660  7795355 23201635 |  6127013     7492     53 |  0.000 % |
54.87/55.64	c 55	|     11336 |   72660  7795355 23201635 |  6739714    11336     58 |  0.000 % |
59.52/60.36	c 60	|     17104 |   72660  7795355 23201635 |  7413685    17104     53 |  0.000 % |
92.14/93.20	c 93	|     25753 |   72660  7795355 23201635 |  8155054    25753     58 |  0.000 % |
136.21/137.40	c 137	|     38728 |   72660  7795355 23201635 |  8970559    38728     58 |  0.000 % |
156.40/157.59	c 157	|     58191 |   72660  7795355 23201635 |  9867615    58191     59 |  0.000 % |
285.65/286.89	c 286	|     87383 |   72660  7795355 23201635 | 10854377    87383     70 |  0.000 % |
376.10/377.36	c 377	|    131173 |   72660  7795355 23201635 | 11939815   131173     80 |  0.000 % |
527.93/529.25	c 529	===============================================================================
527.93/529.25	c 529	restarts              : 17
527.93/529.25	c 529	conflicts             : 196507        (386 /sec)
527.93/529.25	c 529	decisions             : 255034        (0.69 % random) (501 /sec)
527.93/529.25	c 529	propagations          : 261406888      (513509 /sec)
527.93/529.25	c 529	conflict literals     : 18749801       (10.89 % deleted)
527.93/529.25	c 529	Memory used           : 397.67 MB
527.93/529.25	c 529	CPU time              : 509.06 s
527.93/529.25	c 529	
527.93/529.25	c 529	SATISFIABLE
527.93/529.28	c 529	OK
527.93/529.28	c 529	FOUND: _COST <= 1225
527.93/529.28	s SATISFIABLE
527.93/529.28	c 529	DECODING HOME/temp.out WITH HOME/temp.map
527.93/529.28	c 529	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
528.01/529.36	c 529	Decoding HOME/temp.out
528.01/529.59	c 529	OBJECTIVE _COST 1225
528.01/529.59	o 1225
528.01/529.60	v 6 7 8 7 3 8 8 8 7 8 8 8 2 8 6 6 8 2 6 6 6 8 8 7 8 7 0 7 2 7 8 3 3 8 7 8 7 3 8 4 8 1 0 3 2 7 1 7 8 5 5 6 8 4 8 5 6 5 8 0 2 4 8 0 8 3 0 5 8 8 3 8 4 5 7 1 2 8 1 1 5 8 1 3 8 6 0 8 6 2 4 2 5 4 4 0 7 2 4 3
528.01/529.60	c 529	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
538.37/539.70	c 539	OK
538.37/539.70	c 539	OBJECTIVE BOUND: 0 <= _COST <= 1225
538.37/539.70	c 539	SEARCHING: _COST <= 612
538.37/539.70	c 539	============================[ Search Statistics ]==============================
538.37/539.70	c 539	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
538.37/539.70	c 539	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
538.37/539.70	c 539	===============================================================================
538.37/539.70	c 539	|    196507 |   57960  5002182 14864991 |  1667394   196507     95 |  0.000 % |
539.37/540.79	c 540	|    196608 |   57960  5002182 14864991 |  1834133   196608     95 | 20.231 % |
539.77/541.13	c 541	|    196759 |   57960  5002182 14864991 |  2017546   196759     95 | 20.231 % |
540.97/542.37	c 542	|    196985 |   57960  5002182 14864991 |  2219301   196985     95 | 20.231 % |
541.57/542.93	c 542	|    197322 |   57960  5002182 14864991 |  2441231   197322     95 | 20.231 % |
543.77/545.18	c 545	|    197828 |   57960  5002182 14864991 |  2685354   197828     95 | 20.231 % |
546.47/547.82	c 547	|    198589 |   57960  5002182 14864991 |  2953890   198589     95 | 20.231 % |
547.66/549.02	c 548	|    199728 |   57960  5002182 14864991 |  3249279   199728     95 | 20.231 % |
554.96/556.36	c 556	|    201436 |   57960  5002182 14864991 |  3574207   201436     94 | 20.231 % |
559.16/560.56	c 560	|    203998 |   57960  5002182 14864991 |  3931627   203998     94 | 20.231 % |
570.75/572.19	c 572	|    207843 |   57960  5002182 14864991 |  4324790   207843     93 | 20.231 % |
575.85/577.20	c 577	|    213610 |   57960  5002182 14864991 |  4757269   213610     91 | 20.231 % |
607.43/608.81	c 608	|    222260 |   57960  5002182 14864991 |  5232996   222260     90 | 20.231 % |
626.53/627.95	c 627	|    235234 |   57960  5002182 14864991 |  5756296   235234     88 | 20.231 % |
663.11/664.53	c 664	|    254695 |   57960  5002182 14864991 |  6331925   254695     87 | 20.231 % |
735.17/736.65	c 736	|    283887 |   57960  5002182 14864991 |  6965118   283887     86 | 20.231 % |
885.80/887.32	c 887	|    327676 |   57960  5002182 14864991 |  7661630   327676     90 | 20.231 % |
1235.53/1237.21	c 1237	|    393362 |   57960  5002182 14864991 |  8427793   393362    106 | 20.231 % |
1536.99/1538.86	c 1538	|    491888 |   57960  5002182 14864991 |  9270572   491888    106 | 20.231 % |
2284.62/2286.86	c 2286	|    639677 |   57960  5002182 14864991 | 10197630   639677    118 | 20.231 % |
3462.15/3464.98	c 3464	|    861361 |   57960  5002182 14864991 | 11217393   861361    120 | 20.231 % |
3600.08/3602.91	c ERROR INTERRUPTED
3600.19/3603.08	c 3602	CPU 3597.02 (0.07 0.02 3596.95 3.15)
3600.19/3603.08	c 3602	END Fri Jul 11 22:48:47 2008

Verifier Data (download as text)

OK	937	1513
937 unsatisfied constraints, 1513 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-1109595-1215805724/watcher-1109595-1215805724 -o /tmp/evaluation-result-1109595-1215805724/solver-1109595-1215805724 -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-1109595-1215805724.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: 2.00 2.00 2.00 4/80 13958
/proc/meminfo: memFree=1853152/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=12268 CPUtime=0
/proc/13958/stat : 13958 (sugar++) R 13956 13958 11909 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 37275361 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 215419157093 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13958/statm: 3067 316 241 3 0 167 0

[startup+0.075137 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 13958
/proc/meminfo: memFree=1853152/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=16344 CPUtime=0.05
/proc/13958/stat : 13958 (sugar++) R 13956 13958 11909 0 -1 4194304 995 0 0 0 4 1 0 0 18 0 1 0 37275361 16736256 963 996147200 4194304 4206940 548682068528 18446744073709551615 215436661152 0 0 4224 0 0 0 0 17 1 0 0
/proc/13958/statm: 4086 963 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.100659 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 13958
/proc/meminfo: memFree=1853152/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=16740 CPUtime=0.06
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 37275361 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13958/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301697 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 13958
/proc/meminfo: memFree=1853152/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=16740 CPUtime=0.06
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 37275361 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13958/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701777 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 13958
/proc/meminfo: memFree=1853152/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=16740 CPUtime=0.06
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 37275361 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13958/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50293 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 13980
/proc/meminfo: memFree=1843848/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=16740 CPUtime=0.7
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1296 5282 0 1 5 1 59 5 15 0 1 0 37275361 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13958/statm: 4185 1104 409 3 0 764 0
[pid=13971] ppid=13958 vsize=5356 CPUtime=0
/proc/13971/stat : 13971 (sh) S 13958 13958 11909 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37275438 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13971/statm: 1339 233 193 169 0 50 0
[pid=13972] ppid=13971 vsize=868364 CPUtime=0.71
/proc/13972/stat : 13972 (java) S 13971 13958 11909 0 -1 0 7164 0 1 0 67 4 0 0 18 0 9 0 37275438 889204736 6394 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13972/statm: 217091 6394 2540 9 0 211666 0
[pid=13972/tid=13973] ppid=13971 vsize=868364 CPUtime=0.38
/proc/13972/task/13973/stat : 13973 (java) R 13971 13958 11909 0 -1 64 2665 0 1 0 37 1 0 0 19 0 9 0 37275439 889204736 6394 996147200 134512640 134550740 4294955920 18446744073709551615 4126473399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13974] ppid=13971 vsize=868364 CPUtime=0.1
/proc/13972/task/13974/stat : 13974 (java) S 13971 13958 11909 0 -1 64 2350 0 0 0 10 0 0 0 16 0 9 0 37275440 889204736 6394 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13975] ppid=13971 vsize=868364 CPUtime=0
/proc/13972/task/13975/stat : 13975 (java) S 13971 13958 11909 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37275440 889204736 6394 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13976] ppid=13971 vsize=868364 CPUtime=0
/proc/13972/task/13976/stat : 13976 (java) S 13971 13958 11909 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37275440 889204736 6394 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13977] ppid=13971 vsize=868364 CPUtime=0
/proc/13972/task/13977/stat : 13977 (java) S 13971 13958 11909 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37275442 889204736 6394 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13978] ppid=13971 vsize=868364 CPUtime=0.19
/proc/13972/task/13978/stat : 13978 (java) S 13971 13958 11909 0 -1 64 1457 0 0 0 19 0 0 0 16 0 9 0 37275442 889204736 6394 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13979] ppid=13971 vsize=868364 CPUtime=0
/proc/13972/task/13979/stat : 13979 (java) S 13971 13958 11909 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37275442 889204736 6394 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13980] ppid=13971 vsize=868364 CPUtime=0
/proc/13972/task/13980/stat : 13980 (java) S 13971 13958 11909 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37275442 889204736 6394 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890460

[startup+3.10247 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 13980
/proc/meminfo: memFree=1827144/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=16740 CPUtime=0.72
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1297 5282 0 1 6 2 59 5 15 0 1 0 37275361 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13958/statm: 4185 1104 409 3 0 764 0
[pid=13971] ppid=13958 vsize=5356 CPUtime=0
/proc/13971/stat : 13971 (sh) S 13958 13958 11909 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37275438 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13971/statm: 1339 233 193 169 0 50 0
[pid=13972] ppid=13971 vsize=868476 CPUtime=2.28
/proc/13972/stat : 13972 (java) S 13971 13958 11909 0 -1 0 10411 0 1 0 220 8 0 0 18 0 9 0 37275438 889319424 9301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13972/statm: 217119 9301 2565 9 0 211666 0
[pid=13972/tid=13973] ppid=13971 vsize=868476 CPUtime=1.45
/proc/13972/task/13973/stat : 13973 (java) R 13971 13958 11909 0 -1 64 3001 0 1 0 142 3 0 0 25 0 9 0 37275439 889319424 9301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13974] ppid=13971 vsize=868476 CPUtime=0.51
/proc/13972/task/13974/stat : 13974 (java) S 13971 13958 11909 0 -1 64 5199 0 0 0 49 2 0 0 15 0 9 0 37275440 889319424 9301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13975] ppid=13971 vsize=868476 CPUtime=0
/proc/13972/task/13975/stat : 13975 (java) S 13971 13958 11909 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37275440 889319424 9301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13976] ppid=13971 vsize=868476 CPUtime=0
/proc/13972/task/13976/stat : 13976 (java) S 13971 13958 11909 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37275440 889319424 9301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13977] ppid=13971 vsize=868476 CPUtime=0
/proc/13972/task/13977/stat : 13977 (java) S 13971 13958 11909 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37275442 889319424 9301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13978] ppid=13971 vsize=868476 CPUtime=0.29
/proc/13972/task/13978/stat : 13978 (java) S 13971 13958 11909 0 -1 64 1519 0 0 0 29 0 0 0 16 0 9 0 37275442 889319424 9301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13979] ppid=13971 vsize=868476 CPUtime=0
/proc/13972/task/13979/stat : 13979 (java) S 13971 13958 11909 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37275442 889319424 9301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13980] ppid=13971 vsize=868476 CPUtime=0
/proc/13972/task/13980/stat : 13980 (java) S 13971 13958 11909 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37275442 889319424 9301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890572

[startup+6.30286 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 13980
/proc/meminfo: memFree=1801480/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=16740 CPUtime=0.72
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1297 5282 0 1 6 2 59 5 15 0 1 0 37275361 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13958/statm: 4185 1104 409 3 0 764 0
[pid=13971] ppid=13958 vsize=5356 CPUtime=0
/proc/13971/stat : 13971 (sh) S 13958 13958 11909 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37275438 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13971/statm: 1339 233 193 169 0 50 0
[pid=13972] ppid=13971 vsize=868476 CPUtime=5.45
/proc/13972/stat : 13972 (java) S 13971 13958 11909 0 -1 0 10909 0 1 0 518 27 0 0 18 0 9 0 37275438 889319424 9306 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13972/statm: 217119 9306 2565 9 0 211666 0
[pid=13972/tid=13973] ppid=13971 vsize=868476 CPUtime=4.46
/proc/13972/task/13973/stat : 13973 (java) R 13971 13958 11909 0 -1 64 3495 0 1 0 427 19 0 0 25 0 9 0 37275439 889319424 9306 996147200 134512640 134550740 4294955920 18446744073709551615 4126567199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13974] ppid=13971 vsize=868476 CPUtime=0.66
/proc/13972/task/13974/stat : 13974 (java) S 13971 13958 11909 0 -1 64 5199 0 0 0 61 5 0 0 16 0 9 0 37275440 889319424 9306 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13975] ppid=13971 vsize=868476 CPUtime=0
/proc/13972/task/13975/stat : 13975 (java) S 13971 13958 11909 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37275440 889319424 9306 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13976] ppid=13971 vsize=868476 CPUtime=0
/proc/13972/task/13976/stat : 13976 (java) S 13971 13958 11909 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37275440 889319424 9306 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13977] ppid=13971 vsize=868476 CPUtime=0
/proc/13972/task/13977/stat : 13977 (java) S 13971 13958 11909 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37275442 889319424 9306 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13978] ppid=13971 vsize=868476 CPUtime=0.29
/proc/13972/task/13978/stat : 13978 (java) S 13971 13958 11909 0 -1 64 1523 0 0 0 29 0 0 0 16 0 9 0 37275442 889319424 9306 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13979] ppid=13971 vsize=868476 CPUtime=0
/proc/13972/task/13979/stat : 13979 (java) S 13971 13958 11909 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37275442 889319424 9306 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13980] ppid=13971 vsize=868476 CPUtime=0
/proc/13972/task/13980/stat : 13980 (java) S 13971 13958 11909 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37275442 889319424 9306 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890572

[startup+12.7021 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 13980
/proc/meminfo: memFree=1725576/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=16740 CPUtime=0.72
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1297 5282 0 1 6 2 59 5 16 0 1 0 37275361 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13958/statm: 4185 1104 409 3 0 764 0
[pid=13971] ppid=13958 vsize=5356 CPUtime=0
/proc/13971/stat : 13971 (sh) S 13958 13958 11909 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37275438 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13971/statm: 1339 233 193 169 0 50 0
[pid=13972] ppid=13971 vsize=868476 CPUtime=11.72
/proc/13972/stat : 13972 (java) S 13971 13958 11909 0 -1 0 12107 0 1 0 1090 82 0 0 18 0 9 0 37275438 889319424 9306 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13972/statm: 217119 9306 2565 9 0 211666 0
[pid=13972/tid=13973] ppid=13971 vsize=868476 CPUtime=10.34
/proc/13972/task/13973/stat : 13973 (java) R 13971 13958 11909 0 -1 64 4693 0 1 0 966 68 0 0 25 0 9 0 37275439 889319424 9306 996147200 134512640 134550740 4294955920 18446744073709551615 4126588104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13974] ppid=13971 vsize=868476 CPUtime=1.06
/proc/13972/task/13974/stat : 13974 (java) S 13971 13958 11909 0 -1 64 5199 0 0 0 94 12 0 0 16 0 9 0 37275440 889319424 9306 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13975] ppid=13971 vsize=868476 CPUtime=0
/proc/13972/task/13975/stat : 13975 (java) S 13971 13958 11909 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37275440 889319424 9306 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13976] ppid=13971 vsize=868476 CPUtime=0
/proc/13972/task/13976/stat : 13976 (java) S 13971 13958 11909 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37275440 889319424 9306 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13977] ppid=13971 vsize=868476 CPUtime=0
/proc/13972/task/13977/stat : 13977 (java) S 13971 13958 11909 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37275442 889319424 9306 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13978] ppid=13971 vsize=868476 CPUtime=0.29
/proc/13972/task/13978/stat : 13978 (java) S 13971 13958 11909 0 -1 64 1523 0 0 0 29 0 0 0 16 0 9 0 37275442 889319424 9306 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13979] ppid=13971 vsize=868476 CPUtime=0
/proc/13972/task/13979/stat : 13979 (java) S 13971 13958 11909 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37275442 889319424 9306 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13972/tid=13980] ppid=13971 vsize=868476 CPUtime=0
/proc/13972/task/13980/stat : 13980 (java) S 13971 13958 11909 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37275442 889319424 9306 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 890572

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13981
/proc/meminfo: memFree=1366736/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=17136 CPUtime=18.12
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1536 18743 0 2 7 2 1667 136 16 0 1 0 37275361 17547264 1186 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13958/statm: 4284 1186 414 3 0 863 0
[pid=13981] ppid=13958 vsize=321812 CPUtime=6.94
/proc/13981/stat : 13981 (minisat-inc) R 13958 13958 11909 0 -1 4194304 79821 0 0 0 637 57 0 0 25 0 1 0 37277208 329535488 79770 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13981/statm: 80453 79770 74 151 0 80299 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 338948

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13981
/proc/meminfo: memFree=1361616/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=17136 CPUtime=18.12
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1536 18743 0 2 7 2 1667 136 16 0 1 0 37275361 17547264 1186 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13958/statm: 4284 1186 414 3 0 863 0
[pid=13981] ppid=13958 vsize=327260 CPUtime=32.3
/proc/13981/stat : 13981 (minisat-inc) R 13958 13958 11909 0 -1 4194304 81170 0 0 0 3172 58 0 0 25 0 1 0 37277208 335114240 81119 996147200 134512640 135134323 4294956192 18446744073709551615 134531888 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=13958] ppid=13956 vsize=17136 CPUtime=18.44
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1620 22755 0 3 7 2 1696 139 16 0 1 0 37275361 17547264 1187 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13958/statm: 4284 1187 414 3 0 863 0
[pid=13981] ppid=13958 vsize=645352 CPUtime=2901.37
/proc/13981/stat : 13981 (minisat-inc) R 13958 13958 11909 0 -1 4194304 160223 0 0 0 289990 147 0 0 25 0 1 0 37277208 660840448 160170 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13981/statm: 161338 160170 80 151 0 161184 0
Current children cumulated CPU time (s) 2919.81
Current children cumulated vsize (KiB) 662488

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14036
/proc/meminfo: memFree=1087952/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=17136 CPUtime=18.44
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1620 22755 0 3 7 2 1696 139 16 0 1 0 37275361 17547264 1187 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13958/statm: 4284 1187 414 3 0 863 0
[pid=13981] ppid=13958 vsize=650792 CPUtime=2961.33
/proc/13981/stat : 13981 (minisat-inc) R 13958 13958 11909 0 -1 4194304 161575 0 0 0 295985 148 0 0 25 0 1 0 37277208 666411008 161522 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13981/statm: 162698 161522 80 151 0 162544 0
Current children cumulated CPU time (s) 2979.77
Current children cumulated vsize (KiB) 667928

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14036
/proc/meminfo: memFree=1082576/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=17136 CPUtime=18.44
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1620 22755 0 3 7 2 1696 139 16 0 1 0 37275361 17547264 1187 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13958/statm: 4284 1187 414 3 0 863 0
[pid=13981] ppid=13958 vsize=655968 CPUtime=3021.3
/proc/13981/stat : 13981 (minisat-inc) R 13958 13958 11909 0 -1 4194304 162883 0 0 0 301980 150 0 0 25 0 1 0 37277208 671711232 162830 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13981/statm: 163992 162830 80 151 0 163838 0
Current children cumulated CPU time (s) 3039.74
Current children cumulated vsize (KiB) 673104

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14036
/proc/meminfo: memFree=1077264/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=17136 CPUtime=18.44
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1620 22755 0 3 7 2 1696 139 16 0 1 0 37275361 17547264 1187 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13958/statm: 4284 1187 414 3 0 863 0
[pid=13981] ppid=13958 vsize=661132 CPUtime=3081.28
/proc/13981/stat : 13981 (minisat-inc) R 13958 13958 11909 0 -1 4194304 164194 0 0 0 307976 152 0 0 25 0 1 0 37277208 676999168 164141 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13981/statm: 165283 164141 80 151 0 165129 0
Current children cumulated CPU time (s) 3099.72
Current children cumulated vsize (KiB) 678268

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14036
/proc/meminfo: memFree=1071696/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=17136 CPUtime=18.44
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1620 22755 0 3 7 2 1696 139 16 0 1 0 37275361 17547264 1187 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13958/statm: 4284 1187 414 3 0 863 0
[pid=13981] ppid=13958 vsize=666808 CPUtime=3141.24
/proc/13981/stat : 13981 (minisat-inc) R 13958 13958 11909 0 -1 4194304 165600 0 0 0 313971 153 0 0 25 0 1 0 37277208 682811392 165547 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13981/statm: 166702 165547 80 151 0 166548 0
Current children cumulated CPU time (s) 3159.68
Current children cumulated vsize (KiB) 683944

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14036
/proc/meminfo: memFree=1065168/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=17136 CPUtime=18.44
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1620 22755 0 3 7 2 1696 139 16 0 1 0 37275361 17547264 1187 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13958/statm: 4284 1187 414 3 0 863 0
[pid=13981] ppid=13958 vsize=673212 CPUtime=3201.22
/proc/13981/stat : 13981 (minisat-inc) R 13958 13958 11909 0 -1 4194304 167211 0 0 0 319966 156 0 0 25 0 1 0 37277208 689369088 167158 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13981/statm: 168303 167158 80 151 0 168149 0
Current children cumulated CPU time (s) 3219.66
Current children cumulated vsize (KiB) 690348

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14036
/proc/meminfo: memFree=1058576/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=17136 CPUtime=18.44
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1620 22755 0 3 7 2 1696 139 16 0 1 0 37275361 17547264 1187 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13958/statm: 4284 1187 414 3 0 863 0
[pid=13981] ppid=13958 vsize=679732 CPUtime=3261.19
/proc/13981/stat : 13981 (minisat-inc) R 13958 13958 11909 0 -1 4194304 168838 0 0 0 325962 157 0 0 25 0 1 0 37277208 696045568 168785 996147200 134512640 135134323 4294956192 18446744073709551615 134528318 0 0 4096 3 0 0 0 17 0 0 0
/proc/13981/statm: 169933 168785 80 151 0 169779 0
Current children cumulated CPU time (s) 3279.63
Current children cumulated vsize (KiB) 696868

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14036
/proc/meminfo: memFree=1052944/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=17136 CPUtime=18.44
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1620 22755 0 3 7 2 1696 139 16 0 1 0 37275361 17547264 1187 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13958/statm: 4284 1187 414 3 0 863 0
[pid=13981] ppid=13958 vsize=685364 CPUtime=3321.16
/proc/13981/stat : 13981 (minisat-inc) R 13958 13958 11909 0 -1 4194304 170244 0 0 0 331957 159 0 0 25 0 1 0 37277208 701812736 170191 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13981/statm: 171341 170191 80 151 0 171187 0
Current children cumulated CPU time (s) 3339.6
Current children cumulated vsize (KiB) 702500

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14036
/proc/meminfo: memFree=1046800/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=17136 CPUtime=18.44
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1620 22755 0 3 7 2 1696 139 16 0 1 0 37275361 17547264 1187 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13958/statm: 4284 1187 414 3 0 863 0
[pid=13981] ppid=13958 vsize=691320 CPUtime=3381.13
/proc/13981/stat : 13981 (minisat-inc) R 13958 13958 11909 0 -1 4194304 171774 0 0 0 337953 160 0 0 25 0 1 0 37277208 707911680 171721 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13981/statm: 172830 171721 80 151 0 172676 0
Current children cumulated CPU time (s) 3399.57
Current children cumulated vsize (KiB) 708456

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14036
/proc/meminfo: memFree=1040656/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=17136 CPUtime=18.44
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1620 22755 0 3 7 2 1696 139 16 0 1 0 37275361 17547264 1187 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13958/statm: 4284 1187 414 3 0 863 0
[pid=13981] ppid=13958 vsize=697460 CPUtime=3441.1
/proc/13981/stat : 13981 (minisat-inc) R 13958 13958 11909 0 -1 4194304 173312 0 0 0 343949 161 0 0 25 0 1 0 37277208 714199040 173259 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 0 0 0
/proc/13981/statm: 174365 173259 80 151 0 174211 0
Current children cumulated CPU time (s) 3459.54
Current children cumulated vsize (KiB) 714596

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14036
/proc/meminfo: memFree=1035856/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=17136 CPUtime=18.44
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1620 22755 0 3 7 2 1696 139 16 0 1 0 37275361 17547264 1187 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13958/statm: 4284 1187 414 3 0 863 0
[pid=13981] ppid=13958 vsize=702100 CPUtime=3501.08
/proc/13981/stat : 13981 (minisat-inc) R 13958 13958 11909 0 -1 4194304 174473 0 0 0 349944 164 0 0 25 0 1 0 37277208 718950400 174420 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 0 0 0
/proc/13981/statm: 175525 174420 80 151 0 175371 0
Current children cumulated CPU time (s) 3519.52
Current children cumulated vsize (KiB) 719236

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14036
/proc/meminfo: memFree=1031056/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=17136 CPUtime=18.44
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1620 22755 0 3 7 2 1696 139 16 0 1 0 37275361 17547264 1187 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13958/statm: 4284 1187 414 3 0 863 0
[pid=13981] ppid=13958 vsize=706876 CPUtime=3561.05
/proc/13981/stat : 13981 (minisat-inc) R 13958 13958 11909 0 -1 4194304 175655 0 0 0 355940 165 0 0 25 0 1 0 37277208 723841024 175602 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13981/statm: 176719 175602 80 151 0 176565 0
Current children cumulated CPU time (s) 3579.49
Current children cumulated vsize (KiB) 724012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14036
/proc/meminfo: memFree=1029392/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=17136 CPUtime=18.44
/proc/13958/stat : 13958 (sugar++) S 13956 13958 11909 0 -1 4194304 1620 22755 0 3 7 2 1696 139 16 0 1 0 37275361 17547264 1187 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13958/statm: 4284 1187 414 3 0 863 0
[pid=13981] ppid=13958 vsize=708328 CPUtime=3581.64
/proc/13981/stat : 13981 (minisat-inc) R 13958 13958 11909 0 -1 4194304 176035 0 0 0 357998 166 0 0 25 0 1 0 37277208 725327872 175982 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/13981/statm: 177082 175982 80 151 0 176928 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 725464

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

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

[startup+3603.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14036
/proc/meminfo: memFree=1029392/2055920 swapFree=4180380/4192956
[pid=13958] ppid=13956 vsize=17136 CPUtime=3600.19
/proc/13958/stat : 13958 (sugar++) R 13956 13958 11909 0 -1 4194304 1644 198790 0 3 7 2 359695 315 16 0 1 0 37275361 17547264 1188 996147200 4194304 4206940 548682068528 18446744073709551615 215419163689 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13958/statm: 4284 1188 415 3 0 863 0
Current children cumulated CPU time (s) 3600.19
Current children cumulated vsize (KiB) 17136

Child status: 0
Real time (s): 3603.09
CPU time (s): 3600.28
CPU user time (s): 3597.02
CPU system time (s): 3.2595
CPU usage (%): 99.9221
Max. virtual memory (cumulated for all children) (KiB): 890712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.02
system time used= 3.2595
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200489
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23424
involuntary context switches= 83440

runsolver used 4.33834 second user time and 8.86665 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-11 21:48:44
IDJOB=1109595
IDBENCH=60988
IDSOLVER=367
FILE ID=node9/1109595-1215805724
PBS_JOBID= 7903239
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/schurrLemma/normalized-lemma-100-9-mod.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-1109595-1215805724/watcher-1109595-1215805724 -o /tmp/evaluation-result-1109595-1215805724/solver-1109595-1215805724 -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-1109595-1215805724.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3386f4f322a7a484b46b823c691cf5d8
RANDOM SEED=67800583

node9.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.260
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.260
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:       1853632 kB
Buffers:         13008 kB
Cached:          49284 kB
SwapCached:       6796 kB
Active:         126460 kB
Inactive:        24324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1853632 kB
SwapTotal:     4192956 kB
SwapFree:      4180380 kB
Dirty:            1176 kB
Writeback:           0 kB
Mapped:         104364 kB
Slab:            36552 kB
Committed_AS:   971116 kB
PageTables:       1936 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= 66552 MiB
End job on node9 at 2008-07-11 22:48:49