Trace number 2067594

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.04 1814.93

General information on the benchmark

Namecsp/pseudo/ppp/
normalized-ppp-1-11-19-21.xml
MD5SUM78c8ce8330ddb6e548d54d1e19438b8d
Bench CategoryN-ARY-INT (n-ary 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 variables4602
Number of constraints30353
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension30353
Global constraints used (with number of constraints)

Solver Data

0.01/0.19	c 0	Sugar v1-14-6 + HOME/picosat
0.01/0.20	c 0	BEGIN Sat Jul 11 22:44:51 2009
0.01/0.20	c 0	PID 14539
0.06/0.21	c 0	HOST node19.alineos.net
0.06/0.21	c 0	CONVERTING HOME/instance-2067594-1247345090.xml TO HOME/temp.csp
0.06/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2067594-1247345090.xml' 'HOME/temp.csp'
2.13/2.62	c 2	1 domains, 4602 variables, 11 predicates, 0 relations, 30353 constraints
2.13/2.65	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.13/2.65	c 2	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'
2.17/2.73	c 2	Parsing HOME/temp.csp
2.17/2.90	c 2	parsed 10000 expressions
2.17/3.07	c 3	parsed 20000 expressions
2.69/3.25	c 3	parsed 30000 expressions
2.89/3.41	c 3	parsed 34967 expressions
2.89/3.42	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.89/3.42	c 3	Converting to clausal form CSP
2.89/3.47	c 3	converted 3497 (10%) expressions
3.18/3.77	c 3	converted 6994 (20%) expressions
3.28/3.88	c 3	converted 10491 (30%) expressions
3.38/3.99	c 4	converted 13987 (40%) expressions
3.58/4.11	c 4	converted 17484 (50%) expressions
3.68/4.21	c 4	converted 20981 (60%) expressions
3.78/4.33	c 4	converted 24477 (70%) expressions
3.97/4.59	c 4	converted 27974 (80%) expressions
4.07/4.70	c 4	converted 31471 (90%) expressions
4.47/5.05	c 5	converted 34967 (100%) expressions
4.47/5.05	c 5	CSP : 5700 integers, 0 booleans, 32549 clauses, largest domain size 11
4.47/5.05	c 5	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.47/5.05	c 5	Propagation in CSP
4.68/5.23	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.68/5.24	c 5	CSP : 5700 integers, 0 booleans, 32549 clauses, largest domain size 11
4.68/5.24	c 5	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.68/5.25	c 5	Simplifing CSP by introducing new Boolean variables
4.68/5.27	c 5	CSP : 5700 integers, 0 booleans, 32549 clauses, largest domain size 11
4.68/5.27	c 5	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.87/5.41	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.87/5.42	c 5	570 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.87/5.43	c 5	1140 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.87/5.44	c 5	1710 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.87/5.44	c 5	2280 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.87/5.44	c 5	2850 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.87/5.44	c 5	3420 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.87/5.44	c 5	3990 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.87/5.44	c 5	4560 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.87/5.45	c 5	5130 (90%) CSP integer variables are encoded (880 clauses, 11504 bytes)
4.87/5.45	c 5	5700 (100%) CSP integer variables are encoded (2916 clauses, 37972 bytes)
4.97/5.53	c 5	3255 (10%) CSP clauses are encoded (6171 clauses, 87568 bytes)
4.97/5.56	c 5	6510 (20%) CSP clauses are encoded (9426 clauses, 139648 bytes)
4.97/5.59	c 5	9765 (30%) CSP clauses are encoded (12681 clauses, 191728 bytes)
5.06/5.62	c 5	13020 (40%) CSP clauses are encoded (15936 clauses, 243808 bytes)
5.06/5.65	c 5	16275 (50%) CSP clauses are encoded (19191 clauses, 301906 bytes)
5.06/5.69	c 5	19530 (60%) CSP clauses are encoded (22446 clauses, 360496 bytes)
5.16/5.72	c 5	22785 (70%) CSP clauses are encoded (25701 clauses, 419086 bytes)
5.16/5.75	c 5	26040 (80%) CSP clauses are encoded (28956 clauses, 477676 bytes)
5.16/5.78	c 5	29295 (90%) CSP clauses are encoded (34101 clauses, 553546 bytes)
8.13/8.74	c 8	32549 (100%) CSP clauses are encoded (118065 clauses, 2384558 bytes)
8.13/8.74	c 8	32549 CSP clauses encoded
8.13/8.74	c 8	Writing map file : HOME/temp.map
8.13/8.77	c 8	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.13/8.77	c 8	SAT : 8616 SAT variables, 118065 SAT clauses, 2384558 bytes
8.13/8.77	c 8	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.19/8.82	c 8	SOLVING HOME/temp.cnf
8.19/8.82	c 8	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1814.92	c ERROR INTERRUPTED
1800.04/1814.92	s UNKNOWN
1800.04/1814.92	c 1815	CPU 8.21 (0.06 0.02 7.86 0.27)
1800.04/1814.92	c 1815	END Sat Jul 11 23:15:06 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-2067594-1247345090/watcher-2067594-1247345090 -o /tmp/evaluation-result-2067594-1247345090/solver-2067594-1247345090 -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-2067594-1247345090.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.05 2.07 2.01 4/75 14539
/proc/meminfo: memFree=1936224/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=18576 CPUtime=0
/proc/14539/stat : 14539 (runsolver) R 14537 14539 12900 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21575693 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14539/statm: 4644 284 249 26 0 2626 0

[startup+0.0990499 s]
/proc/loadavg: 2.05 2.07 2.01 4/75 14539
/proc/meminfo: memFree=1936224/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=12676 CPUtime=0.01
/proc/14539/stat : 14539 (sugar) D 14537 14539 12900 0 -1 4194304 533 0 0 0 1 0 0 0 18 0 1 0 21575693 12980224 501 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/14539/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.10104 s]
/proc/loadavg: 2.05 2.07 2.01 4/75 14539
/proc/meminfo: memFree=1936224/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=12676 CPUtime=0.01
/proc/14539/stat : 14539 (sugar) D 14537 14539 12900 0 -1 4194304 533 0 0 0 1 0 0 0 18 0 1 0 21575693 12980224 501 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/14539/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.301074 s]
/proc/loadavg: 2.05 2.07 2.01 4/75 14539
/proc/meminfo: memFree=1936224/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=16868 CPUtime=0.07
/proc/14539/stat : 14539 (sugar) S 14537 14539 12900 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 21575693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14539/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701112 s]
/proc/loadavg: 2.05 2.07 2.01 4/75 14539
/proc/meminfo: memFree=1936224/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=16868 CPUtime=0.07
/proc/14539/stat : 14539 (sugar) S 14537 14539 12900 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 21575693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14539/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50221 s]
/proc/loadavg: 2.12 2.08 2.02 4/86 14551
/proc/meminfo: memFree=1896776/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=16868 CPUtime=0.07
/proc/14539/stat : 14539 (sugar) S 14537 14539 12900 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 21575693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14539/statm: 4217 1111 409 3 0 796 0
[pid=14542] ppid=14539 vsize=5356 CPUtime=0
/proc/14542/stat : 14542 (sh) S 14539 14539 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21575714 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14542/statm: 1339 233 193 169 0 50 0
[pid=14543] ppid=14542 vsize=867640 CPUtime=0.97
/proc/14543/stat : 14543 (java) S 14542 14539 12900 0 -1 0 13013 0 196 0 88 9 0 0 18 0 9 0 21575714 888463360 11241 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14543/statm: 216910 11241 2556 9 0 211422 0
[pid=14543/tid=14544] ppid=14542 vsize=867640 CPUtime=0.5
/proc/14543/task/14544/stat : 14544 (java) R 14542 14539 12900 0 -1 64 2731 0 154 0 46 4 0 0 18 0 9 0 21575721 888463360 11241 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14543/tid=14545] ppid=14542 vsize=867640 CPUtime=0.34
/proc/14543/task/14545/stat : 14545 (java) R 14542 14539 12900 0 -1 64 9110 0 6 0 32 2 0 0 16 0 9 0 21575733 888463360 11241 996147200 134512640 134550932 4294955984 18446744073709551615 102722528 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14543/tid=14546] ppid=14542 vsize=867640 CPUtime=0
/proc/14543/task/14546/stat : 14546 (java) S 14542 14539 12900 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21575734 888463360 11241 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14543/tid=14547] ppid=14542 vsize=867640 CPUtime=0
/proc/14543/task/14547/stat : 14547 (java) S 14542 14539 12900 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21575734 888463360 11241 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14543/tid=14548] ppid=14542 vsize=867640 CPUtime=0
/proc/14543/task/14548/stat : 14548 (java) S 14542 14539 12900 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 21575738 888463360 11241 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14543/tid=14549] ppid=14542 vsize=867640 CPUtime=0.1
/proc/14543/task/14549/stat : 14549 (java) S 14542 14539 12900 0 -1 64 502 0 1 0 10 0 0 0 16 0 9 0 21575738 888463360 11241 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14543/tid=14550] ppid=14542 vsize=867640 CPUtime=0
/proc/14543/task/14550/stat : 14550 (java) S 14542 14539 12900 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21575738 888463360 11241 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14543/tid=14551] ppid=14542 vsize=867640 CPUtime=0
/proc/14543/task/14551/stat : 14551 (java) S 14542 14539 12900 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21575738 888463360 11241 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 889864

