Trace number 2085271

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.14.6+picosat? (TO) 1800.09 1815.92

General information on the benchmark

Namecsp/graphColoring/sgb/queen/
normalized-queen15-15-17.xml
MD5SUM573670be21826232d8e7fcd0958ee593
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints5180
Maximum constraint arity2
Maximum domain size17
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5180
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 08:49:52 2009
0.00/0.07	c 0	PID 27525
0.00/0.07	c 0	HOST node86.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2085271-1247381391.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2085271-1247381391.xml' 'HOME/temp.csp'
0.06/0.67	c 0	1 domains, 225 variables, 1 predicates, 0 relations, 5180 constraints
0.06/0.70	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.70	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.78	c 0	Parsing HOME/temp.csp
0.64/0.88	c 0	parsed 5407 expressions
0.64/0.89	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.64/0.89	c 0	Converting to clausal form CSP
0.92/1.08	c 1	converted 541 (10%) expressions
1.02/1.13	c 1	converted 1082 (20%) expressions
1.02/1.15	c 1	converted 1623 (30%) expressions
1.02/1.17	c 1	converted 2163 (40%) expressions
1.02/1.19	c 1	converted 2704 (50%) expressions
1.12/1.21	c 1	converted 3245 (60%) expressions
1.12/1.23	c 1	converted 3785 (70%) expressions
1.12/1.28	c 1	converted 4326 (80%) expressions
1.22/1.30	c 1	converted 4867 (90%) expressions
1.22/1.32	c 1	converted 5407 (100%) expressions
1.22/1.32	c 1	CSP : 225 integers, 0 booleans, 5180 clauses, largest domain size 17
1.22/1.32	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.32	c 1	Propagation in CSP
1.22/1.35	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.35	c 1	CSP : 225 integers, 0 booleans, 5180 clauses, largest domain size 17
1.22/1.36	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.36	c 1	Simplifing CSP by introducing new Boolean variables
1.32/1.47	c 1	CSP : 225 integers, 10360 booleans, 15540 clauses, largest domain size 17
1.32/1.47	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.42/1.53	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.42/1.55	c 1	23 (10%) CSP integer variables are encoded (345 clauses, 3657 bytes)
1.42/1.55	c 1	45 (20%) CSP integer variables are encoded (675 clauses, 7287 bytes)
1.42/1.55	c 1	68 (30%) CSP integer variables are encoded (1020 clauses, 11249 bytes)
1.42/1.55	c 1	90 (40%) CSP integer variables are encoded (1350 clauses, 15539 bytes)
1.42/1.56	c 1	113 (50%) CSP integer variables are encoded (1695 clauses, 20024 bytes)
1.42/1.56	c 1	135 (60%) CSP integer variables are encoded (2025 clauses, 24314 bytes)
1.42/1.56	c 1	158 (70%) CSP integer variables are encoded (2370 clauses, 28799 bytes)
1.42/1.56	c 1	180 (80%) CSP integer variables are encoded (2700 clauses, 33089 bytes)
1.42/1.56	c 1	203 (90%) CSP integer variables are encoded (3045 clauses, 37574 bytes)
1.42/1.56	c 1	225 (100%) CSP integer variables are encoded (3375 clauses, 41864 bytes)
1.52/1.64	c 1	1554 (10%) CSP clauses are encoded (21505 clauses, 338212 bytes)
1.52/1.69	c 1	3108 (20%) CSP clauses are encoded (39635 clauses, 644784 bytes)
1.63/1.74	c 1	4662 (30%) CSP clauses are encoded (57765 clauses, 952334 bytes)
1.63/1.78	c 1	6216 (40%) CSP clauses are encoded (75895 clauses, 1262348 bytes)
1.72/1.81	c 1	7770 (50%) CSP clauses are encoded (94025 clauses, 1591516 bytes)
1.72/1.85	c 1	9324 (60%) CSP clauses are encoded (112155 clauses, 1920964 bytes)
1.72/1.89	c 1	10878 (70%) CSP clauses are encoded (130285 clauses, 2265766 bytes)
1.82/1.93	c 1	12432 (80%) CSP clauses are encoded (148415 clauses, 2613862 bytes)
1.82/1.97	c 1	13986 (90%) CSP clauses are encoded (166545 clauses, 2961958 bytes)
1.92/2.01	c 2	15540 (100%) CSP clauses are encoded (184675 clauses, 3310054 bytes)
1.92/2.01	c 2	15540 CSP clauses encoded
1.92/2.01	c 2	Writing map file : HOME/temp.map
1.92/2.02	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.92/2.02	c 2	SAT : 13960 SAT variables, 184675 SAT clauses, 3310054 bytes
1.92/2.02	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.92/2.06	c 2	SOLVING HOME/temp.cnf
1.92/2.06	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1815.91	c 1815	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1815.91	c 1815	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.09/1815.92	c ERROR INTERRUPTED
1800.09/1815.92	s UNKNOWN
1800.09/1815.92	c 1815	CPU 1.97 (0.05 0.02 1.76 0.14)
1800.09/1815.92	c 1815	END Sun Jul 12 09:20:07 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2085271-1247381391/watcher-2085271-1247381391 -o /tmp/evaluation-result-2085271-1247381391/solver-2085271-1247381391 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2085271-1247381391.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 27525
/proc/meminfo: memFree=1565032/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=12272 CPUtime=0
/proc/27525/stat : 27525 (sugar) R 27523 27525 25469 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 25204430 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 240154016357 0 0 4224 0 0 0 0 17 1 0 0
/proc/27525/statm: 3068 327 246 3 0 168 0

