Trace number 2089847

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.06 1819.43

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-42_ext.xml
MD5SUMf23766a16da8798a4bc2db0cc0fe1f71
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark54.5767
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints337
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension337
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 11:22:36 2009
0.00/0.08	c 0	PID 26992
0.00/0.08	c 0	HOST node4.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2089847-1247390556.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2089847-1247390556.xml' 'HOME/temp.csp'
0.06/0.79	c 1	1 domains, 40 variables, 0 predicates, 337 relations, 337 constraints
0.06/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.82	c 1	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.75/0.90	c 1	Parsing HOME/temp.csp
1.11/1.25	c 1	parsed 715 expressions
1.11/1.26	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.26	c 1	Converting to clausal form CSP
1.11/1.29	c 1	converted 72 (10%) expressions
1.11/1.29	c 1	converted 143 (20%) expressions
1.11/1.29	c 1	converted 215 (30%) expressions
1.20/1.34	c 1	converted 286 (40%) expressions
1.20/1.34	c 1	converted 358 (50%) expressions
1.20/1.37	c 1	converted 429 (60%) expressions
1.20/1.39	c 1	converted 501 (70%) expressions
1.31/1.41	c 2	converted 572 (80%) expressions
1.31/1.42	c 2	converted 644 (90%) expressions
1.41/1.50	c 2	converted 715 (100%) expressions
1.41/1.50	c 2	CSP : 40 integers, 0 booleans, 337 clauses, largest domain size 19
1.41/1.50	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.50	c 2	Propagation in CSP
1.41/1.50	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.50	c 2	CSP : 40 integers, 0 booleans, 337 clauses, largest domain size 19
1.41/1.50	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.51	c 2	Simplifing CSP by introducing new Boolean variables
1.41/1.51	c 2	CSP : 40 integers, 0 booleans, 337 clauses, largest domain size 19
1.41/1.51	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.55	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.41/1.56	c 2	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.41/1.56	c 2	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.41/1.56	c 2	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.41/1.56	c 2	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.41/1.56	c 2	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.41/1.56	c 2	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.41/1.57	c 2	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.41/1.57	c 2	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.41/1.57	c 2	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.41/1.57	c 2	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.51/1.62	c 2	34 (10%) CSP clauses are encoded (2887 clauses, 43236 bytes)
1.51/1.64	c 2	68 (20%) CSP clauses are encoded (5128 clauses, 80922 bytes)
1.51/1.65	c 2	102 (30%) CSP clauses are encoded (7307 clauses, 119382 bytes)
1.51/1.67	c 2	135 (40%) CSP clauses are encoded (9588 clauses, 162101 bytes)
1.51/1.68	c 2	169 (50%) CSP clauses are encoded (11739 clauses, 202632 bytes)
1.51/1.70	c 2	203 (60%) CSP clauses are encoded (13818 clauses, 241611 bytes)
1.60/1.71	c 2	236 (70%) CSP clauses are encoded (15822 clauses, 279234 bytes)
1.60/1.73	c 2	270 (80%) CSP clauses are encoded (18001 clauses, 320120 bytes)
1.60/1.74	c 2	304 (90%) CSP clauses are encoded (20181 clauses, 360925 bytes)
1.60/1.75	c 2	337 (100%) CSP clauses are encoded (22199 clauses, 398886 bytes)
1.60/1.75	c 2	337 CSP clauses encoded
1.60/1.75	c 2	Writing map file : HOME/temp.map
1.60/1.75	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.60/1.75	c 2	SAT : 720 SAT variables, 22199 SAT clauses, 398886 bytes
1.60/1.75	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.60/1.77	c 2	SOLVING HOME/temp.cnf
1.60/1.77	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1819.41	sh: line 1: 27016 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.01/1819.41	c 1820	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1819.41	c 1820	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.01/1819.42	c ERROR INTERRUPTED
1800.01/1819.42	s UNKNOWN
1800.01/1819.42	c 1820	CPU 1800.03 (0.06 0.01 1799.63 0.33)
1800.01/1819.42	c 1820	END Sun Jul 12 11:52:56 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-2089847-1247390556/watcher-2089847-1247390556 -o /tmp/evaluation-result-2089847-1247390556/solver-2089847-1247390556 -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-2089847-1247390556.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.99 2.00 1.99 4/84 26992
/proc/meminfo: memFree=1770504/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=12268 CPUtime=0
/proc/26992/stat : 26992 (sugar) R 26990 26992 24810 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 26123114 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259913382501 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26992/statm: 3067 316 241 3 0 167 0

