Trace number 1042629

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.13+picosat? (TO) 1800.08 1802.32

General information on the benchmark

Namecsp/QG3/
normalized-quasigroup3-10.xml
MD5SUM43d9e915e10c026682c4118b31169d3c
Bench CategoryGLOBAL (global constraints)
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 variables310
Number of constraints219
Maximum constraint arity102
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension99
Global constraints used (with number of constraints)alldifferent(20),element(100)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:58:04 2008
0.00/0.04	c 0	PID 5112
0.03/0.05	c 0	HOST node6.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1042629-1215003484.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1042629-1215003484.xml' 'HOME/temp.csp'
0.03/0.59	c 1	57 domains, 310 variables, 10 predicates, 0 relations, 219 constraints
0.03/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.56/0.71	c 1	Parsing HOME/temp.csp
0.56/0.89	c 1	parsed 596 expressions
0.56/0.89	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.56/0.89	c 1	Converting to clausal form CSP
0.56/0.91	c 1	converted 60 (10%) expressions
0.56/0.92	c 1	converted 120 (20%) expressions
0.56/0.92	c 1	converted 179 (30%) expressions
0.56/0.92	c 1	converted 239 (40%) expressions
0.56/0.92	c 1	converted 298 (50%) expressions
0.56/0.92	c 1	converted 358 (60%) expressions
0.56/0.96	c 1	converted 418 (70%) expressions
0.92/1.02	c 1	converted 477 (80%) expressions
1.41/1.56	c 2	converted 537 (90%) expressions
1.80/1.98	c 2	converted 596 (100%) expressions
1.80/1.98	c 2	CSP : 310 integers, 6800 booleans, 24448 clauses, largest domain size 100
1.80/1.98	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.80/1.98	c 2	Propagation in CSP
2.01/2.16	c 3	1476 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.01/2.16	c 3	CSP : 310 integers, 6800 booleans, 24448 clauses, largest domain size 98
2.01/2.16	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.17	c 3	Simplifing CSP by introducing new Boolean variables
2.01/2.20	c 3	CSP : 310 integers, 8240 booleans, 25888 clauses, largest domain size 98
2.01/2.20	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.20/2.34	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.20/2.36	c 3	31 (10%) CSP integer variables are encoded (168 clauses, 1728 bytes)
2.20/2.37	c 3	62 (20%) CSP integer variables are encoded (336 clauses, 3576 bytes)
2.20/2.37	c 3	93 (30%) CSP integer variables are encoded (504 clauses, 5424 bytes)
2.20/2.38	c 3	124 (40%) CSP integer variables are encoded (1634 clauses, 19313 bytes)
2.20/2.38	c 3	155 (50%) CSP integer variables are encoded (2951 clauses, 36434 bytes)
2.20/2.38	c 3	186 (60%) CSP integer variables are encoded (4344 clauses, 54543 bytes)
2.20/2.38	c 3	217 (70%) CSP integer variables are encoded (5750 clauses, 72821 bytes)
2.20/2.39	c 3	248 (80%) CSP integer variables are encoded (7143 clauses, 90930 bytes)
2.20/2.39	c 3	279 (90%) CSP integer variables are encoded (8556 clauses, 109299 bytes)
2.20/2.39	c 3	310 (100%) CSP integer variables are encoded (9754 clauses, 124873 bytes)
2.39/2.56	c 3	2589 (10%) CSP clauses are encoded (35027 clauses, 525712 bytes)
2.50/2.60	c 3	5178 (20%) CSP clauses are encoded (37389 clauses, 561601 bytes)
2.50/2.63	c 3	7767 (30%) CSP clauses are encoded (39841 clauses, 598372 bytes)
2.50/2.66	c 3	10356 (40%) CSP clauses are encoded (42295 clauses, 635091 bytes)
2.50/2.68	c 3	12944 (50%) CSP clauses are encoded (44748 clauses, 671795 bytes)
2.59/2.71	c 3	15533 (60%) CSP clauses are encoded (47298 clauses, 710291 bytes)
2.59/2.74	c 3	18122 (70%) CSP clauses are encoded (49751 clauses, 746972 bytes)
2.59/2.77	c 3	20711 (80%) CSP clauses are encoded (52205 clauses, 783717 bytes)
2.59/2.79	c 3	23300 (90%) CSP clauses are encoded (54657 clauses, 820539 bytes)
2.69/2.82	c 3	25888 (100%) CSP clauses are encoded (56896 clauses, 855585 bytes)
2.69/2.82	c 3	25888 CSP clauses encoded
2.69/2.82	c 3	Writing map file : HOME/temp.map
2.69/2.83	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.69/2.83	c 3	SAT : 18185 SAT variables, 56896 SAT clauses, 855585 bytes
2.69/2.83	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.69/2.88	c 3	SOLVING HOME/temp.cnf
2.69/2.88	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1802.31	sh: line 1:  5136 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.03/1802.31	c 1803	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1802.31	c 1803	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1802.32	c ERROR INTERRUPTED
1800.03/1802.32	s UNKNOWN
1800.03/1802.32	c 1803	CPU 1799.62 (0.03 0.01 1799.59 0.43)
1800.03/1802.32	c 1803	END Wed Jul  2 15:28:07 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1042629-1215003484/watcher-1042629-1215003484 -o /tmp/evaluation-result-1042629-1215003484/solver-1042629-1215003484 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1042629-1215003484.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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.91 4/80 5112
/proc/meminfo: memFree=1830632/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=12268 CPUtime=0
/proc/5112/stat : 5112 (sugar) R 5110 5112 2348 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1979323717 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268583008869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/5112/statm: 3067 316 241 3 0 167 0

