Trace number 1125444

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (MO) 80.1394 85.7434

General information on the benchmark

Namemaxcsp/planning/
normalized-zenotravel02bc_ext.xml
MD5SUM4940ef38e4899bcdaa4c87f10be98545
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark0.169973
Satisfiable
(Un)Satisfiability was proved
Number of variables117
Number of constraints5362
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension5362
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 16 03:13:56 2008
0.00/0.04	c 0	PID 27507
0.00/0.05	c 0	HOST node85.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1125444-1216170835.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125444-1216170835.xml' 'HOME/temp.csp'
0.03/0.84	c 0	14 domains, 117 variables, 0 predicates, 310 relations, 5362 constraints
0.03/0.88	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.88	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.81/0.96	c 0	Parsing HOME/temp.csp
1.10/1.21	c 1	parsed 5803 expressions
1.10/1.21	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.10/1.25	c 1	MAX CSP: 5362 constraints
1.10/1.25	c 1	Converting to clausal form CSP
1.20/1.33	c 1	converted 1117 (10%) expressions
1.30/1.44	c 1	converted 2234 (20%) expressions
1.40/1.51	c 1	converted 3351 (30%) expressions
1.40/1.54	c 1	converted 4468 (40%) expressions
1.40/1.55	c 1	converted 5584 (50%) expressions
1.40/1.57	c 1	converted 6701 (60%) expressions
1.40/1.58	c 1	converted 7818 (70%) expressions
1.40/1.59	c 1	converted 8935 (80%) expressions
1.50/1.61	c 1	converted 10052 (90%) expressions
2.00/2.15	c 2	converted 11168 (100%) expressions
2.00/2.15	c 2	CSP : 10841 integers, 0 booleans, 16085 clauses, largest domain size 8044
2.00/2.15	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.15	c 2	Propagation in CSP
2.18/2.33	c 2	5355 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.18/2.34	c 2	CSP : 10841 integers, 0 booleans, 16085 clauses, largest domain size 5363
2.18/2.34	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.18/2.35	c 2	Simplifing CSP by introducing new Boolean variables
2.18/2.36	c 2	CSP : 10841 integers, 0 booleans, 16085 clauses, largest domain size 5363
2.18/2.36	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.29/2.44	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.29/2.46	c 2	1085 (10%) CSP integer variables are encoded (191 clauses, 1981 bytes)
2.29/2.47	c 2	2169 (20%) CSP integer variables are encoded (191 clauses, 1981 bytes)
2.29/2.48	c 2	3253 (30%) CSP integer variables are encoded (191 clauses, 1981 bytes)
2.29/2.49	c 2	4337 (40%) CSP integer variables are encoded (191 clauses, 1981 bytes)
2.29/2.49	c 2	5421 (50%) CSP integer variables are encoded (191 clauses, 1981 bytes)
2.39/2.51	c 2	6505 (60%) CSP integer variables are encoded (13818 clauses, 197727 bytes)
2.39/2.58	c 2	7589 (70%) CSP integer variables are encoded (76720 clauses, 1141257 bytes)
2.49/2.61	c 2	8673 (80%) CSP integer variables are encoded (96249 clauses, 1443011 bytes)
2.49/2.62	c 2	9757 (90%) CSP integer variables are encoded (106884 clauses, 1623806 bytes)
2.49/2.64	c 2	10841 (100%) CSP integer variables are encoded (120695 clauses, 1858593 bytes)
2.59/2.76	c 2	1609 (10%) CSP clauses are encoded (122304 clauses, 1888273 bytes)
2.68/2.81	c 2	3217 (20%) CSP clauses are encoded (123912 clauses, 1919776 bytes)
2.68/2.86	c 2	4826 (30%) CSP clauses are encoded (125521 clauses, 1953295 bytes)
2.99/3.16	c 3	6434 (40%) CSP clauses are encoded (275721 clauses, 5124091 bytes)
5.87/6.06	c 6	8043 (50%) CSP clauses are encoded (1951088 clauses, 41013094 bytes)
22.47/22.84	c 22	9651 (60%) CSP clauses are encoded (9263864 clauses, 197417472 bytes)
56.44/59.87	c 59	11260 (70%) CSP clauses are encoded (29095499 clauses, 625746548 bytes)
57.44/60.87	c 60	12868 (80%) CSP clauses are encoded (29639313 clauses, 638947174 bytes)
60.02/64.61	c 64	14477 (90%) CSP clauses are encoded (31030608 clauses, 672895055 bytes)
69.56/74.90	c 74	16085 (100%) CSP clauses are encoded (36305870 clauses, 801919647 bytes)
69.56/74.90	c 74	16085 CSP clauses encoded
69.56/74.90	c 74	Writing map file : HOME/temp.map
69.56/74.95	c 74	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
69.56/74.95	c 74	SAT : 131535 SAT variables, 36305870 SAT clauses, 801919647 bytes
69.56/74.95	c 74	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
69.61/75.02	c 74	OBJECTIVE minimize _COST
69.61/75.02	c 74	OBJECTIVE BOUND: 0 <= _COST <= 
69.61/75.02	c 74	SEARCHING: _COST <= 2681
69.61/75.02	c 74	SOLVING HOME/temp.cnf
69.61/75.02	c 74	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
69.61/75.03	c 74	This is MiniSat 2.0 beta
69.61/75.03	c 74	WARNING: for repeatability, setting FPU to use double precision
69.61/75.03	c 74	============================[ Problem Statistics ]=============================
69.61/75.03	c 74	|                                                                             |
69.61/75.03	c 74	|  Number of variables:  131535                                               |
69.61/75.03	c 74	|  Number of clauses:    36305871                                             |
80.12/85.62	c ERROR INTERRUPTED
69.66/85.74	s UNKNOWN
69.66/85.74	c 85	CPU 64.27 (0.05 0.01 64.22 5.38)
69.66/85.74	c 85	END Wed Jul 16 03:15:21 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-1125444-1216170835/watcher-1125444-1216170835 -o /tmp/evaluation-result-1125444-1216170835/solver-1125444-1216170835 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1125444-1216170835.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.39 2.24 2.13 4/106 27507
/proc/meminfo: memFree=1686048/2055920 swapFree=4192812/4192956
[pid=27507] ppid=27505 vsize=12268 CPUtime=0
/proc/27507/stat : 27507 (sugar) R 27505 27507 26574 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 73780821 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 214945200741 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/27507/statm: 3067 316 241 3 0 167 0