[startup+3.10139 s]
/proc/loadavg: 2.12 2.08 2.02 4/86 14551
/proc/meminfo: memFree=1859720/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=16868 CPUtime=2.17
/proc/14539/stat : 14539 (sugar) S 14537 14539 12900 0 -1 4194304 1309 19316 0 196 5 2 195 15 16 0 1 0 21575693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14539/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30271 s]
/proc/loadavg: 2.12 2.08 2.02 3/86 14561
/proc/meminfo: memFree=1867592/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=16868 CPUtime=2.18
/proc/14539/stat : 14539 (sugar) S 14537 14539 12900 0 -1 4194304 1310 19316 0 196 6 2 195 15 15 0 1 0 21575693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14539/statm: 4217 1111 409 3 0 796 0
[pid=14552] ppid=14539 vsize=5356 CPUtime=0
/proc/14552/stat : 14552 (sh) S 14539 14539 12900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21575958 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14552/statm: 1339 233 193 169 0 50 0
[pid=14553] ppid=14552 vsize=868736 CPUtime=3.58
/proc/14553/stat : 14553 (java) S 14552 14539 12900 0 -1 0 14794 0 4 0 350 8 0 0 18 0 9 0 21575959 889585664 13173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14553/statm: 217184 13173 2590 9 0 211661 0
[pid=14553/tid=14554] ppid=14552 vsize=868736 CPUtime=2.5
/proc/14553/task/14554/stat : 14554 (java) R 14552 14539 12900 0 -1 64 3020 0 4 0 248 2 0 0 25 0 9 0 21575960 889585664 13173 996147200 134512640 134550932 4294955936 18446744073709551615 4126990243 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14553/tid=14555] ppid=14552 vsize=868736 CPUtime=0.8
/proc/14553/task/14555/stat : 14555 (java) S 14552 14539 12900 0 -1 64 9534 0 0 0 77 3 0 0 16 0 9 0 21575961 889585664 13173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14553/tid=14556] ppid=14552 vsize=868736 CPUtime=0
/proc/14553/task/14556/stat : 14556 (java) S 14552 14539 12900 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21575961 889585664 13173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14553/tid=14557] ppid=14552 vsize=868736 CPUtime=0
/proc/14553/task/14557/stat : 14557 (java) S 14552 14539 12900 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21575961 889585664 13173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14553/tid=14558] ppid=14552 vsize=868736 CPUtime=0
/proc/14553/task/14558/stat : 14558 (java) S 14552 14539 12900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21575963 889585664 13173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14553/tid=14559] ppid=14552 vsize=868736 CPUtime=0.24
/proc/14553/task/14559/stat : 14559 (java) S 14552 14539 12900 0 -1 64 1537 0 0 0 24 0 0 0 15 0 9 0 21575963 889585664 13173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14553/tid=14560] ppid=14552 vsize=868736 CPUtime=0
/proc/14553/task/14560/stat : 14560 (java) S 14552 14539 12900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21575963 889585664 13173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14553/tid=14561] ppid=14552 vsize=868736 CPUtime=0
/proc/14553/task/14561/stat : 14561 (java) S 14552 14539 12900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21575963 889585664 13173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 890960