[startup+0.0505169 s]
/proc/loadavg: 1.92 1.98 1.91 4/80 5112
/proc/meminfo: memFree=1830632/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=0.03
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1979323717 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101287 s]
/proc/loadavg: 1.92 1.98 1.91 4/80 5112
/proc/meminfo: memFree=1830632/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=0.03
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979323717 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30132 s]
/proc/loadavg: 1.92 1.98 1.91 4/80 5112
/proc/meminfo: memFree=1830632/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=0.03
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979323717 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701403 s]
/proc/loadavg: 1.92 1.98 1.91 4/80 5112
/proc/meminfo: memFree=1830632/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=0.56
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 956 4663 0 1 3 0 50 3 16 0 1 0 1979323717 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+1.50256 s]
/proc/loadavg: 1.92 1.98 1.91 3/91 5134
/proc/meminfo: memFree=1821456/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=0.56
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 974 4663 0 1 3 0 50 3 15 0 1 0 1979323717 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 797 370 3 0 500 0
[pid=5125] ppid=5112 vsize=5356 CPUtime=0
/proc/5125/stat : 5125 (sh) S 5112 5112 2348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979323780 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5125/statm: 1339 233 193 169 0 50 0
[pid=5126] ppid=5125 vsize=868440 CPUtime=0.85
/proc/5126/stat : 5126 (java) S 5125 5112 2348 0 -1 0 7829 0 1 0 81 4 0 0 18 0 9 0 1979323780 889282560 7056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5126/statm: 217110 7056 2540 9 0 211685 0
[pid=5126/tid=5127] ppid=5125 vsize=868440 CPUtime=0.49
/proc/5126/task/5127/stat : 5127 (java) R 5125 5112 2348 0 -1 64 2678 0 1 0 48 1 0 0 20 0 9 0 1979323781 889282560 7056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5126/tid=5128] ppid=5125 vsize=868440 CPUtime=0.13
/proc/5126/task/5128/stat : 5128 (java) R 5125 5112 2348 0 -1 64 3006 0 0 0 13 0 0 0 16 0 9 0 1979323782 889282560 7056 996147200 134512640 134550740 4294955952 18446744073709551615 102721962 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5126/tid=5129] ppid=5125 vsize=868440 CPUtime=0
/proc/5126/task/5129/stat : 5129 (java) S 5125 5112 2348 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979323783 889282560 7056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5126/tid=5130] ppid=5125 vsize=868440 CPUtime=0
/proc/5126/task/5130/stat : 5130 (java) S 5125 5112 2348 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979323783 889282560 7056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5126/tid=5131] ppid=5125 vsize=868440 CPUtime=0
/proc/5126/task/5131/stat : 5131 (java) S 5125 5112 2348 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979323785 889282560 7056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5126/tid=5132] ppid=5125 vsize=868440 CPUtime=0.18
/proc/5126/task/5132/stat : 5132 (java) S 5125 5112 2348 0 -1 64 1453 0 0 0 18 0 0 0 16 0 9 0 1979323785 889282560 7056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5126/tid=5133] ppid=5125 vsize=868440 CPUtime=0
/proc/5126/task/5133/stat : 5133 (java) S 5125 5112 2348 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979323785 889282560 7056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5126/tid=5134] ppid=5125 vsize=868440 CPUtime=0
/proc/5126/task/5134/stat : 5134 (java) S 5125 5112 2348 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1979323785 889282560 7056 996147200 134512640 134550740 4294955952 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) 887396

