Trace number 2080662

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.08 1817.23

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-26.xml
MD5SUMce7f4058683062b14d9ebfb55192dac0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.87041
Satisfiable
(Un)Satisfiability was proved
Number of variables676
Number of constraints8475
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8475
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 05:46:47 2009
0.00/0.08	c 0	PID 23082
0.06/0.08	c 0	HOST node39.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2080662-1247370407.xml TO HOME/temp.csp
0.06/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-2080662-1247370407.xml' 'HOME/temp.csp'
0.96/1.07	c 1	1 domains, 676 variables, 4 predicates, 0 relations, 8475 constraints
1.03/1.13	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.03/1.13	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'
1.04/1.21	c 2	Parsing HOME/temp.csp
1.04/1.35	c 2	parsed 9156 expressions
1.04/1.36	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.36	c 2	Converting to clausal form CSP
1.04/1.60	c 2	converted 916 (10%) expressions
1.04/1.79	c 2	converted 1832 (20%) expressions
1.04/1.98	c 2	converted 2747 (30%) expressions
1.99/2.12	c 2	converted 3663 (40%) expressions
2.18/2.31	c 3	converted 4578 (50%) expressions
2.28/2.46	c 3	converted 5494 (60%) expressions
2.38/2.59	c 3	converted 6410 (70%) expressions
2.58/2.74	c 3	converted 7325 (80%) expressions
2.77/2.95	c 3	converted 8241 (90%) expressions
2.87/3.09	c 3	converted 9156 (100%) expressions
2.87/3.09	c 3	CSP : 676 integers, 7960 booleans, 25045 clauses, largest domain size 26
2.87/3.09	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.87/3.09	c 3	Propagation in CSP
3.18/3.34	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.18/3.34	c 4	CSP : 676 integers, 7960 booleans, 25045 clauses, largest domain size 26
3.18/3.34	c 4	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.18/3.36	c 4	Simplifing CSP by introducing new Boolean variables
3.27/3.41	c 4	CSP : 676 integers, 16900 booleans, 33985 clauses, largest domain size 26
3.27/3.42	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.36/3.53	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.47/3.60	c 4	68 (10%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
3.47/3.61	c 4	136 (20%) CSP integer variables are encoded (3264 clauses, 40369 bytes)
3.47/3.61	c 4	203 (30%) CSP integer variables are encoded (4872 clauses, 61273 bytes)
3.47/3.62	c 4	271 (40%) CSP integer variables are encoded (6504 clauses, 82489 bytes)
3.47/3.63	c 4	338 (50%) CSP integer variables are encoded (8112 clauses, 103393 bytes)
3.47/3.64	c 4	406 (60%) CSP integer variables are encoded (9744 clauses, 124898 bytes)
3.47/3.64	c 4	474 (70%) CSP integer variables are encoded (11376 clauses, 149378 bytes)
3.47/3.65	c 4	541 (80%) CSP integer variables are encoded (12984 clauses, 173498 bytes)
3.47/3.66	c 4	609 (90%) CSP integer variables are encoded (14616 clauses, 197978 bytes)
3.47/3.67	c 4	676 (100%) CSP integer variables are encoded (16224 clauses, 222098 bytes)
3.87/4.00	c 4	3399 (10%) CSP clauses are encoded (81880 clauses, 1453948 bytes)
4.06/4.28	c 5	6797 (20%) CSP clauses are encoded (147295 clauses, 2746788 bytes)
4.35/4.57	c 5	10196 (30%) CSP clauses are encoded (212809 clauses, 4049918 bytes)
4.65/4.85	c 5	13594 (40%) CSP clauses are encoded (278631 clauses, 5365559 bytes)
4.95/5.14	c 5	16993 (50%) CSP clauses are encoded (344095 clauses, 6677167 bytes)
5.25/5.42	c 6	20391 (60%) CSP clauses are encoded (409388 clauses, 7985504 bytes)
5.55/5.70	c 6	23790 (70%) CSP clauses are encoded (475821 clauses, 9322124 bytes)
5.75/5.98	c 6	27188 (80%) CSP clauses are encoded (541199 clauses, 10647018 bytes)
6.05/6.26	c 7	30587 (90%) CSP clauses are encoded (607414 clauses, 12044307 bytes)
6.34/6.55	c 7	33985 (100%) CSP clauses are encoded (673534 clauses, 13458708 bytes)
6.34/6.55	c 7	33985 CSP clauses encoded
6.34/6.55	c 7	Writing map file : HOME/temp.map
6.34/6.57	c 7	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.34/6.57	c 7	SAT : 33800 SAT variables, 673534 SAT clauses, 13458708 bytes
6.34/6.57	c 7	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.41/6.62	c 7	SOLVING HOME/temp.cnf
6.41/6.62	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1817.22	c ERROR INTERRUPTED
1800.08/1817.22	s UNKNOWN
1800.08/1817.22	c 1818	CPU 6.43 (0.06 0.01 6.14 0.22)
1800.08/1817.22	c 1818	END Sun Jul 12 06:17:05 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-2080662-1247370407/watcher-2080662-1247370407 -o /tmp/evaluation-result-2080662-1247370407/solver-2080662-1247370407 -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-2080662-1247370407.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: 2.06 2.07 2.02 3/73 23082
/proc/meminfo: memFree=1619920/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=12132 CPUtime=0
/proc/23082/stat : 23082 (sugar) R 23080 23082 18714 0 -1 4194304 217 0 0 0 0 0 0 0 20 0 1 0 24104769 12423168 185 996147200 4194304 4206940 548682068608 18446744073709551615 272836760289 0 0 4224 0 0 0 0 17 1 0 0
/proc/23082/statm: 3033 185 142 3 0 133 0

[startup+0.08121 s]
/proc/loadavg: 2.06 2.07 2.02 3/73 23082
/proc/meminfo: memFree=1619920/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16740 CPUtime=0.06
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24104769 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.103474 s]
/proc/loadavg: 2.06 2.07 2.02 3/73 23082
/proc/meminfo: memFree=1619920/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=0.06
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24104769 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301482 s]
/proc/loadavg: 2.06 2.07 2.02 3/73 23082
/proc/meminfo: memFree=1619920/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=0.06
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24104769 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701513 s]
/proc/loadavg: 2.06 2.07 2.02 3/73 23082
/proc/meminfo: memFree=1619920/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=0.06
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24104769 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50257 s]
/proc/loadavg: 2.06 2.07 2.02 3/84 23094
/proc/meminfo: memFree=1597816/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=1.04
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1309 8709 0 1 5 1 93 5 15 0 1 0 24104769 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 16868

