Trace number 1127291

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-inc? (TO) 3600.11 3600.35

General information on the benchmark

Namemaxcsp/cnf/2-40-2100-3000/
normalized-cnf-2-40-2500-147426_ext.xml
MD5SUM01c36084b7a012ba772593602cdd86d1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints307
Best CPU time to get the best result obtained on this benchmark2.29765
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints685
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension685
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.18	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.18	c 0	BEGIN Tue Jul 22 22:15:27 2008
0.03/0.18	c 0	PID 5342
0.03/0.18	c 0	HOST node16.alineos.net
0.03/0.18	c 0	CONVERTING HOME/instance-1127291-1216757727.xml TO HOME/temp.csp
0.03/0.18	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127291-1216757727.xml' 'HOME/temp.csp'
0.07/0.51	c 1	1 domains, 40 variables, 0 predicates, 14 relations, 685 constraints
0.07/0.55	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.55	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.38/0.64	c 1	Parsing HOME/temp.csp
0.38/0.78	c 1	parsed 740 expressions
0.38/0.79	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/0.80	c 1	MAX CSP: 685 constraints
0.38/0.80	c 1	Converting to clausal form CSP
0.38/0.84	c 1	converted 143 (10%) expressions
0.38/0.85	c 1	converted 286 (20%) expressions
0.38/0.86	c 1	converted 429 (30%) expressions
0.38/0.87	c 1	converted 572 (40%) expressions
0.38/0.88	c 1	converted 714 (50%) expressions
0.38/0.89	c 1	converted 857 (60%) expressions
0.38/0.90	c 1	converted 1000 (70%) expressions
0.38/0.97	c 1	converted 1143 (80%) expressions
0.38/0.97	c 1	converted 1286 (90%) expressions
0.79/1.09	c 1	converted 1428 (100%) expressions
0.79/1.09	c 1	CSP : 1410 integers, 0 booleans, 2054 clauses, largest domain size 1028
0.79/1.09	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.79/1.09	c 1	Propagation in CSP
0.90/1.13	c 1	679 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.90/1.13	c 1	CSP : 1410 integers, 0 booleans, 2054 clauses, largest domain size 686
0.90/1.13	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.90/1.14	c 1	Simplifing CSP by introducing new Boolean variables
0.90/1.14	c 1	CSP : 1410 integers, 0 booleans, 2054 clauses, largest domain size 686
0.90/1.14	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.90/1.17	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.90/1.18	c 1	141 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.18	c 1	282 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.18	c 1	423 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.19	c 1	564 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.19	c 1	705 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.98/1.20	c 1	846 (60%) CSP integer variables are encoded (1275 clauses, 16092 bytes)
0.98/1.20	c 1	987 (70%) CSP integer variables are encoded (2291 clauses, 29300 bytes)
0.98/1.20	c 1	1128 (80%) CSP integer variables are encoded (3499 clauses, 45004 bytes)
0.98/1.21	c 1	1269 (90%) CSP integer variables are encoded (9614 clauses, 126204 bytes)
0.98/1.21	c 1	1410 (100%) CSP integer variables are encoded (11313 clauses, 151689 bytes)
0.98/1.24	c 1	206 (10%) CSP clauses are encoded (11629 clauses, 155049 bytes)
0.98/1.26	c 1	411 (20%) CSP clauses are encoded (11947 clauses, 158651 bytes)
0.98/1.27	c 1	617 (30%) CSP clauses are encoded (12248 clauses, 162098 bytes)
0.98/1.29	c 1	822 (40%) CSP clauses are encoded (15361 clauses, 214722 bytes)
1.08/1.35	c 1	1027 (50%) CSP clauses are encoded (44350 clauses, 740208 bytes)
1.08/1.37	c 2	1233 (60%) CSP clauses are encoded (53052 clauses, 893823 bytes)
1.28/1.51	c 2	1438 (70%) CSP clauses are encoded (136379 clauses, 2422202 bytes)
1.28/1.53	c 2	1644 (80%) CSP clauses are encoded (146397 clauses, 2599461 bytes)
1.77/2.01	c 2	1849 (90%) CSP clauses are encoded (385630 clauses, 7085737 bytes)
2.17/2.42	c 3	2054 (100%) CSP clauses are encoded (621169 clauses, 12123820 bytes)
2.17/2.42	c 3	2054 CSP clauses encoded
2.17/2.42	c 3	Writing map file : HOME/temp.map
2.17/2.43	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.17/2.43	c 3	SAT : 12723 SAT variables, 621169 SAT clauses, 12123820 bytes
2.17/2.43	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.17/2.49	c 3	OBJECTIVE minimize _COST
2.17/2.49	c 3	SOLVING HOME/temp.cnf
2.17/2.49	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.17/2.49	c 3	This is MiniSat 2.0 beta incremental
2.17/2.49	c 3	WARNING: for repeatability, setting FPU to use double precision
2.17/2.49	c 3	============================[ Problem Statistics ]=============================
2.17/2.49	c 3	|                                                                             |
2.17/2.49	c 3	|  Number of variables:  12723                                                |
2.17/2.49	c 3	|  Number of clauses:    621169                                               |
2.23/2.77	c 3	|  Parsing time:         0.26         s                                       |
2.23/2.79	c 3	OK
2.23/2.79	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.23/2.79	c 3	SEARCHING: _COST <= 343
2.23/2.79	c 3	============================[ Search Statistics ]==============================
2.23/2.79	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.23/2.79	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.23/2.79	c 3	===============================================================================
2.23/2.79	c 3	|         0 |   12723   621169  1828166 |   207056        0    nan |  0.000 % |
2.23/3.08	c 3	|       100 |   12723   621169  1828166 |   227761      100     27 |  0.002 % |
2.23/3.20	c 3	|       251 |   12722   621169  1828166 |   250538      248     22 |  0.364 % |
3.04/3.34	c 3	|       478 |   12721   621169  1828166 |   275591      474     20 |  0.497 % |
3.23/3.58	c 4	|       815 |   12719   621169  1828166 |   303151      808     20 |  0.875 % |
3.63/3.94	c 4	|      1323 |   12719   621169  1828166 |   333466     1315     23 |  1.000 % |
4.13/4.42	c 5	|      2082 |   12718   621169  1828166 |   366812     2070     26 |  1.535 % |
4.93/5.20	c 5	|      3222 |   12718   621169  1828166 |   403494     3210     28 |  1.535 % |
6.33/6.65	c 7	|      4930 |   12496   608306  1790394 |   443843     4915     31 |  1.786 % |
7.93/8.21	c 8	|      7492 |   12496   608306  1790394 |   488228     7477     31 |  1.786 % |
11.62/11.99	c 12	|     11336 |   12496   608306  1790394 |   537050    11321     35 |  1.786 % |
15.72/16.03	c 16	|     17102 |   12481   607175  1787053 |   590755    17086     32 |  1.904 % |
22.73/23.07	c 23	|     25754 |   12481   607175  1787053 |   649831    25738     31 |  1.904 % |
34.52/34.89	c 35	|     38728 |   12481   607175  1787053 |   714814    38712     34 |  1.904 % |
55.22/55.52	c 56	|     58191 |   12447   605534  1782250 |   786296    58171     35 |  2.171 % |
93.32/93.62	c 94	|     87384 |   12447   605534  1782250 |   864925    87364     37 |  2.171 % |
169.92/170.24	c 170	|    131174 |   12404   602521  1773359 |   951418   131151     37 |  2.509 % |
300.02/300.35	c 300	|    196858 |   12387   601684  1770908 |  1046560   196834     37 |  2.643 % |
505.82/506.13	c 506	|    295385 |   12368   600844  1768448 |  1151216   295358     38 |  3.028 % |
940.32/940.60	c 941	|    443175 |   12338   599165  1763521 |  1266337   443147     38 |  3.264 % |
2016.53/2016.82	c 2017	|    664858 |   12308   597531  1758721 |  1392971   664829     43 |  3.374 % |
3600.03/3600.31	c ERROR INTERRUPTED
3600.03/3600.31	s UNKNOWN
3600.03/3600.35	c 3600	CPU 3599.25 (0.06 0.02 3599.19 0.81)
3600.03/3600.35	c 3600	END Tue Jul 22 23:15:27 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1127291-1216757727/watcher-1127291-1216757727 -o /tmp/evaluation-result-1127291-1216757727/solver-1127291-1216757727 -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-1127291-1216757727.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.01 2.00 4/80 5342
/proc/meminfo: memFree=1480944/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=18572 CPUtime=0
/proc/5342/stat : 5342 (runsolver) R 5340 5342 5168 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 2863330 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5342/statm: 4643 292 257 25 0 2626 0