[startup+0.102828 s]
/proc/loadavg: 1.99 2.00 1.99 4/84 26992
/proc/meminfo: memFree=1770504/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=0.06
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26123114 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202876 s]
/proc/loadavg: 1.99 2.00 1.99 4/84 26992
/proc/meminfo: memFree=1770504/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=0.06
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26123114 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302853 s]
/proc/loadavg: 1.99 2.00 1.99 4/84 26992
/proc/meminfo: memFree=1770504/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=0.06
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26123114 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702928 s]
/proc/loadavg: 1.99 2.00 1.99 4/84 26992
/proc/meminfo: memFree=1770504/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=0.06
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26123114 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50199 s]
/proc/loadavg: 1.99 2.00 1.99 4/95 27014
/proc/meminfo: memFree=1761648/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=0.76
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1309 4806 0 1 6 1 67 2 16 0 1 0 26123114 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1111 409 3 0 796 0
[pid=27005] ppid=26992 vsize=5356 CPUtime=0
/proc/27005/stat : 27005 (sh) S 26992 26992 24810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26123197 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27005/statm: 1339 233 193 169 0 50 0
[pid=27006] ppid=27005 vsize=864256 CPUtime=0.65
/proc/27006/stat : 27006 (java) S 27005 26992 24810 0 -1 0 6723 0 1 0 61 4 0 0 18 0 9 0 26123197 884998144 6002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27006/statm: 216064 6002 2566 9 0 210569 0
[pid=27006/tid=27007] ppid=27005 vsize=864256 CPUtime=0.42
/proc/27006/task/27007/stat : 27007 (java) R 27005 26992 24810 0 -1 64 2654 0 1 0 41 1 0 0 20 0 9 0 26123198 884998144 6002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27006/tid=27008] ppid=27005 vsize=864256 CPUtime=0.15
/proc/27006/task/27008/stat : 27008 (java) R 27005 26992 24810 0 -1 64 3063 0 0 0 14 1 0 0 16 0 9 0 26123199 884998144 6002 996147200 134512640 134550932 4294955936 18446744073709551615 102768217 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27006/tid=27009] ppid=27005 vsize=864256 CPUtime=0
/proc/27006/task/27009/stat : 27009 (java) S 27005 26992 24810 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26123199 884998144 6002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27006/tid=27010] ppid=27005 vsize=864256 CPUtime=0
/proc/27006/task/27010/stat : 27010 (java) S 27005 26992 24810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 26123199 884998144 6002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27006/tid=27011] ppid=27005 vsize=864256 CPUtime=0
/proc/27006/task/27011/stat : 27011 (java) S 27005 26992 24810 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26123201 884998144 6002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27006/tid=27012] ppid=27005 vsize=864256 CPUtime=0.05
/proc/27006/task/27012/stat : 27012 (java) S 27005 26992 24810 0 -1 64 308 0 0 0 5 0 0 0 16 0 9 0 26123201 884998144 6002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27006/tid=27013] ppid=27005 vsize=864256 CPUtime=0
/proc/27006/task/27013/stat : 27013 (java) S 27005 26992 24810 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26123201 884998144 6002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27006/tid=27014] ppid=27005 vsize=864256 CPUtime=0
/proc/27006/task/27014/stat : 27014 (java) S 27005 26992 24810 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26123201 884998144 6002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886480

[startup+3.10132 s]
/proc/loadavg: 1.99 2.00 1.99 3/87 27016
/proc/meminfo: memFree=1765360/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=1.68
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1365 11967 0 2 6 1 153 8 16 0 1 0 26123114 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1113 409 3 0 796 0
[pid=27015] ppid=26992 vsize=5356 CPUtime=0
/proc/27015/stat : 27015 (sh) S 26992 26992 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27015/statm: 1339 232 193 169 0 50 0
[pid=27016] ppid=27015 vsize=1924 CPUtime=1.3
/proc/27016/stat : 27016 (picosat) R 27015 26992 24810 0 -1 4194304 411 0 0 0 117 13 0 0 25 0 1 0 26123292 1970176 395 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/27016/statm: 481 395 48 102 0 376 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 24148

