Trace number 1113597

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? (MO) 134.889 139.338

General information on the benchmark

Namecsp/graphColoring/hos/
normalized-will199GPIA-6.xml
MD5SUM036da40d841ea653e24931fca0357400
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark3600.1
Satisfiable
(Un)Satisfiability was proved
Number of variables701
Number of constraints7065
Maximum constraint arity2
Maximum domain size6
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7065
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.22	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.22	c 0	BEGIN Sat Jul 12 20:35:52 2008
0.05/0.22	c 0	PID 16424
0.05/0.22	c 0	HOST node12.alineos.net
0.05/0.22	c 0	CONVERTING HOME/instance-1113597-1215887752.xml TO HOME/temp.csp
0.05/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113597-1215887752.xml' 'HOME/temp.csp'
1.03/1.23	c 1	1 domains, 701 variables, 1 predicates, 0 relations, 7065 constraints
1.03/1.28	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.03/1.28	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'
1.06/1.36	c 1	Parsing HOME/temp.csp
1.06/1.64	c 1	parsed 7768 expressions
1.06/1.64	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.06/1.70	c 2	MAX CSP: 7065 constraints
1.06/1.70	c 2	Converting to clausal form CSP
1.06/1.94	c 2	converted 1484 (10%) expressions
1.06/2.00	c 2	converted 2968 (20%) expressions
1.06/2.04	c 2	converted 4451 (30%) expressions
1.06/2.07	c 2	converted 5935 (40%) expressions
1.86/2.11	c 2	converted 7418 (50%) expressions
1.86/2.19	c 2	converted 8902 (60%) expressions
1.96/2.23	c 2	converted 10386 (70%) expressions
1.96/2.26	c 2	converted 11869 (80%) expressions
1.96/2.30	c 2	converted 13353 (90%) expressions
2.65/2.96	c 3	converted 14836 (100%) expressions
2.65/2.97	c 3	CSP : 14831 integers, 0 booleans, 21194 clauses, largest domain size 10598
2.65/2.97	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.65/2.97	c 3	Propagation in CSP
2.95/3.26	c 3	7057 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.95/3.26	c 3	CSP : 14831 integers, 0 booleans, 21194 clauses, largest domain size 7066
2.95/3.26	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.95/3.27	c 3	Simplifing CSP by introducing new Boolean variables
3.14/3.48	c 3	CSP : 14831 integers, 14130 booleans, 35324 clauses, largest domain size 7066
3.14/3.48	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.34/3.61	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.34/3.65	c 4	1484 (10%) CSP integer variables are encoded (2804 clauses, 34743 bytes)
3.34/3.66	c 4	2967 (20%) CSP integer variables are encoded (2804 clauses, 34743 bytes)
3.34/3.66	c 4	4450 (30%) CSP integer variables are encoded (2804 clauses, 34743 bytes)
3.34/3.66	c 4	5933 (40%) CSP integer variables are encoded (2804 clauses, 34743 bytes)
3.34/3.67	c 4	7416 (50%) CSP integer variables are encoded (2804 clauses, 34743 bytes)
3.34/3.69	c 4	8899 (60%) CSP integer variables are encoded (19309 clauses, 282318 bytes)
3.44/3.71	c 4	10382 (70%) CSP integer variables are encoded (33217 clauses, 490938 bytes)
3.44/3.73	c 4	11865 (80%) CSP integer variables are encoded (52329 clauses, 777618 bytes)
3.53/3.84	c 4	13348 (90%) CSP integer variables are encoded (141540 clauses, 2222892 bytes)
3.53/3.88	c 4	14831 (100%) CSP integer variables are encoded (164181 clauses, 2607789 bytes)
3.63/3.97	c 4	3533 (10%) CSP clauses are encoded (179494 clauses, 2886285 bytes)
3.74/4.02	c 4	7065 (20%) CSP clauses are encoded (194796 clauses, 3169919 bytes)
3.74/4.07	c 4	10598 (30%) CSP clauses are encoded (210109 clauses, 3466753 bytes)
3.83/4.12	c 4	14130 (40%) CSP clauses are encoded (225411 clauses, 3763379 bytes)
3.83/4.17	c 4	17662 (50%) CSP clauses are encoded (240718 clauses, 4060098 bytes)
3.93/4.22	c 4	21195 (60%) CSP clauses are encoded (256026 clauses, 4357410 bytes)
9.65/10.04	c 10	24727 (70%) CSP clauses are encoded (3414860 clauses, 72016247 bytes)
26.39/27.18	c 27	28260 (80%) CSP clauses are encoded (12818251 clauses, 273887288 bytes)
74.60/76.54	c 76	31792 (90%) CSP clauses are encoded (37958501 clauses, 876468805 bytes)
122.88/126.01	c 126	35324 (100%) CSP clauses are encoded (62968029 clauses, 1488746753 bytes)
122.88/126.01	c 126	35324 CSP clauses encoded
122.88/126.01	c 126	Writing map file : HOME/temp.map
122.88/126.08	c 126	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
122.88/126.08	c 126	SAT : 193142 SAT variables, 62968029 SAT clauses, 1488746753 bytes
122.88/126.08	c 126	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
122.96/126.14	c 126	OBJECTIVE minimize _COST
122.96/126.15	c 126	SOLVING HOME/temp.cnf
122.96/126.15	c 126	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
122.96/126.15	c 126	This is MiniSat 2.0 beta incremental
122.96/126.15	c 126	WARNING: for repeatability, setting FPU to use double precision
122.96/126.15	c 126	============================[ Problem Statistics ]=============================
122.96/126.15	c 126	|                                                                             |
122.96/126.15	c 126	|  Number of variables:  193142                                               |
122.96/126.15	c 126	|  Number of clauses:    62968029                                             |
134.14/137.81	c ERROR INTERRUPTED
134.14/137.81	s UNKNOWN
134.24/137.95	c 138	CPU 122.36 (0.09 0.02 122.27 11.92)
134.24/137.95	c 138	END Sat Jul 12 20:38:10 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-1113597-1215887752/watcher-1113597-1215887752 -o /tmp/evaluation-result-1113597-1215887752/solver-1113597-1215887752 -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-1113597-1215887752.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 16424
/proc/meminfo: memFree=1912328/2055920 swapFree=4192812/4192956
[pid=16424] ppid=16422 vsize=18572 CPUtime=0
/proc/16424/stat : 16424 (runsolver) R 16422 16424 15895 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 45477987 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16424/statm: 4643 292 257 25 0 2626 0

