Trace number 1127803

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.11 3608.34

General information on the benchmark

Namemaxcsp/cnf/3-40-100-1000/
normalized-cnf-3-40-1000-261929_ext.xml
MD5SUMf6e57a5aa89535fd9bf4df33cb1cf698
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints62
Best CPU time to get the best result obtained on this benchmark48.4136
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints955
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension955
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.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Wed Jul 23 03:22:38 2008
0.00/0.07	c 0	PID 4354
0.00/0.08	c 0	HOST node12.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1127803-1216776158.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127803-1216776158.xml' 'HOME/temp.csp'
0.06/0.60	c 1	1 domains, 40 variables, 0 predicates, 29 relations, 955 constraints
0.06/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.62	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.59/0.70	c 1	Parsing HOME/temp.csp
0.59/0.85	c 1	parsed 1025 expressions
0.59/0.85	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.59/0.87	c 1	MAX CSP: 955 constraints
0.59/0.87	c 1	Converting to clausal form CSP
0.59/0.92	c 1	converted 199 (10%) expressions
0.59/0.93	c 1	converted 397 (20%) expressions
0.59/0.95	c 1	converted 595 (30%) expressions
0.59/0.96	c 1	converted 794 (40%) expressions
0.59/0.98	c 1	converted 992 (50%) expressions
0.59/1.05	c 1	converted 1190 (60%) expressions
0.59/1.06	c 1	converted 1389 (70%) expressions
0.59/1.07	c 1	converted 1587 (80%) expressions
0.59/1.08	c 1	converted 1785 (90%) expressions
1.14/1.21	c 1	converted 1983 (100%) expressions
1.14/1.21	c 1	CSP : 1950 integers, 0 booleans, 2864 clauses, largest domain size 1433
1.14/1.22	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.22	c 1	Propagation in CSP
1.14/1.27	c 1	947 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.27	c 1	CSP : 1950 integers, 0 booleans, 2864 clauses, largest domain size 956
1.14/1.27	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.27	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.28	c 1	CSP : 1950 integers, 0 booleans, 2864 clauses, largest domain size 956
1.14/1.28	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.32	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.24/1.33	c 1	195 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.24/1.33	c 1	390 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.24/1.34	c 1	585 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.24/1.34	c 1	780 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.24/1.34	c 1	975 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.24/1.35	c 2	1170 (60%) CSP integer variables are encoded (1856 clauses, 24185 bytes)
1.24/1.35	c 2	1365 (70%) CSP integer variables are encoded (3349 clauses, 43594 bytes)
1.24/1.36	c 2	1560 (80%) CSP integer variables are encoded (5132 clauses, 66773 bytes)
1.24/1.36	c 2	1755 (90%) CSP integer variables are encoded (6567 clauses, 85428 bytes)
1.24/1.37	c 2	1950 (100%) CSP integer variables are encoded (16175 clauses, 226321 bytes)
1.33/1.41	c 2	287 (10%) CSP clauses are encoded (16465 clauses, 230902 bytes)
1.33/1.44	c 2	573 (20%) CSP clauses are encoded (16759 clauses, 235738 bytes)
1.33/1.45	c 2	860 (30%) CSP clauses are encoded (17054 clauses, 240873 bytes)
1.33/1.48	c 2	1146 (40%) CSP clauses are encoded (22676 clauses, 338522 bytes)
1.43/1.59	c 2	1432 (50%) CSP clauses are encoded (77826 clauses, 1343138 bytes)
1.53/1.63	c 2	1719 (60%) CSP clauses are encoded (94233 clauses, 1635857 bytes)
1.83/1.93	c 2	2005 (70%) CSP clauses are encoded (255227 clauses, 4595277 bytes)
1.83/1.97	c 2	2292 (80%) CSP clauses are encoded (274146 clauses, 4933453 bytes)
1.93/2.06	c 2	2578 (90%) CSP clauses are encoded (319896 clauses, 5766111 bytes)
3.50/3.68	c 4	2864 (100%) CSP clauses are encoded (1189055 clauses, 23690329 bytes)
3.50/3.68	c 4	2864 CSP clauses encoded
3.50/3.68	c 4	Writing map file : HOME/temp.map
3.60/3.70	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.60/3.70	c 4	SAT : 18125 SAT variables, 1189055 SAT clauses, 23690329 bytes
3.60/3.71	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.60/3.77	c 4	OBJECTIVE minimize _COST
3.60/3.77	c 4	SOLVING HOME/temp.cnf
3.60/3.77	c 4	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
3.60/3.77	c 4	This is MiniSat 2.0 beta incremental
3.60/3.77	c 4	WARNING: for repeatability, setting FPU to use double precision
3.60/3.77	c 4	============================[ Problem Statistics ]=============================
3.60/3.77	c 4	|                                                                             |
3.60/3.77	c 4	|  Number of variables:  18125                                                |
3.60/3.77	c 4	|  Number of clauses:    1189055                                              |
3.64/4.33	c 4	|  Parsing time:         0.49         s                                       |
3.64/4.36	c 5	OK
3.64/4.36	c 5	OBJECTIVE BOUND: 0 <= _COST <= 
3.64/4.36	c 5	SEARCHING: _COST <= 478
3.64/4.36	c 5	============================[ Search Statistics ]==============================
3.64/4.36	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.64/4.36	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.64/4.36	c 5	===============================================================================
3.64/4.36	c 5	|         0 |   18125  1189055  3518642 |   396351        0    nan |  0.000 % |
4.64/4.81	c 5	===============================================================================
4.64/4.81	c 5	restarts              : 1
4.64/4.81	c 5	conflicts             : 24            (25 /sec)
4.64/4.81	c 5	decisions             : 603           (0.33 % random) (640 /sec)
4.64/4.81	c 5	propagations          : 187926         (199316 /sec)
4.64/4.81	c 5	conflict literals     : 325            (15.14 % deleted)
4.64/4.81	c 5	Memory used           : 51.30 MB
4.64/4.81	c 5	CPU time              : 0.942856 s
4.64/4.81	c 5	
4.64/4.81	c 5	SATISFIABLE
4.64/4.82	c 5	OK
4.64/4.82	c 5	FOUND: _COST <= 478
4.64/4.82	s SATISFIABLE
4.64/4.82	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.64/4.82	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.66/4.90	c 5	Decoding HOME/temp.out
4.66/5.22	c 5	OBJECTIVE _COST 254
4.66/5.22	o 254
4.66/5.23	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 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
4.66/5.23	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.66/5.24	c 5	OK
4.66/5.24	c 5	OBJECTIVE BOUND: 0 <= _COST <= 254
4.66/5.25	c 5	SEARCHING: _COST <= 127
4.66/5.25	c 5	============================[ Search Statistics ]==============================
4.66/5.26	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.66/5.26	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.66/5.26	c 5	===============================================================================
4.66/5.26	c 5	|        24 |   18125  1189055  3518642 |   396351       24     14 |  0.000 % |
5.24/5.41	c 6	|       124 |   18125  1189055  3518642 |   435986      124     15 | 39.912 % |
5.34/5.57	c 6	|       274 |   18125  1189055  3518642 |   479585      274     14 | 39.912 % |
5.73/5.97	c 6	|       499 |   18125  1189055  3518642 |   527544      499     18 | 39.912 % |
6.23/6.44	c 7	===============================================================================
6.23/6.44	c 7	restarts              : 5
6.23/6.44	c 7	conflicts             : 742           (347 /sec)
6.23/6.44	c 7	decisions             : 1874          (0.75 % random) (876 /sec)
6.23/6.44	c 7	propagations          : 919906         (430129 /sec)
6.23/6.44	c 7	conflict literals     : 17455          (19.87 % deleted)
6.23/6.44	c 7	Memory used           : 51.30 MB
6.23/6.44	c 7	CPU time              : 2.13867 s
6.23/6.44	c 7	
6.23/6.44	c 7	SATISFIABLE
6.23/6.45	c 7	OK
6.23/6.45	c 7	FOUND: _COST <= 127
6.23/6.45	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.23/6.45	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.28/6.53	c 7	Decoding HOME/temp.out
6.52/6.77	c 7	OBJECTIVE _COST 127
6.52/6.77	o 127
6.52/6.78	v 1 1 1 1 1 0 1 1 1 1 0 0 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
6.52/6.78	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.52/6.79	c 7	OK
6.52/6.79	c 7	OBJECTIVE BOUND: 0 <= _COST <= 127
6.52/6.79	c 7	SEARCHING: _COST <= 63
6.61/6.81	c 7	============================[ Search Statistics ]==============================
6.61/6.81	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.61/6.81	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.61/6.81	c 7	===============================================================================
6.61/6.81	c 7	|       742 |   10891  1189055  3518642 |   396351      742     24 | 39.912 % |
6.70/6.98	c 7	|       843 |   10891  1189055  3518642 |   435986      843     23 | 49.473 % |
7.00/7.28	c 7	|       993 |   10891  1189055  3518642 |   479585      993     23 | 49.473 % |
7.60/7.82	c 8	|      1218 |   10891  1189055  3518642 |   527544     1218     23 | 49.473 % |
8.39/8.60	c 9	|      1556 |   10891  1189055  3518642 |   580298     1556     23 | 49.473 % |
9.58/9.85	c 10	|      2062 |   10891  1189055  3518642 |   638328     2062     24 | 49.473 % |
11.56/11.83	c 12	|      2821 |   10891  1189055  3518642 |   702161     2821     24 | 49.473 % |
14.14/14.42	c 15	|      3961 |    9158   294706   861668 |   772377     3961     25 | 49.473 % |
16.91/17.24	c 17	|      5669 |    9158   294706   861668 |   849614     5669     25 | 49.473 % |
20.97/21.37	c 22	|      8231 |    9158   294706   861668 |   934576     8231     25 | 49.473 % |
27.40/27.85	c 28	|     12075 |    9158   294706   861668 |  1028034    12075     26 | 49.473 % |
36.92/37.48	c 38	|     17843 |    9158   294706   861668 |  1130837    17843     26 | 49.473 % |
52.57/53.29	c 53	|     26494 |    9158   294706   861668 |  1243921    26494     27 | 49.473 % |
76.35/77.23	c 77	|     39471 |    9158   294706   861668 |  1368313    39471     27 | 49.473 % |
114.39/115.69	c 116	|     58932 |    9158   294706   861668 |  1505144    58932     27 | 49.473 % |
172.50/173.99	c 174	|     88125 |    9158   294706   861668 |  1655659    88125     27 | 49.473 % |
275.45/276.92	c 277	|    131914 |    9158   294706   861668 |  1821225   131914     27 | 49.473 % |
449.78/451.39	c 452	|    197599 |    9158   294706   861668 |  2003347   197599     27 | 49.473 % |
746.17/747.82	c 748	|    296125 |    9158   294706   861668 |  2203682   296125     28 | 49.473 % |
1284.45/1286.31	c 1286	|    443914 |    9158   294706   861668 |  2424050   443914     28 | 49.473 % |
2398.95/2406.76	c 2407	|    665598 |    9158   294706   861668 |  2666455   665598     28 | 49.473 % |
3600.04/3608.31	c ERROR INTERRUPTED
3600.04/3608.34	c 3608	CPU 3599.21 (0.06 0.02 3599.15 0.85)
3600.04/3608.34	c 3608	END Wed Jul 23 04:22:46 2008