[startup+6.30363 s]
/proc/loadavg: 1.99 2.00 1.99 4/87 27016
/proc/meminfo: memFree=1764784/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=1.68
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1365 11967 0 2 6 1 153 8 16 0 1 0 26123114 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1113 409 3 0 796 0
[pid=27015] ppid=26992 vsize=5356 CPUtime=0
/proc/27015/stat : 27015 (sh) S 26992 26992 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27015/statm: 1339 232 193 169 0 50 0
[pid=27016] ppid=27015 vsize=2160 CPUtime=4.46
/proc/27016/stat : 27016 (picosat) R 27015 26992 24810 0 -1 4194304 470 0 0 0 433 13 0 0 25 0 1 0 26123292 2211840 454 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27016/statm: 540 454 48 102 0 435 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 24384

[startup+12.7012 s]
/proc/loadavg: 1.99 2.00 1.99 4/87 27016
/proc/meminfo: memFree=1764336/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=1.68
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1365 11967 0 2 6 1 153 8 16 0 1 0 26123114 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1113 409 3 0 796 0
[pid=27015] ppid=26992 vsize=5356 CPUtime=0
/proc/27015/stat : 27015 (sh) S 26992 26992 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27015/statm: 1339 232 193 169 0 50 0
[pid=27016] ppid=27015 vsize=2284 CPUtime=10.79
/proc/27016/stat : 27016 (picosat) R 27015 26992 24810 0 -1 4194304 521 0 0 0 1065 14 0 0 25 0 1 0 26123292 2338816 505 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 1 0 0
/proc/27016/statm: 571 505 48 102 0 466 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 24508

[startup+25.5032 s]
/proc/loadavg: 1.99 2.00 1.99 3/87 27016
/proc/meminfo: memFree=1763952/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=1.68
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1365 11967 0 2 6 1 153 8 16 0 1 0 26123114 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1113 409 3 0 796 0
[pid=27015] ppid=26992 vsize=5356 CPUtime=0
/proc/27015/stat : 27015 (sh) S 26992 26992 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27015/statm: 1339 232 193 169 0 50 0
[pid=27016] ppid=27015 vsize=2768 CPUtime=23.43
/proc/27016/stat : 27016 (picosat) R 27015 26992 24810 0 -1 4194304 619 0 0 0 2329 14 0 0 25 0 1 0 26123292 2834432 603 996147200 134512640 134931368 4294956256 18446744073709551615 134525661 0 0 4096 0 0 0 0 17 1 0 0
/proc/27016/statm: 692 603 48 102 0 587 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 24992

[startup+51.1029 s]
/proc/loadavg: 1.99 2.00 1.99 3/87 27016
/proc/meminfo: memFree=1763440/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=1.68
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1365 11967 0 2 6 1 153 8 16 0 1 0 26123114 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1113 409 3 0 796 0
[pid=27015] ppid=26992 vsize=5356 CPUtime=0
/proc/27015/stat : 27015 (sh) S 26992 26992 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27015/statm: 1339 232 193 169 0 50 0
[pid=27016] ppid=27015 vsize=3360 CPUtime=48.66
/proc/27016/stat : 27016 (picosat) R 27015 26992 24810 0 -1 4194304 748 0 0 0 4852 14 0 0 25 0 1 0 26123292 3440640 732 996147200 134512640 134931368 4294956256 18446744073709551615 134529914 0 0 4096 0 0 0 0 17 1 0 0
/proc/27016/statm: 840 732 48 102 0 735 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 25584

[startup+102.303 s]
/proc/loadavg: 1.99 2.00 1.99 3/87 27016
/proc/meminfo: memFree=1762736/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=1.68
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1365 11967 0 2 6 1 153 8 16 0 1 0 26123114 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1113 409 3 0 796 0
[pid=27015] ppid=26992 vsize=5356 CPUtime=0
/proc/27015/stat : 27015 (sh) S 26992 26992 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27015/statm: 1339 232 193 169 0 50 0
[pid=27016] ppid=27015 vsize=3860 CPUtime=99.16
/proc/27016/stat : 27016 (picosat) R 27015 26992 24810 0 -1 4194304 887 0 0 0 9902 14 0 0 25 0 1 0 26123292 3952640 870 996147200 134512640 134931368 4294956256 18446744073709551615 134525875 0 0 4096 0 0 0 0 17 1 0 0
/proc/27016/statm: 965 870 48 102 0 860 0
Current children cumulated CPU time (s) 100.84
Current children cumulated vsize (KiB) 26084