[startup+0.0919221 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 27525
/proc/meminfo: memFree=1565032/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=0.06
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25204430 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.10192 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 27525
/proc/meminfo: memFree=1565032/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=0.06
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25204430 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301958 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 27525
/proc/meminfo: memFree=1565032/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=0.06
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25204430 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701031 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 27525
/proc/meminfo: memFree=1565032/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=0.06
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1245 128 0 0 5 1 0 0 16 0 1 0 25204430 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27525/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50219 s]
/proc/loadavg: 1.92 1.98 1.99 4/86 27547
/proc/meminfo: memFree=1554384/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=0.64
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1310 7428 0 1 5 1 53 5 16 0 1 0 25204430 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1111 409 3 0 796 0
[pid=27538] ppid=27525 vsize=5356 CPUtime=0
/proc/27538/stat : 27538 (sh) S 27525 27525 25469 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25204500 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27538/statm: 1339 233 193 169 0 50 0
[pid=27539] ppid=27538 vsize=868768 CPUtime=0.78
/proc/27539/stat : 27539 (java) S 27538 27525 25469 0 -1 0 8162 0 1 0 73 5 0 0 18 0 9 0 25204501 889618432 7380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27539/statm: 217192 7380 2566 9 0 211697 0
[pid=27539/tid=27540] ppid=27538 vsize=868768 CPUtime=0.4
/proc/27539/task/27540/stat : 27540 (java) R 27538 27525 25469 0 -1 64 2689 0 1 0 39 1 0 0 20 0 9 0 25204502 889618432 7380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27539/tid=27541] ppid=27538 vsize=868768 CPUtime=0.19
/proc/27539/task/27541/stat : 27541 (java) R 27538 27525 25469 0 -1 64 3279 0 0 0 18 1 0 0 16 0 9 0 25204503 889618432 7380 996147200 134512640 134550932 4294955936 18446744073709551615 102381623 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27539/tid=27542] ppid=27538 vsize=868768 CPUtime=0
/proc/27539/task/27542/stat : 27542 (java) S 27538 27525 25469 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25204503 889618432 7380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27539/tid=27543] ppid=27538 vsize=868768 CPUtime=0
/proc/27539/task/27543/stat : 27543 (java) S 27538 27525 25469 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25204503 889618432 7380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27539/tid=27544] ppid=27538 vsize=868768 CPUtime=0
/proc/27539/task/27544/stat : 27544 (java) S 27538 27525 25469 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25204505 889618432 7380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27539/tid=27545] ppid=27538 vsize=868768 CPUtime=0.16
/proc/27539/task/27545/stat : 27545 (java) S 27538 27525 25469 0 -1 64 1495 0 0 0 15 1 0 0 16 0 9 0 25204505 889618432 7380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27539/tid=27546] ppid=27538 vsize=868768 CPUtime=0
/proc/27539/task/27546/stat : 27546 (java) S 27538 27525 25469 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25204505 889618432 7380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27539/tid=27547] ppid=27538 vsize=868768 CPUtime=0
/proc/27539/task/27547/stat : 27547 (java) S 27538 27525 25469 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25204505 889618432 7380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890992