[startup+12.7014 s]
/proc/loadavg: 2.10 2.08 2.02 3/78 14563
/proc/meminfo: memFree=1899336/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=16868 CPUtime=8.21
/proc/14539/stat : 14539 (sugar) S 14537 14539 12900 0 -1 4194304 1365 34460 0 200 6 2 786 27 16 0 1 0 21575693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14539/statm: 4217 1113 409 3 0 796 0
[pid=14562] ppid=14539 vsize=5356 CPUtime=0
/proc/14562/stat : 14562 (sh) S 14539 14539 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21576576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14562/statm: 1339 232 193 169 0 50 0
[pid=14563] ppid=14562 vsize=10820 CPUtime=3.83
/proc/14563/stat : 14563 (picosat) R 14562 14539 12900 0 -1 4194304 2489 0 0 0 319 64 0 0 25 0 1 0 21576576 11079680 2471 996147200 134512640 134931368 4294956256 18446744073709551615 134531811 0 0 4096 0 0 0 0 17 1 0 0
/proc/14563/statm: 2705 2471 48 102 0 2600 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 33044

[startup+25.5018 s]
/proc/loadavg: 2.09 2.08 2.02 3/78 14563
/proc/meminfo: memFree=1895560/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=16868 CPUtime=8.21
/proc/14539/stat : 14539 (sugar) S 14537 14539 12900 0 -1 4194304 1365 34460 0 200 6 2 786 27 16 0 1 0 21575693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14539/statm: 4217 1113 409 3 0 796 0
[pid=14562] ppid=14539 vsize=5356 CPUtime=0
/proc/14562/stat : 14562 (sh) S 14539 14539 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21576576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14562/statm: 1339 232 193 169 0 50 0
[pid=14563] ppid=14562 vsize=13332 CPUtime=16.51
/proc/14563/stat : 14563 (picosat) R 14562 14539 12900 0 -1 4194304 3172 0 0 0 1586 65 0 0 25 0 1 0 21576576 13651968 3154 996147200 134512640 134931368 4294956256 18446744073709551615 134529347 0 0 4096 0 0 0 0 17 1 0 0
/proc/14563/statm: 3333 3154 48 102 0 3228 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 35556