[startup+162.303 s]
/proc/loadavg: 1.99 2.00 1.99 3/87 27016
/proc/meminfo: memFree=1762096/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=1.68
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1365 11967 0 2 6 1 153 8 16 0 1 0 26123114 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1113 409 3 0 796 0
[pid=27015] ppid=26992 vsize=5356 CPUtime=0
/proc/27015/stat : 27015 (sh) S 26992 26992 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27015/statm: 1339 232 193 169 0 50 0
[pid=27016] ppid=27015 vsize=4328 CPUtime=158.34
/proc/27016/stat : 27016 (picosat) R 27015 26992 24810 0 -1 4194304 1030 0 0 0 15819 15 0 0 25 0 1 0 26123292 4431872 1007 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27016/statm: 1082 1007 48 102 0 977 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (KiB) 26552

[startup+222.307 s]
/proc/loadavg: 1.99 2.00 1.99 3/87 27016
/proc/meminfo: memFree=1761776/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=1.68
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1365 11967 0 2 6 1 153 8 16 0 1 0 26123114 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1113 409 3 0 796 0
[pid=27015] ppid=26992 vsize=5356 CPUtime=0
/proc/27015/stat : 27015 (sh) S 26992 26992 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27015/statm: 1339 232 193 169 0 50 0

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

[pid=26992] ppid=26990 vsize=16868 CPUtime=1.68
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1365 11967 0 2 6 1 153 8 16 0 1 0 26123114 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1113 409 3 0 796 0
[pid=27015] ppid=26992 vsize=5356 CPUtime=0
/proc/27015/stat : 27015 (sh) S 26992 26992 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27015/statm: 1339 232 193 169 0 50 0
[pid=27016] ppid=27015 vsize=7648 CPUtime=1282.49
/proc/27016/stat : 27016 (picosat) R 27015 26992 24810 0 -1 4194304 5431 0 0 0 128227 22 0 0 25 0 1 0 26123292 7831552 1779 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27016/statm: 1912 1779 48 102 0 1807 0
Current children cumulated CPU time (s) 1284.17
Current children cumulated vsize (KiB) 29872

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 27016
/proc/meminfo: memFree=1699056/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=1.68
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1365 11967 0 2 6 1 153 8 16 0 1 0 26123114 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1113 409 3 0 796 0
[pid=27015] ppid=26992 vsize=5356 CPUtime=0
/proc/27015/stat : 27015 (sh) S 26992 26992 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27015/statm: 1339 232 193 169 0 50 0
[pid=27016] ppid=27015 vsize=7780 CPUtime=1341.65
/proc/27016/stat : 27016 (picosat) R 27015 26992 24810 0 -1 4194304 5589 0 0 0 134143 22 0 0 25 0 1 0 26123292 7966720 1812 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27016/statm: 1945 1812 48 102 0 1840 0
Current children cumulated CPU time (s) 1343.33
Current children cumulated vsize (KiB) 30004