[startup+3.1015 s]
/proc/loadavg: 1.92 1.98 1.99 3/78 27549
/proc/meminfo: memFree=1557776/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=1.97
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1365 16084 0 2 5 2 176 14 16 0 1 0 25204430 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1113 409 3 0 796 0
[pid=27548] ppid=27525 vsize=5356 CPUtime=0
/proc/27548/stat : 27548 (sh) S 27525 27525 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25204637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27548/statm: 1339 232 193 169 0 50 0
[pid=27549] ppid=27548 vsize=5816 CPUtime=1.02
/proc/27549/stat : 27549 (picosat) R 27548 27525 25469 0 -1 4194304 1277 0 0 0 45 57 0 0 25 0 1 0 25204637 5955584 1263 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27549/statm: 1454 1263 40 102 0 1349 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 28040

[startup+6.30211 s]
/proc/loadavg: 1.93 1.98 1.99 3/78 27549
/proc/meminfo: memFree=1549904/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=1.97
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1365 16084 0 2 5 2 176 14 16 0 1 0 25204430 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1113 409 3 0 796 0
[pid=27548] ppid=27525 vsize=5356 CPUtime=0
/proc/27548/stat : 27548 (sh) S 27525 27525 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25204637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27548/statm: 1339 232 193 169 0 50 0
[pid=27549] ppid=27548 vsize=9380 CPUtime=4.22
/proc/27549/stat : 27549 (picosat) R 27548 27525 25469 0 -1 4194304 2153 0 0 0 337 85 0 0 25 0 1 0 25204637 9605120 2134 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 1 0 0
/proc/27549/statm: 2345 2134 48 102 0 2240 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 31604

[startup+12.7023 s]
/proc/loadavg: 1.93 1.98 1.99 3/78 27549
/proc/meminfo: memFree=1546968/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=1.97
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1365 16084 0 2 5 2 176 14 16 0 1 0 25204430 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1113 409 3 0 796 0
[pid=27548] ppid=27525 vsize=5356 CPUtime=0
/proc/27548/stat : 27548 (sh) S 27525 27525 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25204637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27548/statm: 1339 232 193 169 0 50 0
[pid=27549] ppid=27548 vsize=12004 CPUtime=10.61
/proc/27549/stat : 27549 (picosat) R 27548 27525 25469 0 -1 4194304 2813 0 0 0 975 86 0 0 25 0 1 0 25204637 12292096 2794 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27549/statm: 3001 2794 48 102 0 2896 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 34228

[startup+25.5018 s]
/proc/loadavg: 1.95 1.98 1.99 3/78 27549
/proc/meminfo: memFree=1541528/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=1.97
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1365 16084 0 2 5 2 176 14 16 0 1 0 25204430 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1113 409 3 0 796 0
[pid=27548] ppid=27525 vsize=5356 CPUtime=0
/proc/27548/stat : 27548 (sh) S 27525 27525 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25204637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27548/statm: 1339 232 193 169 0 50 0
[pid=27549] ppid=27548 vsize=17112 CPUtime=23.41
/proc/27549/stat : 27549 (picosat) R 27548 27525 25469 0 -1 4194304 4073 0 0 0 2253 88 0 0 25 0 1 0 25204637 17522688 4054 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27549/statm: 4278 4054 48 102 0 4173 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 39336

[startup+51.1017 s]
/proc/loadavg: 1.91 1.97 1.99 3/84 27585
/proc/meminfo: memFree=1630056/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=1.97
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1365 16084 0 2 5 2 176 14 16 0 1 0 25204430 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1113 409 3 0 796 0
[pid=27548] ppid=27525 vsize=5356 CPUtime=0
/proc/27548/stat : 27548 (sh) S 27525 27525 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25204637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27548/statm: 1339 232 193 169 0 50 0
[pid=27549] ppid=27548 vsize=27060 CPUtime=48.8
/proc/27549/stat : 27549 (picosat) R 27548 27525 25469 0 -1 4194304 6587 0 0 0 4788 92 0 0 25 0 1 0 25204637 27709440 6568 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 0 0 0
/proc/27549/statm: 6765 6568 48 102 0 6660 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 49284