[startup+0.047385 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 5342
/proc/meminfo: memFree=1480944/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=13204 CPUtime=0.02
/proc/5342/stat : 5342 (sugar++) D 5340 5342 5168 0 -1 4194304 687 0 0 0 1 1 0 0 18 0 1 0 2863330 13520896 655 996147200 4194304 4206940 548682068528 18446744073709551615 231962540645 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/5342/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.101632 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 5342
/proc/meminfo: memFree=1480944/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=13336 CPUtime=0.03
/proc/5342/stat : 5342 (sugar++) R 5340 5342 5168 0 -1 4194304 733 0 0 0 2 1 0 0 18 0 1 0 2863330 13656064 701 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 0 0 0 0 17 1 0 0
/proc/5342/statm: 3334 701 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.301594 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 5342
/proc/meminfo: memFree=1480944/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16740 CPUtime=0.07
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 2863330 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701514 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 5342
/proc/meminfo: memFree=1480944/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16740 CPUtime=0.38
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1296 4532 0 1 5 2 29 2 16 0 1 0 2863330 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5342/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 16740

[startup+1.50236 s]
/proc/loadavg: 2.00 2.01 2.00 4/91 5364
/proc/meminfo: memFree=1456216/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16740 CPUtime=0.38
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1297 4532 0 1 5 2 29 2 15 0 1 0 2863330 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5342/statm: 4185 1104 409 3 0 764 0
[pid=5355] ppid=5342 vsize=5356 CPUtime=0
/proc/5355/stat : 5355 (sh) S 5342 5342 5168 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2863386 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5355/statm: 1339 233 193 169 0 50 0
[pid=5356] ppid=5355 vsize=868492 CPUtime=0.9
/proc/5356/stat : 5356 (java) S 5355 5342 5168 0 -1 0 6644 0 1 0 85 5 0 0 19 0 9 0 2863387 889335808 5807 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5356/statm: 217123 5807 2563 9 0 211670 0
[pid=5356/tid=5357] ppid=5355 vsize=868492 CPUtime=0.58
/proc/5356/task/5357/stat : 5357 (java) R 5355 5342 5168 0 -1 64 2784 0 1 0 56 2 0 0 25 0 9 0 2863388 889335808 5807 996147200 134512640 134550740 4294955920 18446744073709551615 4126951098 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5356/tid=5358] ppid=5355 vsize=868492 CPUtime=0.07
/proc/5356/task/5358/stat : 5358 (java) S 5355 5342 5168 0 -1 64 1676 0 0 0 7 0 0 0 16 0 9 0 2863389 889335808 5807 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5356/tid=5359] ppid=5355 vsize=868492 CPUtime=0
/proc/5356/task/5359/stat : 5359 (java) S 5355 5342 5168 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2863389 889335808 5807 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5356/tid=5360] ppid=5355 vsize=868492 CPUtime=0
/proc/5356/task/5360/stat : 5360 (java) S 5355 5342 5168 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2863389 889335808 5807 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5356/tid=5361] ppid=5355 vsize=868492 CPUtime=0
/proc/5356/task/5361/stat : 5361 (java) S 5355 5342 5168 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2863391 889335808 5807 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5356/tid=5362] ppid=5355 vsize=868492 CPUtime=0.21
/proc/5356/task/5362/stat : 5362 (java) S 5355 5342 5168 0 -1 64 1492 0 0 0 21 0 0 0 16 0 9 0 2863391 889335808 5807 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5356/tid=5363] ppid=5355 vsize=868492 CPUtime=0
/proc/5356/task/5363/stat : 5363 (java) S 5355 5342 5168 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2863391 889335808 5807 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5356/tid=5364] ppid=5355 vsize=868492 CPUtime=0
/proc/5356/task/5364/stat : 5364 (java) S 5355 5342 5168 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2863391 889335808 5807 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 890588