[startup+0.066821 s]
/proc/loadavg: 2.39 2.24 2.13 4/106 27507
/proc/meminfo: memFree=1686048/2055920 swapFree=4192812/4192956
[pid=27507] ppid=27505 vsize=13600 CPUtime=0.03
/proc/27507/stat : 27507 (sugar) S 27505 27507 26574 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 73780821 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27507/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102824 s]
/proc/loadavg: 2.39 2.24 2.13 4/106 27507
/proc/meminfo: memFree=1686048/2055920 swapFree=4192812/4192956
[pid=27507] ppid=27505 vsize=13600 CPUtime=0.03
/proc/27507/stat : 27507 (sugar) S 27505 27507 26574 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 73780821 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27507/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302845 s]
/proc/loadavg: 2.39 2.24 2.13 4/106 27507
/proc/meminfo: memFree=1686048/2055920 swapFree=4192812/4192956
[pid=27507] ppid=27505 vsize=13600 CPUtime=0.03
/proc/27507/stat : 27507 (sugar) S 27505 27507 26574 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 73780821 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27507/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702891 s]
/proc/loadavg: 2.39 2.24 2.13 4/106 27507
/proc/meminfo: memFree=1686048/2055920 swapFree=4192812/4192956
[pid=27507] ppid=27505 vsize=13600 CPUtime=0.03
/proc/27507/stat : 27507 (sugar) S 27505 27507 26574 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 73780821 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27507/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50199 s]
/proc/loadavg: 2.39 2.24 2.13 3/117 27529
/proc/meminfo: memFree=1678664/2055920 swapFree=4192812/4192956
[pid=27507] ppid=27505 vsize=13600 CPUtime=0.81
/proc/27507/stat : 27507 (sugar) S 27505 27507 26574 0 -1 4194304 974 6830 0 1 3 1 73 4 15 0 1 0 73780821 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27507/statm: 3400 797 370 3 0 500 0
[pid=27520] ppid=27507 vsize=5356 CPUtime=0
/proc/27520/stat : 27520 (sh) S 27507 27507 26574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73780910 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27520/statm: 1339 233 193 169 0 50 0
[pid=27521] ppid=27520 vsize=868392 CPUtime=0.59
/proc/27521/stat : 27521 (java) S 27520 27507 26574 0 -1 0 7119 0 1 0 56 3 0 0 20 0 9 0 73780910 889233408 6363 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27521/statm: 217098 6363 2539 9 0 211673 0
[pid=27521/tid=27522] ppid=27520 vsize=868392 CPUtime=0.33
/proc/27521/task/27522/stat : 27522 (java) R 27520 27507 26574 0 -1 64 2655 0 1 0 32 1 0 0 25 0 9 0 73780911 889233408 6363 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27523] ppid=27520 vsize=868392 CPUtime=0.07
/proc/27521/task/27523/stat : 27523 (java) R 27520 27507 26574 0 -1 64 2327 0 0 0 7 0 0 0 16 0 9 0 73780912 889233408 6363 996147200 134512640 134550740 4294955936 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27524] ppid=27520 vsize=868392 CPUtime=0
/proc/27521/task/27524/stat : 27524 (java) S 27520 27507 26574 0 -1 64 9 0 0 0 0 0 0 0 24 0 9 0 73780912 889233408 6363 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27525] ppid=27520 vsize=868392 CPUtime=0
/proc/27521/task/27525/stat : 27525 (java) S 27520 27507 26574 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 73780912 889233408 6363 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27526] ppid=27520 vsize=868392 CPUtime=0
/proc/27521/task/27526/stat : 27526 (java) S 27520 27507 26574 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 73780914 889233408 6363 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27527] ppid=27520 vsize=868392 CPUtime=0.15
/proc/27521/task/27527/stat : 27527 (java) S 27520 27507 26574 0 -1 64 1445 0 0 0 15 0 0 0 16 0 9 0 73780914 889233408 6363 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27528] ppid=27520 vsize=868392 CPUtime=0
/proc/27521/task/27528/stat : 27528 (java) S 27520 27507 26574 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 73780914 889233408 6363 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27529] ppid=27520 vsize=868392 CPUtime=0
/proc/27521/task/27529/stat : 27529 (java) S 27520 27507 26574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73780914 889233408 6363 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887348