[startup+3.10187 s]
/proc/loadavg: 1.92 1.98 1.91 3/91 5134
/proc/meminfo: memFree=1798160/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=2.75
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 1022 16259 0 2 3 0 261 11 16 0 1 0 1979323717 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 13600

[startup+6.30151 s]
/proc/loadavg: 1.93 1.98 1.91 3/83 5136
/proc/meminfo: memFree=1823888/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=2.75
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 1022 16259 0 2 3 0 261 11 16 0 1 0 1979323717 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 799 370 3 0 500 0
[pid=5135] ppid=5112 vsize=5356 CPUtime=0
/proc/5135/stat : 5135 (sh) S 5112 5112 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979324005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5135/statm: 1339 232 193 169 0 50 0
[pid=5136] ppid=5135 vsize=4812 CPUtime=3.37
/proc/5136/stat : 5136 (picosat) R 5135 5112 2348 0 -1 4194304 924 0 0 0 313 24 0 0 25 0 1 0 1979324006 4927488 898 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/5136/statm: 1203 898 42 102 0 1098 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 23768

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 1.91 3/83 5136
/proc/meminfo: memFree=1823248/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=2.75
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 1022 16259 0 2 3 0 261 11 16 0 1 0 1979323717 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 799 370 3 0 500 0
[pid=5135] ppid=5112 vsize=5356 CPUtime=0
/proc/5135/stat : 5135 (sh) S 5112 5112 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979324005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5135/statm: 1339 232 193 169 0 50 0
[pid=5136] ppid=5135 vsize=5448 CPUtime=9.71
/proc/5136/stat : 5136 (picosat) R 5135 5112 2348 0 -1 4194304 1054 0 0 0 947 24 0 0 25 0 1 0 1979324006 5578752 1026 996147200 134512640 134931368 4294956256 18446744073709551615 134522856 0 0 4096 0 0 0 0 17 1 0 0
/proc/5136/statm: 1362 1026 48 102 0 1257 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 24404

[startup+25.5013 s]
/proc/loadavg: 1.95 1.98 1.91 3/83 5136
/proc/meminfo: memFree=1823184/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=2.75
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 1022 16259 0 2 3 0 261 11 16 0 1 0 1979323717 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 799 370 3 0 500 0
[pid=5135] ppid=5112 vsize=5356 CPUtime=0
/proc/5135/stat : 5135 (sh) S 5112 5112 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979324005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5135/statm: 1339 232 193 169 0 50 0
[pid=5136] ppid=5135 vsize=5580 CPUtime=22.4
/proc/5136/stat : 5136 (picosat) R 5135 5112 2348 0 -1 4194304 1093 0 0 0 2215 25 0 0 25 0 1 0 1979324006 5713920 1065 996147200 134512640 134931368 4294956256 18446744073709551615 134522848 0 0 4096 0 0 0 0 17 1 0 0
/proc/5136/statm: 1395 1065 48 102 0 1290 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 24536