[startup+0.0628231 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 16424
/proc/meminfo: memFree=1912328/2055920 swapFree=4192812/4192956
[pid=16424] ppid=16422 vsize=12272 CPUtime=0
/proc/16424/stat : 16424 (sugar++) D 16422 16424 15895 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 45477987 12566528 321 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/16424/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101827 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 16424
/proc/meminfo: memFree=1912328/2055920 swapFree=4192812/4192956
[pid=16424] ppid=16422 vsize=12412 CPUtime=0
/proc/16424/stat : 16424 (sugar++) R 16422 16424 15895 0 -1 4194304 444 0 0 0 0 0 0 0 18 0 1 0 45477987 12709888 412 996147200 4194304 4206940 548682068528 18446744073709551615 252429401112 0 0 4224 0 0 0 0 17 1 0 0
/proc/16424/statm: 3103 412 286 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301852 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 16424
/proc/meminfo: memFree=1912328/2055920 swapFree=4192812/4192956
[pid=16424] ppid=16422 vsize=16740 CPUtime=0.07
/proc/16424/stat : 16424 (sugar++) S 16422 16424 15895 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 45477987 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16424/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701887 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 16424
/proc/meminfo: memFree=1912328/2055920 swapFree=4192812/4192956
[pid=16424] ppid=16422 vsize=16740 CPUtime=0.07
/proc/16424/stat : 16424 (sugar++) S 16422 16424 15895 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 45477987 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16424/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50197 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 16436
/proc/meminfo: memFree=1893680/2055920 swapFree=4192812/4192956
[pid=16424] ppid=16422 vsize=16740 CPUtime=1.06
/proc/16424/stat : 16424 (sugar++) S 16422 16424 15895 0 -1 4194304 1296 8088 0 1 6 1 93 6 16 0 1 0 45477987 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16424/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 16740

[startup+3.10213 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 16446
/proc/meminfo: memFree=1890032/2055920 swapFree=4192812/4192956
[pid=16424] ppid=16422 vsize=16740 CPUtime=1.06
/proc/16424/stat : 16424 (sugar++) S 16422 16424 15895 0 -1 4194304 1297 8088 0 1 6 1 93 6 15 0 1 0 45477987 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16424/statm: 4185 1104 409 3 0 764 0
[pid=16437] ppid=16424 vsize=5356 CPUtime=0
/proc/16437/stat : 16437 (sh) S 16424 16424 15895 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45478115 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16437/statm: 1339 233 193 169 0 50 0
[pid=16438] ppid=16437 vsize=868368 CPUtime=1.79
/proc/16438/stat : 16438 (java) S 16437 16424 15895 0 -1 0 11494 0 1 0 173 6 0 0 18 0 9 0 45478115 889208832 10468 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16438/statm: 217092 10468 2540 9 0 211667 0
[pid=16438/tid=16439] ppid=16437 vsize=868368 CPUtime=1.13
/proc/16438/task/16439/stat : 16439 (java) R 16437 16424 15895 0 -1 64 2855 0 1 0 112 1 0 0 25 0 9 0 45478116 889208832 10468 996147200 134512640 134550740 4294955920 18446744073709551615 4126602088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16440] ppid=16437 vsize=868368 CPUtime=0.39
/proc/16438/task/16440/stat : 16440 (java) S 16437 16424 15895 0 -1 64 6461 0 0 0 37 2 0 0 16 0 9 0 45478117 889208832 10468 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16441] ppid=16437 vsize=868368 CPUtime=0
/proc/16438/task/16441/stat : 16441 (java) S 16437 16424 15895 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45478118 889208832 10468 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16442] ppid=16437 vsize=868368 CPUtime=0
/proc/16438/task/16442/stat : 16442 (java) S 16437 16424 15895 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45478118 889208832 10468 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16443] ppid=16437 vsize=868368 CPUtime=0
/proc/16438/task/16443/stat : 16443 (java) S 16437 16424 15895 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45478119 889208832 10468 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16444] ppid=16437 vsize=868368 CPUtime=0.23
/proc/16438/task/16444/stat : 16444 (java) S 16437 16424 15895 0 -1 64 1486 0 0 0 23 0 0 0 16 0 9 0 45478120 889208832 10468 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16445] ppid=16437 vsize=868368 CPUtime=0
/proc/16438/task/16445/stat : 16445 (java) S 16437 16424 15895 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 45478120 889208832 10468 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16446] ppid=16437 vsize=868368 CPUtime=0
/proc/16438/task/16446/stat : 16446 (java) S 16437 16424 15895 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45478120 889208832 10468 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 890464