[startup+3.10117 s]
/proc/loadavg: 2.39 2.24 2.13 3/117 27529
/proc/meminfo: memFree=1658760/2055920 swapFree=4192812/4192956
[pid=27507] ppid=27505 vsize=13600 CPUtime=0.81
/proc/27507/stat : 27507 (sugar) S 27505 27507 26574 0 -1 4194304 974 6830 0 1 3 1 73 4 15 0 1 0 73780821 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27507/statm: 3400 797 370 3 0 500 0
[pid=27520] ppid=27507 vsize=5356 CPUtime=0
/proc/27520/stat : 27520 (sh) S 27507 27507 26574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73780910 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27520/statm: 1339 233 193 169 0 50 0
[pid=27521] ppid=27520 vsize=868504 CPUtime=2.18
/proc/27521/stat : 27521 (java) S 27520 27507 26574 0 -1 0 10217 0 1 0 209 9 0 0 20 0 9 0 73780910 889348096 9176 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27521/statm: 217126 9176 2567 9 0 211673 0
[pid=27521/tid=27522] ppid=27520 vsize=868504 CPUtime=1.43
/proc/27521/task/27522/stat : 27522 (java) R 27520 27507 26574 0 -1 64 2978 0 1 0 138 5 0 0 25 0 9 0 73780911 889348096 9176 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27523] ppid=27520 vsize=868504 CPUtime=0.45
/proc/27521/task/27523/stat : 27523 (java) S 27520 27507 26574 0 -1 64 5018 0 0 0 43 2 0 0 16 0 9 0 73780912 889348096 9176 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27524] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27524/stat : 27524 (java) S 27520 27507 26574 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73780912 889348096 9176 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27525] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27525/stat : 27525 (java) S 27520 27507 26574 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 73780912 889348096 9176 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27526] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27526/stat : 27526 (java) S 27520 27507 26574 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 73780914 889348096 9176 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27527] ppid=27520 vsize=868504 CPUtime=0.27
/proc/27521/task/27527/stat : 27527 (java) S 27520 27507 26574 0 -1 64 1528 0 0 0 27 0 0 0 16 0 9 0 73780914 889348096 9176 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27528] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27528/stat : 27528 (java) S 27520 27507 26574 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 73780914 889348096 9176 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27529] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27529/stat : 27529 (java) S 27520 27507 26574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73780914 889348096 9176 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887460