[startup+3.10104 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 5364
/proc/meminfo: memFree=1445400/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 15 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 16872

[startup+6.30143 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 5365
/proc/meminfo: memFree=1426976/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 15 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=28644 CPUtime=3.8
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 7014 0 0 0 377 3 0 0 25 0 1 0 2863579 29331456 6963 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 7161 6963 74 151 0 7007 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 45516

[startup+12.7022 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 5365
/proc/meminfo: memFree=1425632/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=30096 CPUtime=10.2
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 7376 0 0 0 1016 4 0 0 25 0 1 0 2863579 30818304 7325 996147200 134512640 135134323 4294956192 18446744073709551615 134534457 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 7524 7325 74 151 0 7370 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 46968

[startup+25.5017 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 5365
/proc/meminfo: memFree=1423008/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=32684 CPUtime=23
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 8019 0 0 0 2295 5 0 0 25 0 1 0 2863579 33468416 7968 996147200 134512640 135134323 4294956192 18446744073709551615 134532120 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 8171 7968 74 151 0 8017 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 49556

[startup+51.1018 s]
/proc/loadavg: 2.15 2.04 2.01 3/82 5365
/proc/meminfo: memFree=1375520/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=37668 CPUtime=48.59
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 9264 0 0 0 4852 7 0 0 25 0 1 0 2863579 38572032 9213 996147200 134512640 135134323 4294956192 18446744073709551615 134708315 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 9417 9213 74 151 0 9263 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 54540

[startup+102.307 s]
/proc/loadavg: 2.53 2.17 2.05 3/82 5365
/proc/meminfo: memFree=1358112/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=45180 CPUtime=99.79
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 11109 0 0 0 9970 9 0 0 25 0 1 0 2863579 46264320 11058 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 11295 11058 74 151 0 11141 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 62052

[startup+162.301 s]
/proc/loadavg: 2.71 2.29 2.10 3/82 5365
/proc/meminfo: memFree=1351520/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=51448 CPUtime=159.78
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 12701 0 0 0 15967 11 0 0 25 0 1 0 2863579 52682752 12650 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 12862 12650 74 151 0 12708 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 68320

[startup+222.302 s]
/proc/loadavg: 2.56 2.32 2.12 3/82 5365
/proc/meminfo: memFree=1345760/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=57348 CPUtime=219.79
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 14112 0 0 0 21966 13 0 0 25 0 1 0 2863579 58724352 14061 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 14337 14061 74 151 0 14183 0
Current children cumulated CPU time (s) 222.02
Current children cumulated vsize (KiB) 74220

[startup+282.302 s]
/proc/loadavg: 2.79 2.43 2.17 3/82 5367
/proc/meminfo: memFree=1339936/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=62928 CPUtime=279.78
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 15548 0 0 0 27965 13 0 0 25 0 1 0 2863579 64438272 15497 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 15732 15497 74 151 0 15578 0
Current children cumulated CPU time (s) 282.01
Current children cumulated vsize (KiB) 79800

[startup+342.302 s]
/proc/loadavg: 2.55 2.42 2.18 3/82 5367
/proc/meminfo: memFree=1333856/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=69160 CPUtime=339.78
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 17039 0 0 0 33963 15 0 0 25 0 1 0 2863579 70819840 16988 996147200 134512640 135134323 4294956192 18446744073709551615 134532056 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=5365] ppid=5342 vsize=209008 CPUtime=2919.79
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 51468 0 0 0 291925 54 0 0 25 0 1 0 2863579 214024192 51417 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 52252 51417 74 151 0 52098 0
Current children cumulated CPU time (s) 2922.02
Current children cumulated vsize (KiB) 225880

[startup+2982.3 s]
/proc/loadavg: 2.64 2.65 2.57 3/82 5373
/proc/meminfo: memFree=1192216/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=211132 CPUtime=2979.79
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 52020 0 0 0 297924 55 0 0 25 0 1 0 2863579 216199168 51969 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 52783 51969 74 151 0 52629 0
Current children cumulated CPU time (s) 2982.02
Current children cumulated vsize (KiB) 228004

[startup+3042.3 s]
/proc/loadavg: 2.61 2.65 2.57 3/82 5373
/proc/meminfo: memFree=1189664/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=213668 CPUtime=3039.78
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 52689 0 0 0 303923 55 0 0 25 0 1 0 2863579 218796032 52638 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 53417 52638 74 151 0 53263 0
Current children cumulated CPU time (s) 3042.01
Current children cumulated vsize (KiB) 230540

[startup+3102.3 s]
/proc/loadavg: 2.67 2.65 2.57 3/82 5373
/proc/meminfo: memFree=1187424/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=215912 CPUtime=3099.78
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 53245 0 0 0 309922 56 0 0 25 0 1 0 2863579 221093888 53194 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 53978 53194 74 151 0 53824 0
Current children cumulated CPU time (s) 3102.01
Current children cumulated vsize (KiB) 232784

[startup+3162.3 s]
/proc/loadavg: 2.58 2.62 2.57 3/82 5373
/proc/meminfo: memFree=1185056/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=218316 CPUtime=3159.79
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 53833 0 0 0 315922 57 0 0 25 0 1 0 2863579 223555584 53782 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 54579 53782 74 151 0 54425 0
Current children cumulated CPU time (s) 3162.02
Current children cumulated vsize (KiB) 235188

[startup+3222.3 s]
/proc/loadavg: 2.60 2.62 2.57 3/82 5373
/proc/meminfo: memFree=1182560/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=220808 CPUtime=3219.79
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 54434 0 0 0 321921 58 0 0 25 0 1 0 2863579 226107392 54383 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 55202 54383 74 151 0 55048 0
Current children cumulated CPU time (s) 3222.02
Current children cumulated vsize (KiB) 237680

[startup+3282.3 s]
/proc/loadavg: 2.62 2.63 2.57 3/82 5373
/proc/meminfo: memFree=1180384/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=222788 CPUtime=3279.79
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 54965 0 0 0 327921 58 0 0 25 0 1 0 2863579 228134912 54914 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 55697 54914 74 151 0 55543 0
Current children cumulated CPU time (s) 3282.02
Current children cumulated vsize (KiB) 239660

[startup+3342.3 s]
/proc/loadavg: 2.65 2.63 2.57 3/82 5373
/proc/meminfo: memFree=1178080/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=225236 CPUtime=3339.79
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 55532 0 0 0 333920 59 0 0 25 0 1 0 2863579 230641664 55481 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 56309 55481 74 151 0 56155 0
Current children cumulated CPU time (s) 3342.02
Current children cumulated vsize (KiB) 242108

[startup+3402.31 s]
/proc/loadavg: 2.47 2.59 2.56 3/82 5373
/proc/meminfo: memFree=1175968/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=227244 CPUtime=3399.79
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 56061 0 0 0 339920 59 0 0 25 0 1 0 2863579 232697856 56010 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 56811 56010 74 151 0 56657 0
Current children cumulated CPU time (s) 3402.02
Current children cumulated vsize (KiB) 244116

[startup+3462.3 s]
/proc/loadavg: 2.57 2.60 2.56 3/82 5373
/proc/meminfo: memFree=1173920/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=229104 CPUtime=3459.79
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 56538 0 0 0 345919 60 0 0 25 0 1 0 2863579 234602496 56487 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 57276 56487 74 151 0 57122 0
Current children cumulated CPU time (s) 3462.02
Current children cumulated vsize (KiB) 245976

[startup+3522.3 s]
/proc/loadavg: 2.53 2.59 2.56 3/82 5373
/proc/meminfo: memFree=1171936/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=231196 CPUtime=3519.79
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 57024 0 0 0 351919 60 0 0 25 0 1 0 2863579 236744704 56973 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 57799 56973 74 151 0 57645 0
Current children cumulated CPU time (s) 3522.02
Current children cumulated vsize (KiB) 248068

[startup+3582.3 s]
/proc/loadavg: 2.74 2.63 2.57 3/82 5373
/proc/meminfo: memFree=1169696/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=233264 CPUtime=3579.8
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 57566 0 0 0 357919 61 0 0 25 0 1 0 2863579 238862336 57515 996147200 134512640 135134323 4294956192 18446744073709551615 134531929 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 58316 57515 74 151 0 58162 0
Current children cumulated CPU time (s) 3582.03
Current children cumulated vsize (KiB) 250136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600.31 s]
/proc/loadavg: 2.81 2.66 2.58 3/82 5373
/proc/meminfo: memFree=1168992/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=233924 CPUtime=3597.8
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 57719 0 0 0 359719 61 0 0 25 0 1 0 2863579 239538176 57668 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 58481 57668 74 151 0 58327 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 250796

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

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

[startup+3600.31 s]
/proc/loadavg: 2.81 2.66 2.58 3/82 5373
/proc/meminfo: memFree=1168992/2055920 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=16872 CPUtime=2.23
/proc/5342/stat : 5342 (sugar++) S 5340 5342 5168 0 -1 4194304 1481 11768 0 2 6 2 199 16 16 0 1 0 2863330 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5342/statm: 4218 1131 414 3 0 797 0
[pid=5365] ppid=5342 vsize=233924 CPUtime=3597.8
/proc/5365/stat : 5365 (minisat-inc) R 5342 5342 5168 0 -1 4194304 57719 0 0 0 359719 61 0 0 25 0 1 0 2863579 239538176 57668 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5365/statm: 58481 57668 74 151 0 58327 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 250796

Child status: 0
Real time (s): 3600.35
CPU time (s): 3600.11
CPU user time (s): 3599.26
CPU system time (s): 0.84987
CPU usage (%): 99.9933
Max. virtual memory (cumulated for all children) (KiB): 890588

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

runsolver used 3.47647 second user time and 9.63853 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-22 22:15:27
IDJOB=1127291
IDBENCH=63178
IDSOLVER=367
FILE ID=node16/1127291-1216757727
PBS_JOBID= 7974064
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/2-40-2100-3000/normalized-cnf-2-40-2500-147426_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-1127291-1216757727/watcher-1127291-1216757727 -o /tmp/evaluation-result-1127291-1216757727/solver-1127291-1216757727 -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-1127291-1216757727.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 01c36084b7a012ba772593602cdd86d1
RANDOM SEED=948237030

node16.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.265
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	: 5931.00
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.265
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:       1481680 kB
Buffers:         30944 kB
Cached:         448388 kB
SwapCached:          0 kB
Active:         291608 kB
Inactive:       215468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1481680 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2896 kB
Writeback:           0 kB
Mapped:          45480 kB
Slab:            52576 kB
Committed_AS:   884568 kB
PageTables:       1868 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= 66540 MiB
End job on node16 at 2008-07-22 23:15:29