Verifier Data (download as text)

OK	119	836
119 unsatisfied constraints, 836 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-1127803-1216776158/watcher-1127803-1216776158 -o /tmp/evaluation-result-1127803-1216776158/solver-1127803-1216776158 -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-1127803-1216776158.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.99 1.98 1.99 4/80 4354
/proc/meminfo: memFree=1590824/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16740 CPUtime=0.06
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 4706667 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4354/statm: 4185 1099 406 3 0 764 0
[pid=4355] ppid=4354 vsize=16740 CPUtime=0
/proc/4355/stat : 4355 (sugar++) R 4354 4354 3606 0 -1 4194368 14 0 0 0 0 0 0 0 20 0 1 0 4706675 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 252429528359 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4355/statm: 4185 1099 406 3 0 764 0

[startup+0.135048 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 4354
/proc/meminfo: memFree=1590824/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16740 CPUtime=0.06
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 4706667 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4354/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.202051 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 4354
/proc/meminfo: memFree=1590824/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16740 CPUtime=0.06
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 4706667 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4354/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302058 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 4354
/proc/meminfo: memFree=1590824/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16740 CPUtime=0.06
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 4706667 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4354/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.7021 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 4354
/proc/meminfo: memFree=1590824/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16740 CPUtime=0.59
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1279 4551 0 1 5 2 48 4 16 0 1 0 4706667 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4354/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 16740

[startup+1.50218 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 4376
/proc/meminfo: memFree=1576016/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16740 CPUtime=0.59
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1297 4551 0 1 5 2 48 4 15 0 1 0 4706667 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4354/statm: 4185 1104 409 3 0 764 0
[pid=4367] ppid=4354 vsize=5356 CPUtime=0
/proc/4367/stat : 4367 (sh) S 4354 4354 3606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4706730 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4367/statm: 1339 233 193 169 0 50 0
[pid=4368] ppid=4367 vsize=868456 CPUtime=0.84
/proc/4368/stat : 4368 (java) S 4367 4354 3606 0 -1 0 6800 0 1 0 80 4 0 0 18 0 9 0 4706730 889298944 6014 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4368/statm: 217114 6014 2563 9 0 211661 0
[pid=4368/tid=4369] ppid=4367 vsize=868456 CPUtime=0.48
/proc/4368/task/4369/stat : 4369 (java) R 4367 4354 3606 0 -1 64 2738 0 1 0 46 2 0 0 20 0 9 0 4706731 889298944 6014 996147200 134512640 134550740 4294955920 18446744073709551615 4126534592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4368/tid=4370] ppid=4367 vsize=868456 CPUtime=0.07
/proc/4368/task/4370/stat : 4370 (java) S 4367 4354 3606 0 -1 64 1889 0 0 0 7 0 0 0 16 0 9 0 4706732 889298944 6014 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4368/tid=4371] ppid=4367 vsize=868456 CPUtime=0
/proc/4368/task/4371/stat : 4371 (java) S 4367 4354 3606 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4706733 889298944 6014 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4368/tid=4372] ppid=4367 vsize=868456 CPUtime=0
/proc/4368/task/4372/stat : 4372 (java) S 4367 4354 3606 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4706733 889298944 6014 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4368/tid=4373] ppid=4367 vsize=868456 CPUtime=0
/proc/4368/task/4373/stat : 4373 (java) S 4367 4354 3606 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4706735 889298944 6014 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4368/tid=4374] ppid=4367 vsize=868456 CPUtime=0.25
/proc/4368/task/4374/stat : 4374 (java) S 4367 4354 3606 0 -1 64 1479 0 0 0 25 0 0 0 16 0 9 0 4706735 889298944 6014 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4368/tid=4375] ppid=4367 vsize=868456 CPUtime=0
/proc/4368/task/4375/stat : 4375 (java) S 4367 4354 3606 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4706735 889298944 6014 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4368/tid=4376] ppid=4367 vsize=868456 CPUtime=0
/proc/4368/task/4376/stat : 4376 (java) S 4367 4354 3606 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4706735 889298944 6014 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890552