[startup+3.10215 s]
/proc/loadavg: 2.06 2.07 2.02 3/84 23104
/proc/meminfo: memFree=1598776/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=1.04
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1310 8709 0 1 5 1 93 5 15 0 1 0 24104769 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1111 409 3 0 796 0
[pid=23095] ppid=23082 vsize=5356 CPUtime=0
/proc/23095/stat : 23095 (sh) S 23082 23082 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24104883 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23095/statm: 1339 233 193 169 0 50 0
[pid=23096] ppid=23095 vsize=868592 CPUtime=1.94
/proc/23096/stat : 23096 (java) S 23095 23082 18714 0 -1 0 10017 0 1 0 188 6 0 0 18 0 9 0 24104883 889438208 9054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23096/statm: 217148 9054 2566 9 0 211653 0
[pid=23096/tid=23097] ppid=23095 vsize=868592 CPUtime=1.39
/proc/23096/task/23097/stat : 23097 (java) R 23095 23082 18714 0 -1 64 2886 0 1 0 137 2 0 0 25 0 9 0 24104884 889438208 9054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23098] ppid=23095 vsize=868592 CPUtime=0.35
/proc/23096/task/23098/stat : 23098 (java) S 23095 23082 18714 0 -1 64 4959 0 0 0 33 2 0 0 15 0 9 0 24104885 889438208 9054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23099] ppid=23095 vsize=868592 CPUtime=0
/proc/23096/task/23099/stat : 23099 (java) S 23095 23082 18714 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24104885 889438208 9054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23100] ppid=23095 vsize=868592 CPUtime=0
/proc/23096/task/23100/stat : 23100 (java) S 23095 23082 18714 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24104885 889438208 9054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23101] ppid=23095 vsize=868592 CPUtime=0
/proc/23096/task/23101/stat : 23101 (java) S 23095 23082 18714 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24104887 889438208 9054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23102] ppid=23095 vsize=868592 CPUtime=0.17
/proc/23096/task/23102/stat : 23102 (java) S 23095 23082 18714 0 -1 64 1472 0 0 0 17 0 0 0 16 0 9 0 24104887 889438208 9054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23103] ppid=23095 vsize=868592 CPUtime=0
/proc/23096/task/23103/stat : 23103 (java) S 23095 23082 18714 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24104887 889438208 9054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23104] ppid=23095 vsize=868592 CPUtime=0
/proc/23096/task/23104/stat : 23104 (java) S 23095 23082 18714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24104887 889438208 9054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890816