[startup+6.30253 s]
/proc/loadavg: 2.36 2.23 2.13 3/117 27529
/proc/meminfo: memFree=1623624/2055920 swapFree=4192812/4192956
[pid=27507] ppid=27505 vsize=13600 CPUtime=0.81
/proc/27507/stat : 27507 (sugar) S 27505 27507 26574 0 -1 4194304 974 6830 0 1 3 1 73 4 16 0 1 0 73780821 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27507/statm: 3400 797 370 3 0 500 0
[pid=27520] ppid=27507 vsize=5356 CPUtime=0
/proc/27520/stat : 27520 (sh) S 27507 27507 26574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73780910 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27520/statm: 1339 233 193 169 0 50 0
[pid=27521] ppid=27520 vsize=868504 CPUtime=5.35
/proc/27521/stat : 27521 (java) S 27520 27507 26574 0 -1 0 10857 0 1 0 502 33 0 0 20 0 9 0 73780910 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27521/statm: 217126 9182 2567 9 0 211673 0
[pid=27521/tid=27522] ppid=27520 vsize=868504 CPUtime=4.41
/proc/27521/task/27522/stat : 27522 (java) R 27520 27507 26574 0 -1 64 3612 0 1 0 415 26 0 0 25 0 9 0 73780911 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4127164333 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27523] ppid=27520 vsize=868504 CPUtime=0.62
/proc/27521/task/27523/stat : 27523 (java) S 27520 27507 26574 0 -1 64 5018 0 0 0 57 5 0 0 16 0 9 0 73780912 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27524] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27524/stat : 27524 (java) S 27520 27507 26574 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73780912 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27525] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27525/stat : 27525 (java) S 27520 27507 26574 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 73780912 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27526] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27526/stat : 27526 (java) S 27520 27507 26574 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 73780914 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27527] ppid=27520 vsize=868504 CPUtime=0.28
/proc/27521/task/27527/stat : 27527 (java) S 27520 27507 26574 0 -1 64 1534 0 0 0 28 0 0 0 16 0 9 0 73780914 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27528] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27528/stat : 27528 (java) S 27520 27507 26574 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 73780914 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27529] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27529/stat : 27529 (java) S 27520 27507 26574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73780914 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887460