[startup+102.306 s]
/proc/loadavg: 1.96 1.97 1.99 3/84 27587
/proc/meminfo: memFree=1623528/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=1.97
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1365 16084 0 2 5 2 176 14 16 0 1 0 25204430 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1113 409 3 0 796 0
[pid=27548] ppid=27525 vsize=5356 CPUtime=0
/proc/27548/stat : 27548 (sh) S 27525 27525 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25204637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27548/statm: 1339 232 193 169 0 50 0
[pid=27549] ppid=27548 vsize=33092 CPUtime=99.54
/proc/27549/stat : 27549 (picosat) R 27548 27525 25469 0 -1 4194304 8137 0 0 0 9860 94 0 0 25 0 1 0 25204637 33886208 8073 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/27549/statm: 8273 8073 48 102 0 8168 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 55316

[startup+162.302 s]
/proc/loadavg: 2.02 1.99 1.99 3/84 27587
/proc/meminfo: memFree=1621800/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=1.97
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1365 16084 0 2 5 2 176 14 16 0 1 0 25204430 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1113 409 3 0 796 0
[pid=27548] ppid=27525 vsize=5356 CPUtime=0
/proc/27548/stat : 27548 (sh) S 27525 27525 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25204637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27548/statm: 1339 232 193 169 0 50 0
[pid=27549] ppid=27548 vsize=34656 CPUtime=159.01
/proc/27549/stat : 27549 (picosat) R 27548 27525 25469 0 -1 4194304 8557 0 0 0 15807 94 0 0 25 0 1 0 25204637 35487744 8453 996147200 134512640 134931368 4294956256 18446744073709551615 134520549 0 0 4096 0 0 0 0 17 0 0 0
/proc/27549/statm: 8664 8453 48 102 0 8559 0
Current children cumulated CPU time (s) 160.98
Current children cumulated vsize (KiB) 56880

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 27587
/proc/meminfo: memFree=1619816/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=1.97
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1365 16084 0 2 5 2 176 14 16 0 1 0 25204430 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1113 409 3 0 796 0
[pid=27548] ppid=27525 vsize=5356 CPUtime=0
/proc/27548/stat : 27548 (sh) S 27525 27525 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25204637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27548/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1595056/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=1.97
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1365 16084 0 2 5 2 176 14 16 0 1 0 25204430 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1113 409 3 0 796 0
[pid=27548] ppid=27525 vsize=5356 CPUtime=0
/proc/27548/stat : 27548 (sh) S 27525 27525 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25204637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27548/statm: 1339 232 193 169 0 50 0
[pid=27549] ppid=27548 vsize=60604 CPUtime=1348.5
/proc/27549/stat : 27549 (picosat) R 27548 27525 25469 0 -1 4194304 15795 0 0 0 134747 103 0 0 25 0 1 0 25204637 62058496 14944 996147200 134512640 134931368 4294956256 18446744073709551615 134529395 0 0 4096 0 0 0 0 17 0 0 0
/proc/27549/statm: 15151 14944 48 102 0 15046 0
Current children cumulated CPU time (s) 1350.47
Current children cumulated vsize (KiB) 82828

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27593
/proc/meminfo: memFree=1591984/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=1.97
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1365 16084 0 2 5 2 176 14 16 0 1 0 25204430 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1113 409 3 0 796 0
[pid=27548] ppid=27525 vsize=5356 CPUtime=0
/proc/27548/stat : 27548 (sh) S 27525 27525 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25204637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27548/statm: 1339 232 193 169 0 50 0
[pid=27549] ppid=27548 vsize=63472 CPUtime=1407.98
/proc/27549/stat : 27549 (picosat) R 27548 27525 25469 0 -1 4194304 16604 0 0 0 140694 104 0 0 25 0 1 0 25204637 64995328 15674 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/27549/statm: 15868 15674 48 102 0 15763 0
Current children cumulated CPU time (s) 1409.95
Current children cumulated vsize (KiB) 85696

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27593
/proc/meminfo: memFree=1591984/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=1.97
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1365 16084 0 2 5 2 176 14 16 0 1 0 25204430 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1113 409 3 0 796 0
[pid=27548] ppid=27525 vsize=5356 CPUtime=0
/proc/27548/stat : 27548 (sh) S 27525 27525 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25204637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27548/statm: 1339 232 193 169 0 50 0
[pid=27549] ppid=27548 vsize=63472 CPUtime=1467.45
/proc/27549/stat : 27549 (picosat) R 27548 27525 25469 0 -1 4194304 16604 0 0 0 146641 104 0 0 25 0 1 0 25204637 64995328 15674 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/27549/statm: 15868 15674 48 102 0 15763 0
Current children cumulated CPU time (s) 1469.42
Current children cumulated vsize (KiB) 85696

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27593
/proc/meminfo: memFree=1592048/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=1.97
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1365 16084 0 2 5 2 176 14 16 0 1 0 25204430 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1113 409 3 0 796 0
[pid=27548] ppid=27525 vsize=5356 CPUtime=0
/proc/27548/stat : 27548 (sh) S 27525 27525 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25204637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27548/statm: 1339 232 193 169 0 50 0
[pid=27549] ppid=27548 vsize=63472 CPUtime=1526.92
/proc/27549/stat : 27549 (picosat) R 27548 27525 25469 0 -1 4194304 16686 0 0 0 152588 104 0 0 25 0 1 0 25204637 64995328 15677 996147200 134512640 134931368 4294956256 18446744073709551615 134529700 0 0 4096 0 0 0 0 17 0 0 0
/proc/27549/statm: 15868 15677 48 102 0 15763 0
Current children cumulated CPU time (s) 1528.89
Current children cumulated vsize (KiB) 85696

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27593
/proc/meminfo: memFree=1592048/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=1.97
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1365 16084 0 2 5 2 176 14 16 0 1 0 25204430 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1113 409 3 0 796 0
[pid=27548] ppid=27525 vsize=5356 CPUtime=0
/proc/27548/stat : 27548 (sh) S 27525 27525 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25204637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27548/statm: 1339 232 193 169 0 50 0
[pid=27549] ppid=27548 vsize=63472 CPUtime=1586.4
/proc/27549/stat : 27549 (picosat) R 27548 27525 25469 0 -1 4194304 16686 0 0 0 158536 104 0 0 25 0 1 0 25204637 64995328 15677 996147200 134512640 134931368 4294956256 18446744073709551615 134530268 0 0 4096 0 0 0 0 17 0 0 0
/proc/27549/statm: 15868 15677 48 102 0 15763 0
Current children cumulated CPU time (s) 1588.37
Current children cumulated vsize (KiB) 85696

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27593
/proc/meminfo: memFree=1590640/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=1.97
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1365 16084 0 2 5 2 176 14 16 0 1 0 25204430 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1113 409 3 0 796 0
[pid=27548] ppid=27525 vsize=5356 CPUtime=0
/proc/27548/stat : 27548 (sh) S 27525 27525 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25204637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27548/statm: 1339 232 193 169 0 50 0
[pid=27549] ppid=27548 vsize=65036 CPUtime=1645.88
/proc/27549/stat : 27549 (picosat) R 27548 27525 25469 0 -1 4194304 17092 0 0 0 164483 105 0 0 25 0 1 0 25204637 66596864 16083 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 0 0 0
/proc/27549/statm: 16259 16083 48 102 0 16154 0
Current children cumulated CPU time (s) 1647.85
Current children cumulated vsize (KiB) 87260

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27593
/proc/meminfo: memFree=1588592/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=1.97
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1365 16084 0 2 5 2 176 14 16 0 1 0 25204430 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1113 409 3 0 796 0
[pid=27548] ppid=27525 vsize=5356 CPUtime=0
/proc/27548/stat : 27548 (sh) S 27525 27525 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25204637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27548/statm: 1339 232 193 169 0 50 0
[pid=27549] ppid=27548 vsize=66876 CPUtime=1705.33
/proc/27549/stat : 27549 (picosat) R 27548 27525 25469 0 -1 4194304 17618 0 0 0 170428 105 0 0 25 0 1 0 25204637 68481024 16526 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/27549/statm: 16719 16526 48 102 0 16614 0
Current children cumulated CPU time (s) 1707.3
Current children cumulated vsize (KiB) 89100

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27593
/proc/meminfo: memFree=1588528/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=1.97
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1365 16084 0 2 5 2 176 14 16 0 1 0 25204430 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1113 409 3 0 796 0
[pid=27548] ppid=27525 vsize=5356 CPUtime=0
/proc/27548/stat : 27548 (sh) S 27525 27525 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25204637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27548/statm: 1339 232 193 169 0 50 0
[pid=27549] ppid=27548 vsize=66876 CPUtime=1764.81
/proc/27549/stat : 27549 (picosat) R 27548 27525 25469 0 -1 4194304 17618 0 0 0 176376 105 0 0 25 0 1 0 25204637 68481024 16526 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/27549/statm: 16719 16526 48 102 0 16614 0
Current children cumulated CPU time (s) 1766.78
Current children cumulated vsize (KiB) 89100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27593
/proc/meminfo: memFree=1588528/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=1.97
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1365 16084 0 2 5 2 176 14 16 0 1 0 25204430 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1113 409 3 0 796 0
[pid=27548] ppid=27525 vsize=5356 CPUtime=0
/proc/27548/stat : 27548 (sh) S 27525 27525 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25204637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27548/statm: 1339 232 193 169 0 50 0
[pid=27549] ppid=27548 vsize=66876 CPUtime=1798.12
/proc/27549/stat : 27549 (picosat) R 27548 27525 25469 0 -1 4194304 17618 0 0 0 179707 105 0 0 25 0 1 0 25204637 68481024 16526 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/27549/statm: 16719 16526 48 102 0 16614 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 89100

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

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