[startup+3.10134 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 4376
/proc/meminfo: memFree=1566096/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16740 CPUtime=0.59
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1297 4551 0 1 5 2 48 4 15 0 1 0 4706667 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4354/statm: 4185 1104 409 3 0 764 0
[pid=4367] ppid=4354 vsize=5356 CPUtime=0
/proc/4367/stat : 4367 (sh) S 4354 4354 3606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4706730 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4367/statm: 1339 233 193 169 0 50 0
[pid=4368] ppid=4367 vsize=868456 CPUtime=2.43
/proc/4368/stat : 4368 (java) S 4367 4354 3606 0 -1 0 7284 0 1 0 224 19 0 0 18 0 9 0 4706730 889298944 6024 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4368/statm: 217114 6024 2563 9 0 211661 0
[pid=4368/tid=4369] ppid=4367 vsize=868456 CPUtime=1.93
/proc/4368/task/4369/stat : 4369 (java) R 4367 4354 3606 0 -1 64 3213 0 1 0 179 14 0 0 25 0 9 0 4706731 889298944 6024 996147200 134512640 134550740 4294955920 18446744073709551615 4126954562 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4368/tid=4370] ppid=4367 vsize=868456 CPUtime=0.2
/proc/4368/task/4370/stat : 4370 (java) S 4367 4354 3606 0 -1 64 1889 0 0 0 17 3 0 0 16 0 9 0 4706732 889298944 6024 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4368/tid=4371] ppid=4367 vsize=868456 CPUtime=0
/proc/4368/task/4371/stat : 4371 (java) S 4367 4354 3606 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4706733 889298944 6024 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4368/tid=4372] ppid=4367 vsize=868456 CPUtime=0
/proc/4368/task/4372/stat : 4372 (java) S 4367 4354 3606 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4706733 889298944 6024 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4368/tid=4373] ppid=4367 vsize=868456 CPUtime=0
/proc/4368/task/4373/stat : 4373 (java) S 4367 4354 3606 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4706735 889298944 6024 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4368/tid=4374] ppid=4367 vsize=868456 CPUtime=0.27
/proc/4368/task/4374/stat : 4374 (java) S 4367 4354 3606 0 -1 64 1488 0 0 0 27 0 0 0 16 0 9 0 4706735 889298944 6024 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4368/tid=4375] ppid=4367 vsize=868456 CPUtime=0
/proc/4368/task/4375/stat : 4375 (java) S 4367 4354 3606 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4706735 889298944 6024 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4368/tid=4376] ppid=4367 vsize=868456 CPUtime=0
/proc/4368/task/4376/stat : 4376 (java) S 4367 4354 3606 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4706735 889298944 6024 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890552