[startup+12.7023 s]
/proc/loadavg: 2.41 2.24 2.14 3/117 27529
/proc/meminfo: memFree=1594760/2055920 swapFree=4192812/4192956
[pid=27507] ppid=27505 vsize=13600 CPUtime=0.81
/proc/27507/stat : 27507 (sugar) S 27505 27507 26574 0 -1 4194304 974 6830 0 1 3 1 73 4 16 0 1 0 73780821 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27507/statm: 3400 797 370 3 0 500 0
[pid=27520] ppid=27507 vsize=5356 CPUtime=0
/proc/27520/stat : 27520 (sh) S 27507 27507 26574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73780910 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27520/statm: 1339 233 193 169 0 50 0
[pid=27521] ppid=27520 vsize=868504 CPUtime=11.68
/proc/27521/stat : 27521 (java) S 27520 27507 26574 0 -1 0 11617 0 1 0 1113 55 0 0 20 0 9 0 73780910 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27521/statm: 217126 9182 2567 9 0 211673 0
[pid=27521/tid=27522] ppid=27520 vsize=868504 CPUtime=10.54
/proc/27521/task/27522/stat : 27522 (java) R 27520 27507 26574 0 -1 64 4372 0 1 0 1009 45 0 0 25 0 9 0 73780911 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4127034392 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27523] ppid=27520 vsize=868504 CPUtime=0.83
/proc/27521/task/27523/stat : 27523 (java) S 27520 27507 26574 0 -1 64 5018 0 0 0 74 9 0 0 16 0 9 0 73780912 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27524] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27524/stat : 27524 (java) S 27520 27507 26574 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73780912 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27525] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27525/stat : 27525 (java) S 27520 27507 26574 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 73780912 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27526] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27526/stat : 27526 (java) S 27520 27507 26574 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 73780914 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27527] ppid=27520 vsize=868504 CPUtime=0.28
/proc/27521/task/27527/stat : 27527 (java) S 27520 27507 26574 0 -1 64 1534 0 0 0 28 0 0 0 16 0 9 0 73780914 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27528] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27528/stat : 27528 (java) S 27520 27507 26574 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 73780914 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27529] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27529/stat : 27529 (java) S 27520 27507 26574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73780914 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887460

[startup+25.5027 s]
/proc/loadavg: 2.61 2.30 2.15 3/117 27529
/proc/meminfo: memFree=1426248/2055920 swapFree=4192812/4192956
[pid=27507] ppid=27505 vsize=13600 CPUtime=0.81
/proc/27507/stat : 27507 (sugar) S 27505 27507 26574 0 -1 4194304 974 6830 0 1 3 1 73 4 16 0 1 0 73780821 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27507/statm: 3400 797 370 3 0 500 0
[pid=27520] ppid=27507 vsize=5356 CPUtime=0
/proc/27520/stat : 27520 (sh) S 27507 27507 26574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73780910 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27520/statm: 1339 233 193 169 0 50 0
[pid=27521] ppid=27520 vsize=868504 CPUtime=24.31
/proc/27521/stat : 27521 (java) S 27520 27507 26574 0 -1 0 14220 0 1 0 2267 164 0 0 20 0 9 0 73780910 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27521/statm: 217126 9182 2567 9 0 211673 0
[pid=27521/tid=27522] ppid=27520 vsize=868504 CPUtime=22.42
/proc/27521/task/27522/stat : 27522 (java) R 27520 27507 26574 0 -1 64 6975 0 1 0 2105 137 0 0 25 0 9 0 73780911 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27521/tid=27523] ppid=27520 vsize=868504 CPUtime=1.56
/proc/27521/task/27523/stat : 27523 (java) S 27520 27507 26574 0 -1 64 5018 0 0 0 132 24 0 0 16 0 9 0 73780912 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27521/tid=27524] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27524/stat : 27524 (java) S 27520 27507 26574 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73780912 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27525] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27525/stat : 27525 (java) S 27520 27507 26574 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 73780912 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27526] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27526/stat : 27526 (java) S 27520 27507 26574 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 73780914 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27527] ppid=27520 vsize=868504 CPUtime=0.28
/proc/27521/task/27527/stat : 27527 (java) S 27520 27507 26574 0 -1 64 1534 0 0 0 28 0 0 0 16 0 9 0 73780914 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27528] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27528/stat : 27528 (java) S 27520 27507 26574 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 73780914 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27529] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27529/stat : 27529 (java) S 27520 27507 26574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73780914 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 887460