[startup+1815.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27593
/proc/meminfo: memFree=1588528/2055920 swapFree=4192812/4192956
[pid=27525] ppid=27523 vsize=16868 CPUtime=1.97
/proc/27525/stat : 27525 (sugar) S 27523 27525 25469 0 -1 4194304 1365 16084 0 2 5 2 176 14 16 0 1 0 25204430 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27525/statm: 4217 1113 409 3 0 796 0
[pid=27548] ppid=27525 vsize=5356 CPUtime=0
/proc/27548/stat : 27548 (sh) S 27525 27525 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25204637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27548/statm: 1339 232 193 169 0 50 0
[pid=27549] ppid=27548 vsize=66876 CPUtime=1798.12
/proc/27549/stat : 27549 (picosat) R 27548 27525 25469 0 -1 4194304 17618 0 0 0 179707 105 0 0 25 0 1 0 25204637 68481024 16526 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/27549/statm: 16719 16526 48 102 0 16614 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 89100

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27525 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=823722
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=172973
# CPU time returned by wait4() is 1.99669
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.92
CPU time (s): 1800.09
CPU user time (s): 1798.88
CPU system time (s): 1.21
CPU usage (%): 99.128
Max. virtual memory (cumulated for all children) (KiB): 890992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.82372
system time used= 0.172973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17934
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= 2869
involuntary context switches= 2738

runsolver used 2.24366 second user time and 4.54831 second system time

The end

Launcher Data

Begin job on node86 at 2009-07-12 08:49:51
IDJOB=2085271
IDBENCH=58337
IDSOLVER=738
FILE ID=node86/2085271-1247381391
PBS_JOBID= 9507131
Free space on /tmp= 66300 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/graphColoring/sgb/queen/normalized-queen15-15-17.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2085271-1247381391/watcher-2085271-1247381391 -o /tmp/evaluation-result-2085271-1247381391/solver-2085271-1247381391 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2085271-1247381391.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 573670be21826232d8e7fcd0958ee593
RANDOM SEED=660685774

node86.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	: 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.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1565512 kB
Buffers:         53092 kB
Cached:         208708 kB
SwapCached:          0 kB
Active:         323484 kB
Inactive:       106532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1565512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1916 kB
Writeback:           0 kB
Mapped:         179308 kB
Slab:            45224 kB
Committed_AS:   332992 kB
PageTables:       2224 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= 66316 MiB
End job on node86 at 2009-07-12 09:20:09