[startup+6.30245 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 16446
/proc/meminfo: memFree=1855216/2055920 swapFree=4192812/4192956
[pid=16424] ppid=16422 vsize=16740 CPUtime=1.06
/proc/16424/stat : 16424 (sugar++) S 16422 16424 15895 0 -1 4194304 1297 8088 0 1 6 1 93 6 15 0 1 0 45477987 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16424/statm: 4185 1104 409 3 0 764 0
[pid=16437] ppid=16424 vsize=5356 CPUtime=0
/proc/16437/stat : 16437 (sh) S 16424 16424 15895 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45478115 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16437/statm: 1339 233 193 169 0 50 0
[pid=16438] ppid=16437 vsize=868480 CPUtime=4.95
/proc/16438/stat : 16438 (java) S 16437 16424 15895 0 -1 0 12667 0 1 0 470 25 0 0 18 0 9 0 45478115 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16438/statm: 217120 11111 2565 9 0 211667 0
[pid=16438/tid=16439] ppid=16437 vsize=868480 CPUtime=3.8
/proc/16438/task/16439/stat : 16439 (java) R 16437 16424 15895 0 -1 64 3365 0 1 0 362 18 0 0 25 0 9 0 45478116 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4127065256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16440] ppid=16437 vsize=868480 CPUtime=0.82
/proc/16438/task/16440/stat : 16440 (java) S 16437 16424 15895 0 -1 64 7089 0 0 0 78 4 0 0 16 0 9 0 45478117 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16441] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16441/stat : 16441 (java) S 16437 16424 15895 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45478118 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16442] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16442/stat : 16442 (java) S 16437 16424 15895 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45478118 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16443] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16443/stat : 16443 (java) S 16437 16424 15895 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45478119 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16444] ppid=16437 vsize=868480 CPUtime=0.29
/proc/16438/task/16444/stat : 16444 (java) S 16437 16424 15895 0 -1 64 1521 0 0 0 29 0 0 0 16 0 9 0 45478120 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16445] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16445/stat : 16445 (java) S 16437 16424 15895 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 45478120 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16446] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16446/stat : 16446 (java) S 16437 16424 15895 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45478120 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 890576