[startup+51.1026 s]
/proc/loadavg: 3.23 2.46 2.21 3/118 27533
/proc/meminfo: memFree=1136896/2055920 swapFree=4192812/4192956
[pid=27507] ppid=27505 vsize=13600 CPUtime=0.81
/proc/27507/stat : 27507 (sugar) S 27505 27507 26574 0 -1 4194304 974 6830 0 1 3 1 73 4 16 0 1 0 73780821 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27507/statm: 3400 797 370 3 0 500 0
[pid=27520] ppid=27507 vsize=5356 CPUtime=0
/proc/27520/stat : 27520 (sh) S 27507 27507 26574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73780910 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27520/statm: 1339 233 193 169 0 50 0
[pid=27521] ppid=27520 vsize=868504 CPUtime=47.14
/proc/27521/stat : 27521 (java) S 27520 27507 26574 0 -1 0 18945 0 1 0 4360 354 0 0 20 0 9 0 73780910 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27521/statm: 217126 9182 2567 9 0 211673 0
[pid=27521/tid=27522] ppid=27520 vsize=868504 CPUtime=43.91
/proc/27521/task/27522/stat : 27522 (java) R 27520 27507 26574 0 -1 64 11700 0 1 0 4093 298 0 0 25 0 9 0 73780911 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4127036840 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27523] ppid=27520 vsize=868504 CPUtime=2.92
/proc/27521/task/27523/stat : 27523 (java) S 27520 27507 26574 0 -1 64 5018 0 0 0 238 54 0 0 16 0 9 0 73780912 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27524] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27524/stat : 27524 (java) S 27520 27507 26574 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73780912 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27525] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27525/stat : 27525 (java) S 27520 27507 26574 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 73780912 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27526] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27526/stat : 27526 (java) S 27520 27507 26574 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 73780914 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27527] ppid=27520 vsize=868504 CPUtime=0.28
/proc/27521/task/27527/stat : 27527 (java) S 27520 27507 26574 0 -1 64 1534 0 0 0 28 0 0 0 16 0 9 0 73780914 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27528] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27528/stat : 27528 (java) S 27520 27507 26574 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 73780914 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27521/tid=27529] ppid=27520 vsize=868504 CPUtime=0
/proc/27521/task/27529/stat : 27529 (java) S 27520 27507 26574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73780914 889348096 9182 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.95
Current children cumulated vsize (KiB) 887460



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+85.6025 s]
/proc/loadavg: 3.60 2.65 2.28 5/109 27536
/proc/meminfo: memFree=16328/2055920 swapFree=4192812/4192956
[pid=27507] ppid=27505 vsize=14260 CPUtime=69.66
/proc/27507/stat : 27507 (sugar) S 27505 27507 26574 0 -1 4194304 1214 30537 0 2 5 1 6422 538 16 0 1 0 73780821 14602240 962 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27507/statm: 3565 962 374 3 0 665 0
[pid=27535] ppid=27507 vsize=5356 CPUtime=0
/proc/27535/stat : 27535 (sh) S 27507 27507 26574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73788324 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27535/statm: 1339 232 193 169 0 50 0
[pid=27536] ppid=27535 vsize=904420 CPUtime=10.46
/proc/27536/stat : 27536 (minisat) R 27535 27507 26574 0 -1 4194304 223096 0 0 0 904 142 0 0 25 0 1 0 73788324 926126080 223082 996147200 134512640 135127466 4294956256 18446744073709551615 134718351 0 0 4096 3 0 0 0 17 1 0 0
/proc/27536/statm: 226105 223082 62 150 0 225952 0
Current children cumulated CPU time (s) 80.12
Current children cumulated vsize (KiB) 924036

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