[startup+51.1013 s]
/proc/loadavg: 1.96 1.98 1.91 3/83 5136
/proc/meminfo: memFree=1822736/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=2.75
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 1022 16259 0 2 3 0 261 11 16 0 1 0 1979323717 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 799 370 3 0 500 0
[pid=5135] ppid=5112 vsize=5356 CPUtime=0
/proc/5135/stat : 5135 (sh) S 5112 5112 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979324005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5135/statm: 1339 232 193 169 0 50 0
[pid=5136] ppid=5135 vsize=5956 CPUtime=47.75
/proc/5136/stat : 5136 (picosat) R 5135 5112 2348 0 -1 4194304 1202 0 0 0 4750 25 0 0 25 0 1 0 1979324006 6098944 1174 996147200 134512640 134931368 4294956256 18446744073709551615 134525707 0 0 4096 0 0 0 0 17 1 0 0
/proc/5136/statm: 1489 1174 48 102 0 1384 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 24912

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.91 3/83 5136
/proc/meminfo: memFree=1822032/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=2.75
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 1022 16259 0 2 3 0 261 11 16 0 1 0 1979323717 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 799 370 3 0 500 0
[pid=5135] ppid=5112 vsize=5356 CPUtime=0
/proc/5135/stat : 5135 (sh) S 5112 5112 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979324005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5135/statm: 1339 232 193 169 0 50 0
[pid=5136] ppid=5135 vsize=6444 CPUtime=98.47
/proc/5136/stat : 5136 (picosat) R 5135 5112 2348 0 -1 4194304 1329 0 0 0 9822 25 0 0 25 0 1 0 1979324006 6598656 1301 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/5136/statm: 1611 1301 48 102 0 1506 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 25400

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/75 5166
/proc/meminfo: memFree=1904272/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=2.75
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 1022 16259 0 2 3 0 261 11 16 0 1 0 1979323717 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 799 370 3 0 500 0
[pid=5135] ppid=5112 vsize=5356 CPUtime=0
/proc/5135/stat : 5135 (sh) S 5112 5112 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979324005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5135/statm: 1339 232 193 169 0 50 0
[pid=5136] ppid=5135 vsize=6972 CPUtime=158.04
/proc/5136/stat : 5136 (picosat) R 5135 5112 2348 0 -1 4194304 1454 0 0 0 15778 26 0 0 25 0 1 0 1979324006 7139328 1426 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/5136/statm: 1743 1426 48 102 0 1638 0
Current children cumulated CPU time (s) 160.79
Current children cumulated vsize (KiB) 25928

[startup+222.303 s]
/proc/loadavg: 1.99 1.98 1.91 3/75 5172
/proc/meminfo: memFree=1903688/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=2.75
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 1022 16259 0 2 3 0 261 11 16 0 1 0 1979323717 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 799 370 3 0 500 0
[pid=5135] ppid=5112 vsize=5356 CPUtime=0
/proc/5135/stat : 5135 (sh) S 5112 5112 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979324005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5135/statm: 1339 232 193 169 0 50 0
[pid=5136] ppid=5135 vsize=7648 CPUtime=218.01
/proc/5136/stat : 5136 (picosat) R 5135 5112 2348 0 -1 4194304 1627 0 0 0 21775 26 0 0 25 0 1 0 1979324006 7831552 1599 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/5136/statm: 1912 1599 48 102 0 1807 0
Current children cumulated CPU time (s) 220.76
Current children cumulated vsize (KiB) 26604

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