[startup+12.7026 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 16446
/proc/meminfo: memFree=1776880/2055920 swapFree=4192812/4192956
[pid=16424] ppid=16422 vsize=16740 CPUtime=1.06
/proc/16424/stat : 16424 (sugar++) S 16422 16424 15895 0 -1 4194304 1297 8088 0 1 6 1 93 6 16 0 1 0 45477987 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16424/statm: 4185 1104 409 3 0 764 0
[pid=16437] ppid=16424 vsize=5356 CPUtime=0
/proc/16437/stat : 16437 (sh) S 16424 16424 15895 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45478115 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16437/statm: 1339 233 193 169 0 50 0
[pid=16438] ppid=16437 vsize=868480 CPUtime=11.25
/proc/16438/stat : 16438 (java) S 16437 16424 15895 0 -1 0 13519 0 1 0 1046 79 0 0 18 0 9 0 45478115 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16438/statm: 217120 11111 2565 9 0 211667 0
[pid=16438/tid=16439] ppid=16437 vsize=868480 CPUtime=9.77
/proc/16438/task/16439/stat : 16439 (java) R 16437 16424 15895 0 -1 64 4217 0 1 0 911 66 0 0 25 0 9 0 45478116 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16440] ppid=16437 vsize=868480 CPUtime=1.14
/proc/16438/task/16440/stat : 16440 (java) S 16437 16424 15895 0 -1 64 7089 0 0 0 104 10 0 0 15 0 9 0 45478117 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16441] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16441/stat : 16441 (java) S 16437 16424 15895 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45478118 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16442] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16442/stat : 16442 (java) S 16437 16424 15895 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45478118 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16443] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16443/stat : 16443 (java) S 16437 16424 15895 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45478119 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16444] ppid=16437 vsize=868480 CPUtime=0.29
/proc/16438/task/16444/stat : 16444 (java) S 16437 16424 15895 0 -1 64 1521 0 0 0 29 0 0 0 16 0 9 0 45478120 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16445] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16445/stat : 16445 (java) S 16437 16424 15895 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 45478120 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16446] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16446/stat : 16446 (java) S 16437 16424 15895 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45478120 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 890576