[startup+51.1015 s]
/proc/loadavg: 2.06 2.07 2.01 3/78 14563
/proc/meminfo: memFree=1890760/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=16868 CPUtime=8.21
/proc/14539/stat : 14539 (sugar) S 14537 14539 12900 0 -1 4194304 1365 34460 0 200 6 2 786 27 16 0 1 0 21575693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14539/statm: 4217 1113 409 3 0 796 0
[pid=14562] ppid=14539 vsize=5356 CPUtime=0
/proc/14562/stat : 14562 (sh) S 14539 14539 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21576576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14562/statm: 1339 232 193 169 0 50 0
[pid=14563] ppid=14562 vsize=18248 CPUtime=41.87
/proc/14563/stat : 14563 (picosat) R 14562 14539 12900 0 -1 4194304 4545 0 0 0 4122 65 0 0 25 0 1 0 21576576 18685952 4343 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/14563/statm: 4562 4343 48 102 0 4457 0
Current children cumulated CPU time (s) 50.08
Current children cumulated vsize (KiB) 40472

[startup+102.307 s]
/proc/loadavg: 2.02 2.06 2.01 3/79 14564
/proc/meminfo: memFree=1883648/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=16868 CPUtime=8.21
/proc/14539/stat : 14539 (sugar) S 14537 14539 12900 0 -1 4194304 1365 34460 0 200 6 2 786 27 16 0 1 0 21575693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14539/statm: 4217 1113 409 3 0 796 0
[pid=14562] ppid=14539 vsize=5356 CPUtime=0
/proc/14562/stat : 14562 (sh) S 14539 14539 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21576576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14562/statm: 1339 232 193 169 0 50 0
[pid=14563] ppid=14562 vsize=25624 CPUtime=92.8
/proc/14563/stat : 14563 (picosat) R 14562 14539 12900 0 -1 4194304 6626 0 0 0 9214 66 0 0 25 0 1 0 21576576 26238976 6125 996147200 134512640 134931368 4294956256 18446744073709551615 134529775 0 0 4096 0 0 0 0 17 1 0 0
/proc/14563/statm: 6406 6125 48 102 0 6301 0
Current children cumulated CPU time (s) 101.01
Current children cumulated vsize (KiB) 47848