[startup+6.30289 s]
/proc/loadavg: 2.05 2.07 2.01 3/84 23104
/proc/meminfo: memFree=1578936/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=1.05
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1310 8709 0 1 6 1 93 5 15 0 1 0 24104769 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1111 409 3 0 796 0
[pid=23095] ppid=23082 vsize=5356 CPUtime=0
/proc/23095/stat : 23095 (sh) S 23082 23082 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24104883 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23095/statm: 1339 233 193 169 0 50 0
[pid=23096] ppid=23095 vsize=868704 CPUtime=5.09
/proc/23096/stat : 23096 (java) S 23095 23082 18714 0 -1 0 11290 0 1 0 494 15 0 0 18 0 9 0 24104883 889552896 9910 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23096/statm: 217176 9910 2592 9 0 211653 0
[pid=23096/tid=23097] ppid=23095 vsize=868704 CPUtime=4.24
/proc/23096/task/23097/stat : 23097 (java) R 23095 23082 18714 0 -1 64 3272 0 1 0 415 9 0 0 25 0 9 0 24104884 889552896 9910 996147200 134512640 134550932 4294955936 18446744073709551615 4126849018 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23098] ppid=23095 vsize=868704 CPUtime=0.59
/proc/23096/task/23098/stat : 23098 (java) S 23095 23082 18714 0 -1 64 5784 0 0 0 55 4 0 0 16 0 9 0 24104885 889552896 9910 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23099] ppid=23095 vsize=868704 CPUtime=0
/proc/23096/task/23099/stat : 23099 (java) S 23095 23082 18714 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24104885 889552896 9910 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23100] ppid=23095 vsize=868704 CPUtime=0
/proc/23096/task/23100/stat : 23100 (java) S 23095 23082 18714 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24104885 889552896 9910 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23101] ppid=23095 vsize=868704 CPUtime=0
/proc/23096/task/23101/stat : 23101 (java) S 23095 23082 18714 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24104887 889552896 9910 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23102] ppid=23095 vsize=868704 CPUtime=0.24
/proc/23096/task/23102/stat : 23102 (java) S 23095 23082 18714 0 -1 64 1534 0 0 0 24 0 0 0 16 0 9 0 24104887 889552896 9910 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23103] ppid=23095 vsize=868704 CPUtime=0
/proc/23096/task/23103/stat : 23103 (java) S 23095 23082 18714 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24104887 889552896 9910 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23104] ppid=23095 vsize=868704 CPUtime=0
/proc/23096/task/23104/stat : 23104 (java) R 23095 23082 18714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24104887 889552896 9910 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890928

[startup+12.7013 s]
/proc/loadavg: 2.05 2.06 2.01 3/76 23106
/proc/meminfo: memFree=1580792/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=6.43
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1365 20337 0 2 6 1 614 22 16 0 1 0 24104769 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1113 409 3 0 796 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24105432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=29340 CPUtime=6.01
/proc/23106/stat : 23106 (picosat) R 23105 23082 18714 0 -1 4194304 6319 0 0 0 289 312 0 0 25 0 1 0 24105432 30044160 6284 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 1 0 0
/proc/23106/statm: 7335 6284 42 102 0 7230 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 51564

[startup+25.5012 s]
/proc/loadavg: 2.04 2.06 2.01 3/76 23106
/proc/meminfo: memFree=1576184/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=6.43
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1365 20337 0 2 6 1 614 22 16 0 1 0 24104769 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1113 409 3 0 796 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24105432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=31640 CPUtime=18.69
/proc/23106/stat : 23106 (picosat) R 23105 23082 18714 0 -1 4194304 6835 0 0 0 1557 312 0 0 25 0 1 0 24105432 32399360 6784 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23106/statm: 7910 6784 42 102 0 7805 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 53864

[startup+51.1019 s]
/proc/loadavg: 2.02 2.05 2.01 3/76 23106
/proc/meminfo: memFree=1571768/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=6.43
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1365 20337 0 2 6 1 614 22 16 0 1 0 24104769 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1113 409 3 0 796 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24105432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=35996 CPUtime=44.05
/proc/23106/stat : 23106 (picosat) R 23105 23082 18714 0 -1 4194304 7996 0 0 0 4092 313 0 0 25 0 1 0 24105432 36859904 7945 996147200 134512640 134931368 4294956256 18446744073709551615 134529719 0 0 4096 0 0 0 0 17 1 0 0
/proc/23106/statm: 8999 7945 42 102 0 8894 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 58220