[startup+1422.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/84 27060
/proc/meminfo: memFree=1837384/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=1.68
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1365 11967 0 2 6 1 153 8 16 0 1 0 26123114 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1113 409 3 0 796 0
[pid=27015] ppid=26992 vsize=5356 CPUtime=0
/proc/27015/stat : 27015 (sh) S 26992 26992 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27015/statm: 1339 232 193 169 0 50 0
[pid=27016] ppid=27015 vsize=8044 CPUtime=1401.37
/proc/27016/stat : 27016 (picosat) R 27015 26992 24810 0 -1 4194304 5799 0 0 0 140114 23 0 0 25 0 1 0 26123292 8237056 1897 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/27016/statm: 2011 1897 48 102 0 1906 0
Current children cumulated CPU time (s) 1403.05
Current children cumulated vsize (KiB) 30268

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/84 27060
/proc/meminfo: memFree=1837320/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=1.68
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1365 11967 0 2 6 1 153 8 16 0 1 0 26123114 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1113 409 3 0 796 0
[pid=27015] ppid=26992 vsize=5356 CPUtime=0
/proc/27015/stat : 27015 (sh) S 26992 26992 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27015/statm: 1339 232 193 169 0 50 0
[pid=27016] ppid=27015 vsize=7920 CPUtime=1461.34
/proc/27016/stat : 27016 (picosat) R 27015 26992 24810 0 -1 4194304 6013 0 0 0 146111 23 0 0 25 0 1 0 26123292 8110080 1870 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/27016/statm: 1980 1870 48 102 0 1875 0
Current children cumulated CPU time (s) 1463.02
Current children cumulated vsize (KiB) 30144

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.00 4/84 27060
/proc/meminfo: memFree=1837320/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=1.68
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1365 11967 0 2 6 1 153 8 16 0 1 0 26123114 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1113 409 3 0 796 0
[pid=27015] ppid=26992 vsize=5356 CPUtime=0
/proc/27015/stat : 27015 (sh) S 26992 26992 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27015/statm: 1339 232 193 169 0 50 0
[pid=27016] ppid=27015 vsize=8040 CPUtime=1521.33
/proc/27016/stat : 27016 (picosat) R 27015 26992 24810 0 -1 4194304 6151 0 0 0 152110 23 0 0 25 0 1 0 26123292 8232960 1849 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/27016/statm: 2010 1849 48 102 0 1905 0
Current children cumulated CPU time (s) 1523.01
Current children cumulated vsize (KiB) 30264

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 27060
/proc/meminfo: memFree=1837192/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=1.68
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1365 11967 0 2 6 1 153 8 16 0 1 0 26123114 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1113 409 3 0 796 0
[pid=27015] ppid=26992 vsize=5356 CPUtime=0
/proc/27015/stat : 27015 (sh) S 26992 26992 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27015/statm: 1339 232 193 169 0 50 0
[pid=27016] ppid=27015 vsize=8172 CPUtime=1581.3
/proc/27016/stat : 27016 (picosat) R 27015 26992 24810 0 -1 4194304 6310 0 0 0 158107 23 0 0 25 0 1 0 26123292 8368128 1876 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/27016/statm: 2043 1876 48 102 0 1938 0
Current children cumulated CPU time (s) 1582.98
Current children cumulated vsize (KiB) 30396

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27062
/proc/meminfo: memFree=1837000/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=1.68
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1365 11967 0 2 6 1 153 8 16 0 1 0 26123114 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1113 409 3 0 796 0
[pid=27015] ppid=26992 vsize=5356 CPUtime=0
/proc/27015/stat : 27015 (sh) S 26992 26992 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27015/statm: 1339 232 193 169 0 50 0
[pid=27016] ppid=27015 vsize=8304 CPUtime=1641.28
/proc/27016/stat : 27016 (picosat) R 27015 26992 24810 0 -1 4194304 6464 0 0 0 164105 23 0 0 25 0 1 0 26123292 8503296 1898 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/27016/statm: 2076 1898 48 102 0 1971 0
Current children cumulated CPU time (s) 1642.96
Current children cumulated vsize (KiB) 30528

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 27062
/proc/meminfo: memFree=1836808/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=1.68
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1365 11967 0 2 6 1 153 8 16 0 1 0 26123114 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1113 409 3 0 796 0
[pid=27015] ppid=26992 vsize=5356 CPUtime=0
/proc/27015/stat : 27015 (sh) S 26992 26992 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27015/statm: 1339 232 193 169 0 50 0
[pid=27016] ppid=27015 vsize=8464 CPUtime=1701.26
/proc/27016/stat : 27016 (picosat) R 27015 26992 24810 0 -1 4194304 6669 0 0 0 170102 24 0 0 25 0 1 0 26123292 8667136 1955 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/27016/statm: 2116 1955 48 102 0 2011 0
Current children cumulated CPU time (s) 1702.94
Current children cumulated vsize (KiB) 30688

[startup+1782.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/84 27062
/proc/meminfo: memFree=1836424/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=1.68
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1365 11967 0 2 6 1 153 8 16 0 1 0 26123114 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1113 409 3 0 796 0
[pid=27015] ppid=26992 vsize=5356 CPUtime=0
/proc/27015/stat : 27015 (sh) S 26992 26992 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27015/statm: 1339 232 193 169 0 50 0
[pid=27016] ppid=27015 vsize=9136 CPUtime=1761.23
/proc/27016/stat : 27016 (picosat) R 27015 26992 24810 0 -1 4194304 6926 0 0 0 176099 24 0 0 25 0 1 0 26123292 9355264 2074 996147200 134512640 134931368 4294956256 18446744073709551615 134531757 0 0 4096 0 0 0 0 17 0 0 0
/proc/27016/statm: 2284 2074 48 102 0 2179 0
Current children cumulated CPU time (s) 1762.91
Current children cumulated vsize (KiB) 31360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.4 s]
/proc/loadavg: 2.12 2.04 2.01 3/84 27062
/proc/meminfo: memFree=1836232/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=1.68
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1365 11967 0 2 6 1 153 8 16 0 1 0 26123114 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1113 409 3 0 796 0
[pid=27015] ppid=26992 vsize=5356 CPUtime=0
/proc/27015/stat : 27015 (sh) S 26992 26992 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27015/statm: 1339 232 193 169 0 50 0
[pid=27016] ppid=27015 vsize=8860 CPUtime=1798.33
/proc/27016/stat : 27016 (picosat) R 27015 26992 24810 0 -1 4194304 7029 0 0 0 179809 24 0 0 25 0 1 0 26123292 9072640 2039 996147200 134512640 134931368 4294956256 18446744073709551615 134525847 0 0 4096 0 0 0 0 17 0 0 0
/proc/27016/statm: 2215 2039 48 102 0 2110 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 31084

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

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

[startup+1819.4 s]
/proc/loadavg: 2.12 2.04 2.01 3/84 27062
/proc/meminfo: memFree=1836232/2055920 swapFree=4192812/4192956
[pid=26992] ppid=26990 vsize=16868 CPUtime=1.68
/proc/26992/stat : 26992 (sugar) S 26990 26992 24810 0 -1 4194304 1365 11967 0 2 6 1 153 8 16 0 1 0 26123114 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26992/statm: 4217 1113 409 3 0 796 0
[pid=27015] ppid=26992 vsize=5356 CPUtime=0
/proc/27015/stat : 27015 (sh) S 26992 26992 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27015/statm: 1339 232 193 169 0 50 0
[pid=27016] ppid=27015 vsize=8860 CPUtime=1798.33
/proc/27016/stat : 27016 (picosat) R 27015 26992 24810 0 -1 4194304 7029 0 0 0 179809 24 0 0 25 0 1 0 26123292 9072640 2039 996147200 134512640 134931368 4294956256 18446744073709551615 134525847 0 0 4096 0 0 0 0 17 0 0 0
/proc/27016/statm: 2215 2039 48 102 0 2110 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 31084

Child status: 0
Real time (s): 1819.43
CPU time (s): 1800.06
CPU user time (s): 1799.7
CPU system time (s): 0.356945
CPU usage (%): 98.9356
Max. virtual memory (cumulated for all children) (KiB): 886592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.356945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21157
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= 1333
involuntary context switches= 51636

runsolver used 3.45347 second user time and 9.11361 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-12 11:22:36
IDJOB=2089847
IDBENCH=59632
IDSOLVER=738
FILE ID=node4/2089847-1247390556
PBS_JOBID= 9507253
Free space on /tmp= 66268 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-42_ext.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-2089847-1247390556/watcher-2089847-1247390556 -o /tmp/evaluation-result-2089847-1247390556/solver-2089847-1247390556 -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-2089847-1247390556.xml

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

MD5SUM BENCH= f23766a16da8798a4bc2db0cc0fe1f71
RANDOM SEED=1197274690

node4.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.213
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.213
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:       1770984 kB
Buffers:         22372 kB
Cached:          99144 kB
SwapCached:          0 kB
Active:         192040 kB
Inactive:        44060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1770984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1508 kB
Writeback:           0 kB
Mapped:         130240 kB
Slab:            33908 kB
Committed_AS:   894284 kB
PageTables:       2076 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= 66268 MiB
End job on node4 at 2009-07-12 11:52:58