[startup+162.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/79 14564
/proc/meminfo: memFree=1876800/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=16868 CPUtime=8.21
/proc/14539/stat : 14539 (sugar) S 14537 14539 12900 0 -1 4194304 1365 34460 0 200 6 2 786 27 16 0 1 0 21575693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14539/statm: 4217 1113 409 3 0 796 0
[pid=14562] ppid=14539 vsize=5356 CPUtime=0
/proc/14562/stat : 14562 (sh) S 14539 14539 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21576576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14562/statm: 1339 232 193 169 0 50 0
[pid=14563] ppid=14562 vsize=32612 CPUtime=152.51
/proc/14563/stat : 14563 (picosat) R 14562 14539 12900 0 -1 4194304 8660 0 0 0 15183 68 0 0 25 0 1 0 21576576 33394688 7829 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14563/statm: 8153 7829 48 102 0 8048 0
Current children cumulated CPU time (s) 160.72

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

/proc/meminfo: memFree=1851160/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=16868 CPUtime=8.21
/proc/14539/stat : 14539 (sugar) S 14537 14539 12900 0 -1 4194304 1365 34460 0 200 6 2 786 27 16 0 1 0 21575693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14539/statm: 4217 1113 409 3 0 796 0
[pid=14562] ppid=14539 vsize=5356 CPUtime=0
/proc/14562/stat : 14562 (sh) S 14539 14539 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21576576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14562/statm: 1339 232 193 169 0 50 0
[pid=14563] ppid=14562 vsize=72408 CPUtime=1343.46
/proc/14563/stat : 14563 (picosat) R 14562 14539 12900 0 -1 4194304 22554 0 0 0 134259 87 0 0 25 0 1 0 21576576 74145792 17795 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14563/statm: 18102 17795 48 102 0 17997 0
Current children cumulated CPU time (s) 1351.67
Current children cumulated vsize (KiB) 94632

[startup+1422.31 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 14808
/proc/meminfo: memFree=1851416/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=16868 CPUtime=8.21
/proc/14539/stat : 14539 (sugar) S 14537 14539 12900 0 -1 4194304 1365 34460 0 200 6 2 786 27 16 0 1 0 21575693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14539/statm: 4217 1113 409 3 0 796 0
[pid=14562] ppid=14539 vsize=5356 CPUtime=0
/proc/14562/stat : 14562 (sh) S 14539 14539 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21576576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14562/statm: 1339 232 193 169 0 50 0
[pid=14563] ppid=14562 vsize=72216 CPUtime=1402.9
/proc/14563/stat : 14563 (picosat) R 14562 14539 12900 0 -1 4194304 22624 0 0 0 140203 87 0 0 25 0 1 0 21576576 73949184 17773 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14563/statm: 18054 17773 48 102 0 17949 0
Current children cumulated CPU time (s) 1411.11
Current children cumulated vsize (KiB) 94440

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 14808
/proc/meminfo: memFree=1848344/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=16868 CPUtime=8.21
/proc/14539/stat : 14539 (sugar) S 14537 14539 12900 0 -1 4194304 1365 34460 0 200 6 2 786 27 16 0 1 0 21575693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14539/statm: 4217 1113 409 3 0 796 0
[pid=14562] ppid=14539 vsize=5356 CPUtime=0
/proc/14562/stat : 14562 (sh) S 14539 14539 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21576576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14562/statm: 1339 232 193 169 0 50 0
[pid=14563] ppid=14562 vsize=75120 CPUtime=1462.34
/proc/14563/stat : 14563 (picosat) R 14562 14539 12900 0 -1 4194304 23496 0 0 0 146146 88 0 0 25 0 1 0 21576576 76922880 18487 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/14563/statm: 18780 18487 48 102 0 18675 0
Current children cumulated CPU time (s) 1470.55
Current children cumulated vsize (KiB) 97344

[startup+1542.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 14808
/proc/meminfo: memFree=1845208/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=16868 CPUtime=8.21
/proc/14539/stat : 14539 (sugar) S 14537 14539 12900 0 -1 4194304 1365 34460 0 200 6 2 786 27 16 0 1 0 21575693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14539/statm: 4217 1113 409 3 0 796 0
[pid=14562] ppid=14539 vsize=5356 CPUtime=0
/proc/14562/stat : 14562 (sh) S 14539 14539 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21576576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14562/statm: 1339 232 193 169 0 50 0
[pid=14563] ppid=14562 vsize=78156 CPUtime=1521.78
/proc/14563/stat : 14563 (picosat) R 14562 14539 12900 0 -1 4194304 24407 0 0 0 152089 89 0 0 25 0 1 0 21576576 80031744 19255 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14563/statm: 19539 19255 48 102 0 19434 0
Current children cumulated CPU time (s) 1529.99
Current children cumulated vsize (KiB) 100380

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 14808
/proc/meminfo: memFree=1845208/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=16868 CPUtime=8.21
/proc/14539/stat : 14539 (sugar) S 14537 14539 12900 0 -1 4194304 1365 34460 0 200 6 2 786 27 16 0 1 0 21575693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14539/statm: 4217 1113 409 3 0 796 0
[pid=14562] ppid=14539 vsize=5356 CPUtime=0
/proc/14562/stat : 14562 (sh) S 14539 14539 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21576576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14562/statm: 1339 232 193 169 0 50 0
[pid=14563] ppid=14562 vsize=78156 CPUtime=1581.22
/proc/14563/stat : 14563 (picosat) R 14562 14539 12900 0 -1 4194304 24409 0 0 0 158033 89 0 0 25 0 1 0 21576576 80031744 19257 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/14563/statm: 19539 19257 48 102 0 19434 0
Current children cumulated CPU time (s) 1589.43
Current children cumulated vsize (KiB) 100380

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 14808
/proc/meminfo: memFree=1845208/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=16868 CPUtime=8.21
/proc/14539/stat : 14539 (sugar) S 14537 14539 12900 0 -1 4194304 1365 34460 0 200 6 2 786 27 16 0 1 0 21575693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14539/statm: 4217 1113 409 3 0 796 0
[pid=14562] ppid=14539 vsize=5356 CPUtime=0
/proc/14562/stat : 14562 (sh) S 14539 14539 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21576576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14562/statm: 1339 232 193 169 0 50 0
[pid=14563] ppid=14562 vsize=78156 CPUtime=1640.66
/proc/14563/stat : 14563 (picosat) R 14562 14539 12900 0 -1 4194304 24423 0 0 0 163977 89 0 0 25 0 1 0 21576576 80031744 19271 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14563/statm: 19539 19271 48 102 0 19434 0
Current children cumulated CPU time (s) 1648.87
Current children cumulated vsize (KiB) 100380

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 14808
/proc/meminfo: memFree=1845144/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=16868 CPUtime=8.21
/proc/14539/stat : 14539 (sugar) S 14537 14539 12900 0 -1 4194304 1365 34460 0 200 6 2 786 27 16 0 1 0 21575693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14539/statm: 4217 1113 409 3 0 796 0
[pid=14562] ppid=14539 vsize=5356 CPUtime=0
/proc/14562/stat : 14562 (sh) S 14539 14539 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21576576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14562/statm: 1339 232 193 169 0 50 0
[pid=14563] ppid=14562 vsize=78156 CPUtime=1700.1
/proc/14563/stat : 14563 (picosat) R 14562 14539 12900 0 -1 4194304 24423 0 0 0 169920 90 0 0 25 0 1 0 21576576 80031744 19271 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14563/statm: 19539 19271 48 102 0 19434 0
Current children cumulated CPU time (s) 1708.31
Current children cumulated vsize (KiB) 100380

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 14808
/proc/meminfo: memFree=1837592/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=16868 CPUtime=8.21
/proc/14539/stat : 14539 (sugar) S 14537 14539 12900 0 -1 4194304 1365 34460 0 200 6 2 786 27 16 0 1 0 21575693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14539/statm: 4217 1113 409 3 0 796 0
[pid=14562] ppid=14539 vsize=5356 CPUtime=0
/proc/14562/stat : 14562 (sh) S 14539 14539 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21576576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14562/statm: 1339 232 193 169 0 50 0
[pid=14563] ppid=14562 vsize=85548 CPUtime=1759.54
/proc/14563/stat : 14563 (picosat) R 14562 14539 12900 0 -1 4194304 26438 0 0 0 175862 92 0 0 25 0 1 0 21576576 87601152 21120 996147200 134512640 134931368 4294956256 18446744073709551615 134523527 0 0 4096 0 0 0 0 17 1 0 0
/proc/14563/statm: 21387 21120 48 102 0 21282 0
Current children cumulated CPU time (s) 1767.75
Current children cumulated vsize (KiB) 107772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.9 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 14808
/proc/meminfo: memFree=1837592/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=16868 CPUtime=8.21
/proc/14539/stat : 14539 (sugar) S 14537 14539 12900 0 -1 4194304 1365 34460 0 200 6 2 786 27 16 0 1 0 21575693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14539/statm: 4217 1113 409 3 0 796 0
[pid=14562] ppid=14539 vsize=5356 CPUtime=0
/proc/14562/stat : 14562 (sh) S 14539 14539 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21576576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14562/statm: 1339 232 193 169 0 50 0
[pid=14563] ppid=14562 vsize=85548 CPUtime=1791.83
/proc/14563/stat : 14563 (picosat) R 14562 14539 12900 0 -1 4194304 26438 0 0 0 179091 92 0 0 25 0 1 0 21576576 87601152 21120 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14563/statm: 21387 21120 48 102 0 21282 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 107772

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

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

[startup+1814.9 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 14808
/proc/meminfo: memFree=1837592/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=16868 CPUtime=8.21
/proc/14539/stat : 14539 (sugar) S 14537 14539 12900 0 -1 4194304 1365 34460 0 200 6 2 786 27 16 0 1 0 21575693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14539/statm: 4217 1113 409 3 0 796 0
[pid=14562] ppid=14539 vsize=5356 CPUtime=0
/proc/14562/stat : 14562 (sh) S 14539 14539 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21576576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14562/statm: 1339 232 193 169 0 50 0
[pid=14563] ppid=14562 vsize=85548 CPUtime=1791.83
/proc/14563/stat : 14563 (picosat) R 14562 14539 12900 0 -1 4194304 26438 0 0 0 179091 92 0 0 25 0 1 0 21576576 87601152 21120 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14563/statm: 21387 21120 48 102 0 21282 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 107772

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14539 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=931794
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=298954
# CPU time returned by wait4() is 8.23075
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814.93
CPU time (s): 1800.04
CPU user time (s): 1798.83
CPU system time (s): 1.21
CPU usage (%): 99.1796
Max. virtual memory (cumulated for all children) (KiB): 891352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.93179
system time used= 0.298954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36219
page faults= 200
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4185
involuntary context switches= 3816

runsolver used 2.33264 second user time and 5.9311 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-11 22:44:51
IDJOB=2067594
IDBENCH=54675
IDSOLVER=738
FILE ID=node19/2067594-1247345090
PBS_JOBID= 9506650
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/ppp/normalized-ppp-1-11-19-21.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-2067594-1247345090/watcher-2067594-1247345090 -o /tmp/evaluation-result-2067594-1247345090/solver-2067594-1247345090 -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-2067594-1247345090.xml

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

MD5SUM BENCH= 78c8ce8330ddb6e548d54d1e19438b8d
RANDOM SEED=1113613299

node19.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.211
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.211
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:       1936896 kB
Buffers:          1888 kB
Cached:          24632 kB
SwapCached:          0 kB
Active:          70248 kB
Inactive:         4048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1936896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6076 kB
Writeback:           0 kB
Mapped:          58480 kB
Slab:            29988 kB
Committed_AS:   248304 kB
PageTables:       1900 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= 66424 MiB
End job on node19 at 2009-07-11 23:15:08