[startup+6.30166 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4387
/proc/meminfo: memFree=1512984/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16872 CPUtime=4.06
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1573 16202 0 3 6 2 366 32 15 0 1 0 4706667 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4354/statm: 4218 1139 414 3 0 797 0
[pid=4377] ppid=4354 vsize=52528 CPUtime=2.07
/proc/4377/stat : 4377 (minisat-inc) R 4354 4354 3606 0 -1 4194304 12701 0 0 0 199 8 0 0 24 0 1 0 4707044 53788672 12649 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/4377/statm: 13132 12649 80 151 0 12978 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 69400

[startup+12.7013 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4397
/proc/meminfo: memFree=1512856/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16872 CPUtime=4.38
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1643 20086 0 4 6 2 396 34 16 0 1 0 4706667 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4354/statm: 4218 1139 414 3 0 797 0
[pid=4377] ppid=4354 vsize=52792 CPUtime=8.07
/proc/4377/stat : 4377 (minisat-inc) R 4354 4354 3606 0 -1 4194304 12765 0 0 0 799 8 0 0 25 0 1 0 4707044 54059008 12711 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4377/statm: 13198 12711 80 151 0 13044 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 69664

[startup+25.5026 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4397
/proc/meminfo: memFree=1513112/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16872 CPUtime=4.38
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1643 20086 0 4 6 2 396 34 16 0 1 0 4706667 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4354/statm: 4218 1139 414 3 0 797 0
[pid=4377] ppid=4354 vsize=52792 CPUtime=20.75
/proc/4377/stat : 4377 (minisat-inc) R 4354 4354 3606 0 -1 4194304 12776 0 0 0 2067 8 0 0 25 0 1 0 4707044 54059008 12722 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/4377/statm: 13198 12722 80 151 0 13044 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 69664

[startup+51.1021 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4397
/proc/meminfo: memFree=1513048/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16872 CPUtime=4.38
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1643 20086 0 4 6 2 396 34 16 0 1 0 4706667 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4354/statm: 4218 1139 414 3 0 797 0
[pid=4377] ppid=4354 vsize=52944 CPUtime=46.11
/proc/4377/stat : 4377 (minisat-inc) R 4354 4354 3606 0 -1 4194304 12792 0 0 0 4603 8 0 0 25 0 1 0 4707044 54214656 12738 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/4377/statm: 13236 12738 80 151 0 13082 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 69816

[startup+102.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4397
/proc/meminfo: memFree=1512728/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16872 CPUtime=4.38
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1643 20086 0 4 6 2 396 34 16 0 1 0 4706667 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4354/statm: 4218 1139 414 3 0 797 0
[pid=4377] ppid=4354 vsize=53188 CPUtime=96.83
/proc/4377/stat : 4377 (minisat-inc) R 4354 4354 3606 0 -1 4194304 12867 0 0 0 9675 8 0 0 25 0 1 0 4707044 54464512 12813 996147200 134512640 135134323 4294956192 18446744073709551615 134531938 0 0 4096 3 0 0 0 17 1 0 0
/proc/4377/statm: 13297 12813 80 151 0 13143 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 70060

[startup+162.301 s]
/proc/loadavg: 1.94 1.97 1.99 3/75 4429
/proc/meminfo: memFree=1539728/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16872 CPUtime=4.38
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1643 20086 0 4 6 2 396 34 16 0 1 0 4706667 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4354/statm: 4218 1139 414 3 0 797 0
[pid=4377] ppid=4354 vsize=53764 CPUtime=156.52
/proc/4377/stat : 4377 (minisat-inc) R 4354 4354 3606 0 -1 4194304 12976 0 0 0 15643 9 0 0 25 0 1 0 4707044 55054336 12922 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 0 0 0
/proc/4377/statm: 13441 12922 80 151 0 13287 0
Current children cumulated CPU time (s) 160.9
Current children cumulated vsize (KiB) 70636

[startup+222.306 s]
/proc/loadavg: 1.98 1.97 1.99 3/82 4464
/proc/meminfo: memFree=1512600/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16872 CPUtime=4.38
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1643 20086 0 4 6 2 396 34 16 0 1 0 4706667 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4354/statm: 4218 1139 414 3 0 797 0
[pid=4377] ppid=4354 vsize=54400 CPUtime=216.5

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

[pid=4377] ppid=4354 vsize=143336 CPUtime=2849.95
/proc/4377/stat : 4377 (minisat-inc) R 4354 4354 3606 0 -1 4194304 34562 0 0 0 284954 41 0 0 25 0 1 0 4707044 146776064 34500 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4377/statm: 35834 34500 80 151 0 35680 0
Current children cumulated CPU time (s) 2854.33
Current children cumulated vsize (KiB) 160208

[startup+2922.3 s]
/proc/loadavg: 2.00 2.19 2.15 3/83 5017
/proc/meminfo: memFree=1393616/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16872 CPUtime=4.38
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1643 20086 0 4 6 2 396 34 16 0 1 0 4706667 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4354/statm: 4218 1139 414 3 0 797 0
[pid=4377] ppid=4354 vsize=144920 CPUtime=2909.93
/proc/4377/stat : 4377 (minisat-inc) R 4354 4354 3606 0 -1 4194304 34956 0 0 0 290951 42 0 0 25 0 1 0 4707044 148398080 34894 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4377/statm: 36230 34894 80 151 0 36076 0
Current children cumulated CPU time (s) 2914.31
Current children cumulated vsize (KiB) 161792

[startup+2982.3 s]
/proc/loadavg: 2.00 2.16 2.14 3/83 5017
/proc/meminfo: memFree=1392016/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16872 CPUtime=4.38
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1643 20086 0 4 6 2 396 34 16 0 1 0 4706667 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4354/statm: 4218 1139 414 3 0 797 0
[pid=4377] ppid=4354 vsize=146384 CPUtime=2969.9
/proc/4377/stat : 4377 (minisat-inc) R 4354 4354 3606 0 -1 4194304 35334 0 0 0 296948 42 0 0 25 0 1 0 4707044 149897216 35272 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4377/statm: 36596 35272 80 151 0 36442 0
Current children cumulated CPU time (s) 2974.28
Current children cumulated vsize (KiB) 163256

[startup+3042.3 s]
/proc/loadavg: 2.00 2.12 2.13 3/83 5017
/proc/meminfo: memFree=1390480/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16872 CPUtime=4.38
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1643 20086 0 4 6 2 396 34 16 0 1 0 4706667 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4354/statm: 4218 1139 414 3 0 797 0
[pid=4377] ppid=4354 vsize=148000 CPUtime=3029.88
/proc/4377/stat : 4377 (minisat-inc) R 4354 4354 3606 0 -1 4194304 35718 0 0 0 302945 43 0 0 25 0 1 0 4707044 151552000 35656 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4377/statm: 37000 35656 80 151 0 36846 0
Current children cumulated CPU time (s) 3034.26
Current children cumulated vsize (KiB) 164872

[startup+3102.3 s]
/proc/loadavg: 2.00 2.10 2.12 3/83 5017
/proc/meminfo: memFree=1389136/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16872 CPUtime=4.38
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1643 20086 0 4 6 2 396 34 16 0 1 0 4706667 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4354/statm: 4218 1139 414 3 0 797 0
[pid=4377] ppid=4354 vsize=149432 CPUtime=3089.86
/proc/4377/stat : 4377 (minisat-inc) R 4354 4354 3606 0 -1 4194304 36057 0 0 0 308942 44 0 0 25 0 1 0 4707044 153018368 35995 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4377/statm: 37358 35995 80 151 0 37204 0
Current children cumulated CPU time (s) 3094.24
Current children cumulated vsize (KiB) 166304

[startup+3162.3 s]
/proc/loadavg: 2.00 2.08 2.10 3/83 5017
/proc/meminfo: memFree=1387472/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16872 CPUtime=4.38
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1643 20086 0 4 6 2 396 34 16 0 1 0 4706667 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4354/statm: 4218 1139 414 3 0 797 0
[pid=4377] ppid=4354 vsize=151016 CPUtime=3149.84
/proc/4377/stat : 4377 (minisat-inc) R 4354 4354 3606 0 -1 4194304 36443 0 0 0 314939 45 0 0 25 0 1 0 4707044 154640384 36381 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4377/statm: 37754 36381 80 151 0 37600 0
Current children cumulated CPU time (s) 3154.22
Current children cumulated vsize (KiB) 167888

[startup+3222.3 s]
/proc/loadavg: 2.00 2.06 2.09 3/83 5017
/proc/meminfo: memFree=1386000/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16872 CPUtime=4.38
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1643 20086 0 4 6 2 396 34 16 0 1 0 4706667 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4354/statm: 4218 1139 414 3 0 797 0
[pid=4377] ppid=4354 vsize=152468 CPUtime=3209.8
/proc/4377/stat : 4377 (minisat-inc) R 4354 4354 3606 0 -1 4194304 36818 0 0 0 320935 45 0 0 25 0 1 0 4707044 156127232 36756 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4377/statm: 38117 36756 80 151 0 37963 0
Current children cumulated CPU time (s) 3214.18
Current children cumulated vsize (KiB) 169340

[startup+3282.3 s]
/proc/loadavg: 2.00 2.05 2.09 3/83 5017
/proc/meminfo: memFree=1384464/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16872 CPUtime=4.38
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1643 20086 0 4 6 2 396 34 16 0 1 0 4706667 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4354/statm: 4218 1139 414 3 0 797 0
[pid=4377] ppid=4354 vsize=153800 CPUtime=3269.79
/proc/4377/stat : 4377 (minisat-inc) R 4354 4354 3606 0 -1 4194304 37185 0 0 0 326933 46 0 0 25 0 1 0 4707044 157491200 37123 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4377/statm: 38450 37123 80 151 0 38296 0
Current children cumulated CPU time (s) 3274.17
Current children cumulated vsize (KiB) 170672

[startup+3342.3 s]
/proc/loadavg: 2.00 2.04 2.08 3/83 5017
/proc/meminfo: memFree=1383120/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16872 CPUtime=4.38
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1643 20086 0 4 6 2 396 34 16 0 1 0 4706667 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4354/statm: 4218 1139 414 3 0 797 0
[pid=4377] ppid=4354 vsize=155120 CPUtime=3329.76
/proc/4377/stat : 4377 (minisat-inc) R 4354 4354 3606 0 -1 4194304 37512 0 0 0 332930 46 0 0 25 0 1 0 4707044 158842880 37450 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4377/statm: 38780 37450 80 151 0 38626 0
Current children cumulated CPU time (s) 3334.14
Current children cumulated vsize (KiB) 171992

[startup+3402.3 s]
/proc/loadavg: 2.00 2.03 2.07 3/83 5019
/proc/meminfo: memFree=1381584/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16872 CPUtime=4.38
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1643 20086 0 4 6 2 396 34 16 0 1 0 4706667 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4354/statm: 4218 1139 414 3 0 797 0
[pid=4377] ppid=4354 vsize=156368 CPUtime=3389.74
/proc/4377/stat : 4377 (minisat-inc) R 4354 4354 3606 0 -1 4194304 37861 0 0 0 338927 47 0 0 25 0 1 0 4707044 160120832 37799 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4377/statm: 39092 37799 80 151 0 38938 0
Current children cumulated CPU time (s) 3394.12
Current children cumulated vsize (KiB) 173240

[startup+3462.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/83 5019
/proc/meminfo: memFree=1380240/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16872 CPUtime=4.38
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1643 20086 0 4 6 2 396 34 16 0 1 0 4706667 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4354/statm: 4218 1139 414 3 0 797 0
[pid=4377] ppid=4354 vsize=157880 CPUtime=3449.71
/proc/4377/stat : 4377 (minisat-inc) R 4354 4354 3606 0 -1 4194304 38213 0 0 0 344924 47 0 0 25 0 1 0 4707044 161669120 38151 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4377/statm: 39470 38151 80 151 0 39316 0
Current children cumulated CPU time (s) 3454.09
Current children cumulated vsize (KiB) 174752

[startup+3522.31 s]
/proc/loadavg: 2.00 2.02 2.06 3/83 5019
/proc/meminfo: memFree=1378768/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16872 CPUtime=4.38
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1643 20086 0 4 6 2 396 34 16 0 1 0 4706667 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4354/statm: 4218 1139 414 3 0 797 0
[pid=4377] ppid=4354 vsize=159204 CPUtime=3509.69
/proc/4377/stat : 4377 (minisat-inc) R 4354 4354 3606 0 -1 4194304 38554 0 0 0 350922 47 0 0 25 0 1 0 4707044 163024896 38492 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4377/statm: 39801 38492 80 151 0 39647 0
Current children cumulated CPU time (s) 3514.07
Current children cumulated vsize (KiB) 176076

[startup+3582.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/83 5019
/proc/meminfo: memFree=1377360/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16872 CPUtime=4.38
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1643 20086 0 4 6 2 396 34 16 0 1 0 4706667 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4354/statm: 4218 1139 414 3 0 797 0
[pid=4377] ppid=4354 vsize=160524 CPUtime=3569.66
/proc/4377/stat : 4377 (minisat-inc) R 4354 4354 3606 0 -1 4194304 38895 0 0 0 356919 47 0 0 25 0 1 0 4707044 164376576 38833 996147200 134512640 135134323 4294956192 18446744073709551615 134531955 0 0 4096 3 0 0 0 17 0 0 0
/proc/4377/statm: 40131 38833 80 151 0 39977 0
Current children cumulated CPU time (s) 3574.04
Current children cumulated vsize (KiB) 177396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/83 5019
/proc/meminfo: memFree=1376720/2055920 swapFree=4192956/4192956
[pid=4354] ppid=4352 vsize=16872 CPUtime=4.38
/proc/4354/stat : 4354 (sugar++) S 4352 4354 3606 0 -1 4194304 1643 20086 0 4 6 2 396 34 16 0 1 0 4706667 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4354/statm: 4218 1139 414 3 0 797 0
[pid=4377] ppid=4354 vsize=161084 CPUtime=3595.66
/proc/4377/stat : 4377 (minisat-inc) R 4354 4354 3606 0 -1 4194304 39051 0 0 0 359518 48 0 0 25 0 1 0 4707044 164950016 38989 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4377/statm: 40271 38989 80 151 0 40117 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 177956

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

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

Child status: 0
Real time (s): 3608.34
CPU time (s): 3600.11
CPU user time (s): 3599.22
CPU system time (s): 0.893864
CPU usage (%): 99.7719
Max. virtual memory (cumulated for all children) (KiB): 890552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.22
system time used= 0.893864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60859
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= 6720
involuntary context switches= 35529

runsolver used 3.69344 second user time and 10.0675 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-23 03:22:38
IDJOB=1127803
IDBENCH=63993
IDSOLVER=367
FILE ID=node12/1127803-1216776158
PBS_JOBID= 7974061
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-40-100-1000/normalized-cnf-3-40-1000-261929_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-1127803-1216776158/watcher-1127803-1216776158 -o /tmp/evaluation-result-1127803-1216776158/solver-1127803-1216776158 -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-1127803-1216776158.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f6e57a5aa89535fd9bf4df33cb1cf698
RANDOM SEED=1962721094

node12.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.234
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.234
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:       1591304 kB
Buffers:         31108 kB
Cached:         337180 kB
SwapCached:          0 kB
Active:         318568 kB
Inactive:       100840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591304 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             940 kB
Writeback:           0 kB
Mapped:          71448 kB
Slab:            30360 kB
Committed_AS:   893164 kB
PageTables:       1888 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= 66560 MiB
End job on node12 at 2008-07-23 04:22:48