[startup+25.5014 s]
/proc/loadavg: 2.23 2.05 2.02 3/92 16446
/proc/meminfo: memFree=1622064/2055920 swapFree=4192812/4192956
[pid=16424] ppid=16422 vsize=16740 CPUtime=1.06
/proc/16424/stat : 16424 (sugar++) S 16422 16424 15895 0 -1 4194304 1297 8088 0 1 6 1 93 6 16 0 1 0 45477987 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16424/statm: 4185 1104 409 3 0 764 0
[pid=16437] ppid=16424 vsize=5356 CPUtime=0
/proc/16437/stat : 16437 (sh) S 16424 16424 15895 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45478115 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16437/statm: 1339 233 193 169 0 50 0
[pid=16438] ppid=16437 vsize=868480 CPUtime=23.78
/proc/16438/stat : 16438 (java) S 16437 16424 15895 0 -1 0 15245 0 1 0 2195 183 0 0 18 0 9 0 45478115 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16438/statm: 217120 11111 2565 9 0 211667 0
[pid=16438/tid=16439] ppid=16437 vsize=868480 CPUtime=21.7
/proc/16438/task/16439/stat : 16439 (java) R 16437 16424 15895 0 -1 64 5943 0 1 0 2009 161 0 0 25 0 9 0 45478116 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4127065282 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16440] ppid=16437 vsize=868480 CPUtime=1.76
/proc/16438/task/16440/stat : 16440 (java) S 16437 16424 15895 0 -1 64 7089 0 0 0 156 20 0 0 16 0 9 0 45478117 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16441] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16441/stat : 16441 (java) S 16437 16424 15895 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45478118 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16442] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16442/stat : 16442 (java) S 16437 16424 15895 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45478118 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16443] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16443/stat : 16443 (java) S 16437 16424 15895 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45478119 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16444] ppid=16437 vsize=868480 CPUtime=0.29
/proc/16438/task/16444/stat : 16444 (java) S 16437 16424 15895 0 -1 64 1521 0 0 0 29 0 0 0 16 0 9 0 45478120 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16445] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16445/stat : 16445 (java) S 16437 16424 15895 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 45478120 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16446] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16446/stat : 16446 (java) S 16437 16424 15895 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45478120 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.84
Current children cumulated vsize (KiB) 890576

[startup+51.1019 s]
/proc/loadavg: 2.41 2.11 2.03 3/92 16446
/proc/meminfo: memFree=1319344/2055920 swapFree=4192812/4192956
[pid=16424] ppid=16422 vsize=16740 CPUtime=1.06
/proc/16424/stat : 16424 (sugar++) S 16422 16424 15895 0 -1 4194304 1297 8088 0 1 6 1 93 6 16 0 1 0 45477987 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16424/statm: 4185 1104 409 3 0 764 0
[pid=16437] ppid=16424 vsize=5356 CPUtime=0
/proc/16437/stat : 16437 (sh) S 16424 16424 15895 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45478115 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16437/statm: 1339 233 193 169 0 50 0
[pid=16438] ppid=16437 vsize=868480 CPUtime=48.76
/proc/16438/stat : 16438 (java) S 16437 16424 15895 0 -1 0 18592 0 1 0 4477 399 0 0 18 0 9 0 45478115 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16438/statm: 217120 11111 2565 9 0 211667 0
[pid=16438/tid=16439] ppid=16437 vsize=868480 CPUtime=45.42
/proc/16438/task/16439/stat : 16439 (java) R 16437 16424 15895 0 -1 64 9290 0 1 0 4189 353 0 0 25 0 9 0 45478116 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4127083660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16440] ppid=16437 vsize=868480 CPUtime=3.01
/proc/16438/task/16440/stat : 16440 (java) S 16437 16424 15895 0 -1 64 7089 0 0 0 257 44 0 0 16 0 9 0 45478117 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16441] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16441/stat : 16441 (java) S 16437 16424 15895 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45478118 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16442] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16442/stat : 16442 (java) S 16437 16424 15895 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45478118 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16443] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16443/stat : 16443 (java) S 16437 16424 15895 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45478119 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16444] ppid=16437 vsize=868480 CPUtime=0.29
/proc/16438/task/16444/stat : 16444 (java) S 16437 16424 15895 0 -1 64 1521 0 0 0 29 0 0 0 16 0 9 0 45478120 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16445] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16445/stat : 16445 (java) S 16437 16424 15895 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 45478120 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16446] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16446/stat : 16446 (java) S 16437 16424 15895 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45478120 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.82
Current children cumulated vsize (KiB) 890576