[pid=5112] ppid=5110 vsize=13600 CPUtime=2.75
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 1022 16259 0 2 3 0 261 11 16 0 1 0 1979323717 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 799 370 3 0 500 0
[pid=5135] ppid=5112 vsize=5356 CPUtime=0
/proc/5135/stat : 5135 (sh) S 5112 5112 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979324005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5135/statm: 1339 232 193 169 0 50 0
[pid=5136] ppid=5135 vsize=14476 CPUtime=1297.51
/proc/5136/stat : 5136 (picosat) R 5135 5112 2348 0 -1 4194304 3876 0 0 0 129722 29 0 0 25 0 1 0 1979324006 14823424 3238 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5136/statm: 3619 3238 48 102 0 3514 0
Current children cumulated CPU time (s) 1300.26
Current children cumulated vsize (KiB) 33432

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/75 5172
/proc/meminfo: memFree=1895504/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=2.75
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 1022 16259 0 2 3 0 261 11 16 0 1 0 1979323717 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 799 370 3 0 500 0
[pid=5135] ppid=5112 vsize=5356 CPUtime=0
/proc/5135/stat : 5135 (sh) S 5112 5112 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979324005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5135/statm: 1339 232 193 169 0 50 0
[pid=5136] ppid=5135 vsize=15136 CPUtime=1357.48
/proc/5136/stat : 5136 (picosat) R 5135 5112 2348 0 -1 4194304 4053 0 0 0 135718 30 0 0 25 0 1 0 1979324006 15499264 3377 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5136/statm: 3784 3377 48 102 0 3679 0
Current children cumulated CPU time (s) 1360.23
Current children cumulated vsize (KiB) 34092

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.91 3/75 5172
/proc/meminfo: memFree=1895376/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=2.75
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 1022 16259 0 2 3 0 261 11 16 0 1 0 1979323717 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 799 370 3 0 500 0
[pid=5135] ppid=5112 vsize=5356 CPUtime=0
/proc/5135/stat : 5135 (sh) S 5112 5112 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979324005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5135/statm: 1339 232 193 169 0 50 0
[pid=5136] ppid=5135 vsize=15136 CPUtime=1417.46
/proc/5136/stat : 5136 (picosat) R 5135 5112 2348 0 -1 4194304 4150 0 0 0 141716 30 0 0 25 0 1 0 1979324006 15499264 3396 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/5136/statm: 3784 3396 48 102 0 3679 0
Current children cumulated CPU time (s) 1420.21
Current children cumulated vsize (KiB) 34092

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/75 5172
/proc/meminfo: memFree=1895248/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=2.75
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 1022 16259 0 2 3 0 261 11 16 0 1 0 1979323717 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 799 370 3 0 500 0
[pid=5135] ppid=5112 vsize=5356 CPUtime=0
/proc/5135/stat : 5135 (sh) S 5112 5112 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979324005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5135/statm: 1339 232 193 169 0 50 0
[pid=5136] ppid=5135 vsize=15136 CPUtime=1477.43
/proc/5136/stat : 5136 (picosat) R 5135 5112 2348 0 -1 4194304 4230 0 0 0 147713 30 0 0 25 0 1 0 1979324006 15499264 3396 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/5136/statm: 3784 3396 48 102 0 3679 0
Current children cumulated CPU time (s) 1480.18
Current children cumulated vsize (KiB) 34092

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/75 5172
/proc/meminfo: memFree=1894608/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=2.75
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 1022 16259 0 2 3 0 261 11 16 0 1 0 1979323717 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 799 370 3 0 500 0
[pid=5135] ppid=5112 vsize=5356 CPUtime=0
/proc/5135/stat : 5135 (sh) S 5112 5112 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979324005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5135/statm: 1339 232 193 169 0 50 0
[pid=5136] ppid=5135 vsize=15796 CPUtime=1537.4
/proc/5136/stat : 5136 (picosat) R 5135 5112 2348 0 -1 4194304 4481 0 0 0 153710 30 0 0 25 0 1 0 1979324006 16175104 3567 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/5136/statm: 3949 3567 48 102 0 3844 0
Current children cumulated CPU time (s) 1540.15
Current children cumulated vsize (KiB) 34752

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/75 5172
/proc/meminfo: memFree=1894608/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=2.75
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 1022 16259 0 2 3 0 261 11 16 0 1 0 1979323717 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 799 370 3 0 500 0
[pid=5135] ppid=5112 vsize=5356 CPUtime=0
/proc/5135/stat : 5135 (sh) S 5112 5112 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979324005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5135/statm: 1339 232 193 169 0 50 0
[pid=5136] ppid=5135 vsize=15796 CPUtime=1597.37
/proc/5136/stat : 5136 (picosat) R 5135 5112 2348 0 -1 4194304 4527 0 0 0 159707 30 0 0 25 0 1 0 1979324006 16175104 3571 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/5136/statm: 3949 3571 48 102 0 3844 0
Current children cumulated CPU time (s) 1600.12
Current children cumulated vsize (KiB) 34752

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/75 5172
/proc/meminfo: memFree=1894160/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=2.75
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 1022 16259 0 2 3 0 261 11 16 0 1 0 1979323717 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 799 370 3 0 500 0
[pid=5135] ppid=5112 vsize=5356 CPUtime=0
/proc/5135/stat : 5135 (sh) S 5112 5112 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979324005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5135/statm: 1339 232 193 169 0 50 0
[pid=5136] ppid=5135 vsize=16324 CPUtime=1657.34
/proc/5136/stat : 5136 (picosat) R 5135 5112 2348 0 -1 4194304 4723 0 0 0 165704 30 0 0 25 0 1 0 1979324006 16715776 3683 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5136/statm: 4081 3683 48 102 0 3976 0
Current children cumulated CPU time (s) 1660.09
Current children cumulated vsize (KiB) 35280

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/75 5172
/proc/meminfo: memFree=1894032/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=2.75
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 1022 16259 0 2 3 0 261 11 16 0 1 0 1979323717 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 799 370 3 0 500 0
[pid=5135] ppid=5112 vsize=5356 CPUtime=0
/proc/5135/stat : 5135 (sh) S 5112 5112 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979324005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5135/statm: 1339 232 193 169 0 50 0
[pid=5136] ppid=5135 vsize=16456 CPUtime=1717.31
/proc/5136/stat : 5136 (picosat) R 5135 5112 2348 0 -1 4194304 4835 0 0 0 171700 31 0 0 25 0 1 0 1979324006 16850944 3711 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/5136/statm: 4114 3711 48 102 0 4009 0
Current children cumulated CPU time (s) 1720.06
Current children cumulated vsize (KiB) 35412

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/75 5172
/proc/meminfo: memFree=1893840/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=2.75
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 1022 16259 0 2 3 0 261 11 16 0 1 0 1979323717 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 799 370 3 0 500 0
[pid=5135] ppid=5112 vsize=5356 CPUtime=0
/proc/5135/stat : 5135 (sh) S 5112 5112 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979324005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5135/statm: 1339 232 193 169 0 50 0
[pid=5136] ppid=5135 vsize=16588 CPUtime=1777.29
/proc/5136/stat : 5136 (picosat) R 5135 5112 2348 0 -1 4194304 4916 0 0 0 177698 31 0 0 25 0 1 0 1979324006 16986112 3748 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/5136/statm: 4147 3748 48 102 0 4042 0
Current children cumulated CPU time (s) 1780.04
Current children cumulated vsize (KiB) 35544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/75 5172
/proc/meminfo: memFree=1893840/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=2.75
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 1022 16259 0 2 3 0 261 11 16 0 1 0 1979323717 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 799 370 3 0 500 0
[pid=5135] ppid=5112 vsize=5356 CPUtime=0
/proc/5135/stat : 5135 (sh) S 5112 5112 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979324005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5135/statm: 1339 232 193 169 0 50 0
[pid=5136] ppid=5135 vsize=16588 CPUtime=1797.28
/proc/5136/stat : 5136 (picosat) R 5135 5112 2348 0 -1 4194304 4960 0 0 0 179697 31 0 0 25 0 1 0 1979324006 16986112 3748 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/5136/statm: 4147 3748 48 102 0 4042 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 35544

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

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