[startup+85.6025 s]
/proc/loadavg: 3.60 2.65 2.28 5/109 27536
/proc/meminfo: memFree=16328/2055920 swapFree=4192812/4192956
[pid=27507] ppid=27505 vsize=14260 CPUtime=69.66
/proc/27507/stat : 27507 (sugar) S 27505 27507 26574 0 -1 4194304 1214 30537 0 2 5 1 6422 538 16 0 1 0 73780821 14602240 962 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27507/statm: 3565 962 374 3 0 665 0
[pid=27535] ppid=27507 vsize=5356 CPUtime=0
/proc/27535/stat : 27535 (sh) S 27507 27507 26574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73788324 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27535/statm: 1339 232 193 169 0 50 0
[pid=27536] ppid=27535 vsize=904420 CPUtime=10.46
/proc/27536/stat : 27536 (minisat) R 27535 27507 26574 0 -1 4194304 223096 0 0 0 904 142 0 0 25 0 1 0 73788324 926126080 223082 996147200 134512640 135127466 4294956256 18446744073709551615 134718351 0 0 4096 3 0 0 0 17 1 0 0
/proc/27536/statm: 226105 223082 62 150 0 225952 0
Current children cumulated CPU time (s) 80.12
Current children cumulated vsize (KiB) 924036

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

[startup+85.7205 s]
/proc/loadavg: 3.60 2.65 2.28 3/110 27537
/proc/meminfo: memFree=813696/2055920 swapFree=4192812/4192956
[pid=27507] ppid=27505 vsize=14260 CPUtime=69.66
/proc/27507/stat : 27507 (sugar) S 27505 27507 26574 0 -1 4194304 1225 30537 0 2 5 1 6422 538 16 0 1 0 73780821 14602240 962 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/27507/statm: 3565 962 374 3 0 665 0
[pid=27535] ppid=27507 vsize=0 CPUtime=0
/proc/27535/stat : 27535 (sh) Z 27507 27507 26574 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 73788324 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/27535/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 69.66
Current children cumulated vsize (KiB) 14260

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

[startup+85.7205 s]
/proc/loadavg: 3.60 2.65 2.28 3/110 27537
/proc/meminfo: memFree=813696/2055920 swapFree=4192812/4192956
[pid=27507] ppid=27505 vsize=14260 CPUtime=69.66
/proc/27507/stat : 27507 (sugar) S 27505 27507 26574 0 -1 4194304 1225 30537 0 2 5 1 6422 538 16 0 1 0 73780821 14602240 962 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/27507/statm: 3565 962 374 3 0 665 0
[pid=27535] ppid=27507 vsize=0 CPUtime=0
/proc/27535/stat : 27535 (sh) Z 27507 27507 26574 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 73788324 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/27535/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 69.66
Current children cumulated vsize (KiB) 14260

Child status: 0

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

Real time (s): 85.7434
CPU time (s): 80.1394
CPU user time (s): 73.3162
CPU system time (s): 6.82318
CPU usage (%): 93.4642
Max. virtual memory (cumulated for all children) (KiB): 924036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.2762
system time used= 5.40318
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32097
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= 96806
involuntary context switches= 98156

runsolver used 0.172973 second user time and 0.385941 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-16 03:13:55
IDJOB=1125444
IDBENCH=64120
IDSOLVER=368
FILE ID=node85/1125444-1216170835
PBS_JOBID= 7905758
Free space on /tmp= 126868 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/planning/normalized-zenotravel02bc_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125444-1216170835/watcher-1125444-1216170835 -o /tmp/evaluation-result-1125444-1216170835/solver-1125444-1216170835 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1125444-1216170835.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4940ef38e4899bcdaa4c87f10be98545
RANDOM SEED=1716358584

node85.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.225
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.225
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1686528 kB
Buffers:         74048 kB
Cached:         171228 kB
SwapCached:          0 kB
Active:         239296 kB
Inactive:        70948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:          86412 kB
Slab:            41448 kB
Committed_AS:   544476 kB
PageTables:       4024 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= 126104 MiB
End job on node85 at 2008-07-16 03:15:23