[startup+102.307 s]
/proc/loadavg: 2.29 2.12 2.04 3/92 16446
/proc/meminfo: memFree=672496/2055920 swapFree=4192812/4192956
[pid=16424] ppid=16422 vsize=16740 CPUtime=1.06
/proc/16424/stat : 16424 (sugar++) S 16422 16424 15895 0 -1 4194304 1297 8088 0 1 6 1 93 6 16 0 1 0 45477987 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16424/statm: 4185 1104 409 3 0 764 0
[pid=16437] ppid=16424 vsize=5356 CPUtime=0
/proc/16437/stat : 16437 (sh) S 16424 16424 15895 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45478115 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16437/statm: 1339 233 193 169 0 50 0
[pid=16438] ppid=16437 vsize=868480 CPUtime=98.72
/proc/16438/stat : 16438 (java) S 16437 16424 15895 0 -1 0 25414 0 1 0 9046 826 0 0 18 0 9 0 45478115 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16438/statm: 217120 11111 2565 9 0 211667 0
[pid=16438/tid=16439] ppid=16437 vsize=868480 CPUtime=92.85
/proc/16438/task/16439/stat : 16439 (java) R 16437 16424 15895 0 -1 64 16112 0 1 0 8548 737 0 0 25 0 9 0 45478116 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4127062798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16440] ppid=16437 vsize=868480 CPUtime=5.54
/proc/16438/task/16440/stat : 16440 (java) S 16437 16424 15895 0 -1 64 7089 0 0 0 468 86 0 0 16 0 9 0 45478117 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16441] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16441/stat : 16441 (java) S 16437 16424 15895 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45478118 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16442] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16442/stat : 16442 (java) S 16437 16424 15895 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45478118 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16443] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16443/stat : 16443 (java) S 16437 16424 15895 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45478119 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16444] ppid=16437 vsize=868480 CPUtime=0.29
/proc/16438/task/16444/stat : 16444 (java) S 16437 16424 15895 0 -1 64 1521 0 0 0 29 0 0 0 16 0 9 0 45478120 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16445] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16445/stat : 16445 (java) S 16437 16424 15895 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 45478120 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16438/tid=16446] ppid=16437 vsize=868480 CPUtime=0
/proc/16438/task/16446/stat : 16446 (java) S 16437 16424 15895 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45478120 889323520 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.78
Current children cumulated vsize (KiB) 890576



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+137.802 s]
/proc/loadavg: 2.27 2.14 2.05 3/83 16447
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=16424] ppid=16422 vsize=17532 CPUtime=123.02
/proc/16424/stat : 16424 (sugar++) S 16422 16424 15895 0 -1 4194304 1654 36937 0 2 9 2 11264 1027 16 0 1 0 45477987 17952768 1312 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16424/statm: 4383 1312 413 3 0 962 0
[pid=16447] ppid=16424 vsize=909200 CPUtime=11.12
/proc/16447/stat : 16447 (minisat-inc) R 16424 16424 15895 0 -1 4194304 223546 0 0 0 962 150 0 0 25 0 1 0 45490602 931020800 223494 996147200 134512640 135134323 4294956192 18446744073709551615 134515443 0 0 4096 3 0 0 0 17 1 0 0
/proc/16447/statm: 227300 223494 59 151 0 227146 0
Current children cumulated CPU time (s) 134.14
Current children cumulated vsize (KiB) 926732

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

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