[startup+1802.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/75 5172
/proc/meminfo: memFree=1893840/2055924 swapFree=4180432/4192956
[pid=5112] ppid=5110 vsize=13600 CPUtime=2.75
/proc/5112/stat : 5112 (sugar) S 5110 5112 2348 0 -1 4194304 1022 16259 0 2 3 0 261 11 16 0 1 0 1979323717 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5112/statm: 3400 799 370 3 0 500 0
[pid=5135] ppid=5112 vsize=5356 CPUtime=0
/proc/5135/stat : 5135 (sh) S 5112 5112 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979324005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5135/statm: 1339 232 193 169 0 50 0
[pid=5136] ppid=5135 vsize=16588 CPUtime=1797.28
/proc/5136/stat : 5136 (picosat) R 5135 5112 2348 0 -1 4194304 4960 0 0 0 179697 31 0 0 25 0 1 0 1979324006 16986112 3748 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/5136/statm: 4147 3748 48 102 0 4042 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 35544

Child status: 0
Real time (s): 1802.32
CPU time (s): 1800.08
CPU user time (s): 1799.64
CPU system time (s): 0.446932
CPU usage (%): 99.8758
Max. virtual memory (cumulated for all children) (KiB): 887588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.446932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22977
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= 2425
involuntary context switches= 13709

runsolver used 1.9487 second user time and 4.76527 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-02 14:58:04
IDJOB=1042629
IDBENCH=53925
IDSOLVER=345
FILE ID=node6/1042629-1215003484
PBS_JOBID= 7870911
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/QG3/normalized-quasigroup3-10.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1042629-1215003484/watcher-1042629-1215003484 -o /tmp/evaluation-result-1042629-1215003484/solver-1042629-1215003484 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1042629-1215003484.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 43d9e915e10c026682c4118b31169d3c
RANDOM SEED=370399994

node6.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1831112 kB
Buffers:         10328 kB
Cached:          64060 kB
SwapCached:       6328 kB
Active:         151128 kB
Inactive:        12928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1831112 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            1416 kB
Writeback:           0 kB
Mapped:         103552 kB
Slab:            45756 kB
Committed_AS:  3998088 kB
PageTables:       2084 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= 66544 MiB
End job on node6 at 2008-07-02 15:28:09