[startup+102.306 s]
/proc/loadavg: 2.01 2.04 2.01 3/76 23106
/proc/meminfo: memFree=1569208/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=6.43
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1365 20337 0 2 6 1 614 22 16 0 1 0 24104769 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1113 409 3 0 796 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24105432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=38236 CPUtime=94.78
/proc/23106/stat : 23106 (picosat) R 23105 23082 18714 0 -1 4194304 8794 0 0 0 9164 314 0 0 25 0 1 0 24105432 39153664 8529 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/23106/statm: 9559 8529 48 102 0 9454 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 60460

[startup+162.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 23106
/proc/meminfo: memFree=1567480/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=6.43
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1365 20337 0 2 6 1 614 22 16 0 1 0 24104769 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1113 409 3 0 796 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24105432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=39688 CPUtime=154.21
/proc/23106/stat : 23106 (picosat) R 23105 23082 18714 0 -1 4194304 9429 0 0 0 15107 314 0 0 25 0 1 0 24105432 40640512 8916 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23106/statm: 9922 8916 48 102 0 9817 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 61912

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

/proc/meminfo: memFree=1538224/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=6.43
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1365 20337 0 2 6 1 614 22 16 0 1 0 24104769 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1113 409 3 0 796 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24105432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=67892 CPUtime=1283.56
/proc/23106/stat : 23106 (picosat) R 23105 23082 18714 0 -1 4194304 22329 0 0 0 128031 325 0 0 25 0 1 0 24105432 69521408 16089 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23106/statm: 16973 16089 48 102 0 16868 0
Current children cumulated CPU time (s) 1289.99
Current children cumulated vsize (KiB) 90116

[startup+1362.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/83 23151
/proc/meminfo: memFree=1355832/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=6.43
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1365 20337 0 2 6 1 614 22 16 0 1 0 24104769 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1113 409 3 0 796 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24105432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=67892 CPUtime=1343.01
/proc/23106/stat : 23106 (picosat) R 23105 23082 18714 0 -1 4194304 22355 0 0 0 133975 326 0 0 25 0 1 0 24105432 69521408 16115 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23106/statm: 16973 16115 48 102 0 16868 0
Current children cumulated CPU time (s) 1349.44
Current children cumulated vsize (KiB) 90116

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 23151
/proc/meminfo: memFree=1326264/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=6.43
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1365 20337 0 2 6 1 614 22 16 0 1 0 24104769 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1113 409 3 0 796 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24105432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=73568 CPUtime=1402.45
/proc/23106/stat : 23106 (picosat) R 23105 23082 18714 0 -1 4194304 24186 0 0 0 139917 328 0 0 25 0 1 0 24105432 75333632 17549 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/23106/statm: 18392 17549 48 102 0 18287 0
Current children cumulated CPU time (s) 1408.88
Current children cumulated vsize (KiB) 95792

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 23151
/proc/meminfo: memFree=1326200/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=6.43
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1365 20337 0 2 6 1 614 22 16 0 1 0 24104769 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1113 409 3 0 796 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24105432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=73568 CPUtime=1461.88
/proc/23106/stat : 23106 (picosat) R 23105 23082 18714 0 -1 4194304 24186 0 0 0 145860 328 0 0 25 0 1 0 24105432 75333632 17549 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/23106/statm: 18392 17549 48 102 0 18287 0
Current children cumulated CPU time (s) 1468.31
Current children cumulated vsize (KiB) 95792

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 23151
/proc/meminfo: memFree=1326136/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=6.43
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1365 20337 0 2 6 1 614 22 16 0 1 0 24104769 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1113 409 3 0 796 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24105432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=73516 CPUtime=1521.32
/proc/23106/stat : 23106 (picosat) R 23105 23082 18714 0 -1 4194304 24642 0 0 0 151803 329 0 0 25 0 1 0 24105432 75280384 17587 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23106/statm: 18379 17587 48 102 0 18274 0
Current children cumulated CPU time (s) 1527.75
Current children cumulated vsize (KiB) 95740

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 23151
/proc/meminfo: memFree=1326072/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=6.43
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1365 20337 0 2 6 1 614 22 16 0 1 0 24104769 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1113 409 3 0 796 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24105432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=73516 CPUtime=1580.77
/proc/23106/stat : 23106 (picosat) R 23105 23082 18714 0 -1 4194304 24642 0 0 0 157748 329 0 0 25 0 1 0 24105432 75280384 17587 996147200 134512640 134931368 4294956256 18446744073709551615 134520101 0 0 4096 0 0 0 0 17 1 0 0
/proc/23106/statm: 18379 17587 48 102 0 18274 0
Current children cumulated CPU time (s) 1587.2
Current children cumulated vsize (KiB) 95740

[startup+1662.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/83 23151
/proc/meminfo: memFree=1325376/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=6.43
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1365 20337 0 2 6 1 614 22 16 0 1 0 24104769 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1113 409 3 0 796 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24105432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=73912 CPUtime=1640.2
/proc/23106/stat : 23106 (picosat) R 23105 23082 18714 0 -1 4194304 25218 0 0 0 163690 330 0 0 25 0 1 0 24105432 75685888 17726 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23106/statm: 18478 17726 48 102 0 18373 0
Current children cumulated CPU time (s) 1646.63
Current children cumulated vsize (KiB) 96136

[startup+1722.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 23151
/proc/meminfo: memFree=1325376/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=6.43
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1365 20337 0 2 6 1 614 22 16 0 1 0 24104769 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1113 409 3 0 796 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24105432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=73912 CPUtime=1699.65
/proc/23106/stat : 23106 (picosat) R 23105 23082 18714 0 -1 4194304 25218 0 0 0 169635 330 0 0 25 0 1 0 24105432 75685888 17726 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23106/statm: 18478 17726 48 102 0 18373 0
Current children cumulated CPU time (s) 1706.08
Current children cumulated vsize (KiB) 96136

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23151
/proc/meminfo: memFree=1325312/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=6.43
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1365 20337 0 2 6 1 614 22 16 0 1 0 24104769 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1113 409 3 0 796 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24105432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=73912 CPUtime=1759.08
/proc/23106/stat : 23106 (picosat) R 23105 23082 18714 0 -1 4194304 25218 0 0 0 175578 330 0 0 25 0 1 0 24105432 75685888 17726 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23106/statm: 18478 17726 48 102 0 18373 0
Current children cumulated CPU time (s) 1765.51
Current children cumulated vsize (KiB) 96136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23151
/proc/meminfo: memFree=1323648/2055920 swapFree=4192812/4192956
[pid=23082] ppid=23080 vsize=16868 CPUtime=6.43
/proc/23082/stat : 23082 (sugar) S 23080 23082 18714 0 -1 4194304 1365 20337 0 2 6 1 614 22 16 0 1 0 24104769 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 4217 1113 409 3 0 796 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24105432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=75628 CPUtime=1793.65
/proc/23106/stat : 23106 (picosat) R 23105 23082 18714 0 -1 4194304 25650 0 0 0 179035 330 0 0 25 0 1 0 24105432 77443072 18158 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23106/statm: 18907 18158 48 102 0 18802 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 97852

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23082 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=205056
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=251961
# CPU time returned by wait4() is 6.45702
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.23
CPU time (s): 1800.08
CPU user time (s): 1796.55
CPU system time (s): 3.53
CPU usage (%): 99.0564
Max. virtual memory (cumulated for all children) (KiB): 891068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.20506
system time used= 0.251961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22096
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= 6120
involuntary context switches= 6149

runsolver used 2.34464 second user time and 5.9341 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-12 05:46:47
IDJOB=2080662
IDBENCH=57125
IDSOLVER=738
FILE ID=node39/2080662-1247370407
PBS_JOBID= 9507055
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-26.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-2080662-1247370407/watcher-2080662-1247370407 -o /tmp/evaluation-result-2080662-1247370407/solver-2080662-1247370407 -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-2080662-1247370407.xml

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

MD5SUM BENCH= ce7f4058683062b14d9ebfb55192dac0
RANDOM SEED=30068254

node39.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.236
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.236
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:       1620528 kB
Buffers:         50648 kB
Cached:         286292 kB
SwapCached:          0 kB
Active:         173860 kB
Inactive:       184436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1620528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2552 kB
Writeback:           0 kB
Mapped:          32016 kB
Slab:            62432 kB
Committed_AS:   237624 kB
PageTables:       1752 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= 66428 MiB
End job on node39 at 2009-07-12 06:17:07