[startup+138.202 s]
/proc/loadavg: 2.27 2.14 2.05 3/83 16447
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=16424] ppid=16422 vsize=17532 CPUtime=134.53
/proc/16424/stat : 16424 (sugar++) R 16422 16424 15895 0 -1 4194304 1685 260483 0 2 9 25 12227 1192 18 0 1 0 45477987 17952768 1313 996147200 4194304 4206940 548682068528 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16424/statm: 4383 1313 414 3 0 962 0
Current children cumulated CPU time (s) 134.53
Current children cumulated vsize (KiB) 17532

[startup+139.002 s]
/proc/loadavg: 2.27 2.14 2.05 2/83 16448
/proc/meminfo: memFree=1925304/2055920 swapFree=4192812/4192956
[pid=16424] ppid=16422 vsize=17532 CPUtime=134.85
/proc/16424/stat : 16424 (sugar++) D 16422 16424 15895 0 -1 4194304 1685 260483 0 2 9 57 12227 1192 15 0 1 0 45477987 17952768 1313 996147200 4194304 4206940 548682068528 18446744073709551615 252429702185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16424/statm: 4383 1313 414 3 0 962 0
Current children cumulated CPU time (s) 134.85
Current children cumulated vsize (KiB) 17532

[startup+139.202 s]
/proc/loadavg: 2.27 2.14 2.05 2/83 16448
/proc/meminfo: memFree=1925304/2055920 swapFree=4192812/4192956
[pid=16424] ppid=16422 vsize=17532 CPUtime=134.86
/proc/16424/stat : 16424 (sugar++) D 16422 16424 15895 0 -1 4194304 1685 260483 0 2 9 58 12227 1192 15 0 1 0 45477987 17952768 1313 996147200 4194304 4206940 548682068528 18446744073709551615 252429702185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16424/statm: 4383 1313 414 3 0 962 0
Current children cumulated CPU time (s) 134.86
Current children cumulated vsize (KiB) 17532

[startup+139.302 s]
/proc/loadavg: 2.27 2.14 2.05 2/83 16448
/proc/meminfo: memFree=1925304/2055920 swapFree=4192812/4192956
[pid=16424] ppid=16422 vsize=17532 CPUtime=134.86
/proc/16424/stat : 16424 (sugar++) D 16422 16424 15895 0 -1 4194304 1685 260483 0 2 9 58 12227 1192 15 0 1 0 45477987 17952768 1313 996147200 4194304 4206940 548682068528 18446744073709551615 252429702185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16424/statm: 4383 1313 414 3 0 962 0
Current children cumulated CPU time (s) 134.86
Current children cumulated vsize (KiB) 17532

Child status: 0
Real time (s): 139.338
CPU time (s): 134.889
CPU user time (s): 122.375
CPU system time (s): 12.5141
CPU usage (%): 96.8071
Max. virtual memory (cumulated for all children) (KiB): 926732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.375
system time used= 12.5141
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 262214
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= 118896
involuntary context switches= 122870

runsolver used 0.211967 second user time and 0.465929 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-12 20:35:52
IDJOB=1113597
IDBENCH=61609
IDSOLVER=367
FILE ID=node12/1113597-1215887752
PBS_JOBID= 7903612
Free space on /tmp= 66364 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/hos/normalized-will199GPIA-6.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-1113597-1215887752/watcher-1113597-1215887752 -o /tmp/evaluation-result-1113597-1215887752/solver-1113597-1215887752 -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-1113597-1215887752.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 036da40d841ea653e24931fca0357400
RANDOM SEED=299046012

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.212
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.212
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:       1912808 kB
Buffers:          8872 kB
Cached:          39000 kB
SwapCached:          0 kB
Active:          81992 kB
Inactive:        11092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1912808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1708 kB
Writeback:           0 kB
Mapped:          65392 kB
Slab:            35224 kB
Committed_AS:   222140 kB
PageTables:       2024 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= 66360 MiB
End job on node12 at 2008-07-12 20:38:12