Trace number 1081695

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.13 1803.27

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-15.xml
MD5SUM67e24fac9a0a2993042f71634a476dbd
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 benchmark1.9347
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1589
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1589
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 02:38:17 2008
0.00/0.04	c 0	PID 18564
0.00/0.05	c 0	HOST node21.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081695-1215218297.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081695-1215218297.xml' 'HOME/temp.csp'
0.04/0.66	c 1	1 domains, 225 variables, 4 predicates, 0 relations, 1589 constraints
0.04/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.68	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.63/0.76	c 1	Parsing HOME/temp.csp
0.63/0.93	c 1	parsed 1819 expressions
0.63/0.93	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.63/0.93	c 1	Converting to clausal form CSP
0.63/0.96	c 1	converted 182 (10%) expressions
0.93/1.05	c 1	converted 364 (20%) expressions
1.03/1.16	c 1	converted 546 (30%) expressions
1.03/1.19	c 1	converted 728 (40%) expressions
1.13/1.22	c 1	converted 910 (50%) expressions
1.13/1.24	c 1	converted 1092 (60%) expressions
1.13/1.26	c 1	converted 1274 (70%) expressions
1.13/1.28	c 1	converted 1456 (80%) expressions
1.13/1.29	c 1	converted 1638 (90%) expressions
1.22/1.31	c 1	converted 1819 (100%) expressions
1.22/1.31	c 1	CSP : 225 integers, 1374 booleans, 4547 clauses, largest domain size 15
1.22/1.31	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.31	c 1	Propagation in CSP
1.22/1.38	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.38	c 1	CSP : 225 integers, 1374 booleans, 4547 clauses, largest domain size 15
1.22/1.38	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.38	c 1	Simplifing CSP by introducing new Boolean variables
1.22/1.40	c 1	CSP : 225 integers, 3150 booleans, 6323 clauses, largest domain size 15
1.22/1.40	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.44	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.32/1.46	c 1	23 (10%) CSP integer variables are encoded (299 clauses, 3153 bytes)
1.32/1.47	c 1	45 (20%) CSP integer variables are encoded (585 clauses, 6299 bytes)
1.32/1.48	c 1	68 (30%) CSP integer variables are encoded (884 clauses, 9588 bytes)
1.32/1.48	c 1	90 (40%) CSP integer variables are encoded (1170 clauses, 13219 bytes)
1.32/1.49	c 1	113 (50%) CSP integer variables are encoded (1469 clauses, 17106 bytes)
1.32/1.49	c 1	135 (60%) CSP integer variables are encoded (1755 clauses, 20824 bytes)
1.32/1.49	c 1	158 (70%) CSP integer variables are encoded (2054 clauses, 24711 bytes)
1.32/1.49	c 1	180 (80%) CSP integer variables are encoded (2340 clauses, 28429 bytes)
1.32/1.50	c 1	203 (90%) CSP integer variables are encoded (2639 clauses, 32316 bytes)
1.32/1.50	c 1	225 (100%) CSP integer variables are encoded (2925 clauses, 36034 bytes)
1.42/1.56	c 2	633 (10%) CSP clauses are encoded (10085 clauses, 152613 bytes)
1.51/1.61	c 2	1265 (20%) CSP clauses are encoded (16989 clauses, 269521 bytes)
1.51/1.64	c 2	1897 (30%) CSP clauses are encoded (24100 clauses, 390515 bytes)
1.51/1.68	c 2	2530 (40%) CSP clauses are encoded (31080 clauses, 509449 bytes)
1.61/1.71	c 2	3162 (50%) CSP clauses are encoded (38098 clauses, 629029 bytes)
1.61/1.74	c 2	3794 (60%) CSP clauses are encoded (45107 clauses, 752959 bytes)
1.61/1.77	c 2	4427 (70%) CSP clauses are encoded (52104 clauses, 879593 bytes)
1.61/1.80	c 2	5059 (80%) CSP clauses are encoded (59031 clauses, 1004921 bytes)
1.71/1.83	c 2	5691 (90%) CSP clauses are encoded (66087 clauses, 1132237 bytes)
1.71/1.86	c 2	6323 (100%) CSP clauses are encoded (73144 clauses, 1260025 bytes)
1.71/1.86	c 2	6323 CSP clauses encoded
1.71/1.86	c 2	Writing map file : HOME/temp.map
1.71/1.86	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/1.86	c 2	SAT : 6300 SAT variables, 73144 SAT clauses, 1260025 bytes
1.71/1.87	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/1.89	c 2	SOLVING HOME/temp.cnf
1.71/1.89	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1803.11	sh: line 1: 18588 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.09/1803.11	c 1803	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1803.11	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.09/1803.11	c ERROR INTERRUPTED
1800.09/1803.19	c 1803	Decoding HOME/temp.out
1800.10/1803.23	c 1803	ERROR Exception Unknown Encoder output
1800.10/1803.23	c 1803	jp.ac.kobe_u.cs.sugar.encoder.Encoder.decode(Encoder.java:367)
1800.10/1803.23	c 1803	jp.ac.kobe_u.cs.sugar.SugarMain.decode(SugarMain.java:202)
1800.10/1803.23	c 1803	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:262)
1800.10/1803.23	s UNKNOWN
1800.10/1803.27	c 1803	CPU 1799.5 (0.03 0.01 1799.47 0.59)
1800.10/1803.27	c 1803	END Sat Jul  5 03:08:20 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-1081695-1215218297/watcher-1081695-1215218297 -o /tmp/evaluation-result-1081695-1215218297/solver-1081695-1215218297 -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-1081695-1215218297.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: 2.00 2.05 2.05 4/72 18564
/proc/meminfo: memFree=1415384/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=12000 CPUtime=0
/proc/18564/stat : 18564 (sugar) R 18562 18564 16052 0 -1 4194304 211 0 0 0 0 0 0 0 20 0 1 0 2000803964 12288000 179 996147200 4194304 4206940 548682068608 18446744073709551615 221250142231 0 0 4224 0 0 0 0 17 1 0 0
/proc/18564/statm: 3000 179 140 3 0 100 0

[startup+0.0770909 s]
/proc/loadavg: 2.00 2.05 2.05 4/72 18564
/proc/meminfo: memFree=1415384/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=0.04
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000803964 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101165 s]
/proc/loadavg: 2.00 2.05 2.05 4/72 18564
/proc/meminfo: memFree=1415384/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=0.04
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000803964 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301199 s]
/proc/loadavg: 2.00 2.05 2.05 4/72 18564
/proc/meminfo: memFree=1415384/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=0.04
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000803964 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701281 s]
/proc/loadavg: 2.00 2.05 2.05 4/72 18564
/proc/meminfo: memFree=1415384/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=0.63
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 956 5000 0 1 3 1 56 3 16 0 1 0 2000803964 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13600

[startup+1.50243 s]
/proc/loadavg: 2.00 2.05 2.05 4/83 18586
/proc/meminfo: memFree=1406720/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=0.63
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 974 5000 0 1 3 1 56 3 15 0 1 0 2000803964 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 797 370 3 0 500 0
[pid=18577] ppid=18564 vsize=5356 CPUtime=0
/proc/18577/stat : 18577 (sh) S 18564 18564 16052 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000804032 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18577/statm: 1339 233 193 169 0 50 0
[pid=18578] ppid=18577 vsize=868492 CPUtime=0.79
/proc/18578/stat : 18578 (java) S 18577 18564 16052 0 -1 0 6772 0 1 0 75 4 0 0 19 0 9 0 2000804033 889335808 6004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18578/statm: 217123 6004 2563 9 0 211670 0
[pid=18578/tid=18579] ppid=18577 vsize=868492 CPUtime=0.47
/proc/18578/task/18579/stat : 18579 (java) R 18577 18564 16052 0 -1 64 2720 0 1 0 46 1 0 0 18 0 9 0 2000804034 889335808 6004 996147200 134512640 134550740 4294955952 18446744073709551615 102231682 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18578/tid=18580] ppid=18577 vsize=868492 CPUtime=0.08
/proc/18578/task/18580/stat : 18580 (java) S 18577 18564 16052 0 -1 64 1898 0 0 0 7 1 0 0 16 0 9 0 2000804035 889335808 6004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18578/tid=18581] ppid=18577 vsize=868492 CPUtime=0
/proc/18578/task/18581/stat : 18581 (java) S 18577 18564 16052 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000804035 889335808 6004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18578/tid=18582] ppid=18577 vsize=868492 CPUtime=0
/proc/18578/task/18582/stat : 18582 (java) S 18577 18564 16052 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000804035 889335808 6004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18578/tid=18583] ppid=18577 vsize=868492 CPUtime=0
/proc/18578/task/18583/stat : 18583 (java) S 18577 18564 16052 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000804037 889335808 6004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18578/tid=18584] ppid=18577 vsize=868492 CPUtime=0.21
/proc/18578/task/18584/stat : 18584 (java) S 18577 18564 16052 0 -1 64 1461 0 0 0 21 0 0 0 16 0 9 0 2000804037 889335808 6004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18578/tid=18585] ppid=18577 vsize=868492 CPUtime=0
/proc/18578/task/18585/stat : 18585 (java) S 18577 18564 16052 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000804037 889335808 6004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18578/tid=18586] ppid=18577 vsize=868492 CPUtime=0
/proc/18578/task/18586/stat : 18586 (java) S 18577 18564 16052 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000804037 889335808 6004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887448

[startup+3.10173 s]
/proc/loadavg: 2.00 2.05 2.05 3/75 18588
/proc/meminfo: memFree=1410560/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=1.81
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 1024 12155 0 2 3 1 167 10 16 0 1 0 2000803964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 799 370 3 0 500 0
[pid=18587] ppid=18564 vsize=5356 CPUtime=0
/proc/18587/stat : 18587 (sh) S 18564 18564 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000804153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18587/statm: 1339 232 193 169 0 50 0
[pid=18588] ppid=18587 vsize=4320 CPUtime=1.18
/proc/18588/stat : 18588 (picosat) R 18587 18564 16052 0 -1 4194304 934 0 0 0 85 33 0 0 25 0 1 0 2000804154 4423680 918 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 1080 918 42 102 0 975 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 23276

[startup+6.30234 s]
/proc/loadavg: 2.00 2.05 2.05 3/75 18588
/proc/meminfo: memFree=1407368/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=1.81
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 1024 12155 0 2 3 1 167 10 16 0 1 0 2000803964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 799 370 3 0 500 0
[pid=18587] ppid=18564 vsize=5356 CPUtime=0
/proc/18587/stat : 18587 (sh) S 18564 18564 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000804153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18587/statm: 1339 232 193 169 0 50 0
[pid=18588] ppid=18587 vsize=5128 CPUtime=4.36
/proc/18588/stat : 18588 (picosat) R 18587 18564 16052 0 -1 4194304 1141 0 0 0 402 34 0 0 25 0 1 0 2000804154 5251072 1123 996147200 134512640 134931368 4294956256 18446744073709551615 134549325 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 1282 1123 48 102 0 1177 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 24084

[startup+12.7016 s]
/proc/loadavg: 2.00 2.05 2.05 3/75 18588
/proc/meminfo: memFree=1406664/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=1.81
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 1024 12155 0 2 3 1 167 10 16 0 1 0 2000803964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 799 370 3 0 500 0
[pid=18587] ppid=18564 vsize=5356 CPUtime=0
/proc/18587/stat : 18587 (sh) S 18564 18564 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000804153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18587/statm: 1339 232 193 169 0 50 0
[pid=18588] ppid=18587 vsize=5824 CPUtime=10.69
/proc/18588/stat : 18588 (picosat) R 18587 18564 16052 0 -1 4194304 1342 0 0 0 1035 34 0 0 25 0 1 0 2000804154 5963776 1324 996147200 134512640 134931368 4294956256 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 1456 1324 48 102 0 1351 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 24780

[startup+25.502 s]
/proc/loadavg: 2.00 2.04 2.05 3/75 18588
/proc/meminfo: memFree=1405768/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=1.81
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 1024 12155 0 2 3 1 167 10 16 0 1 0 2000803964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 799 370 3 0 500 0
[pid=18587] ppid=18564 vsize=5356 CPUtime=0
/proc/18587/stat : 18587 (sh) S 18564 18564 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000804153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18587/statm: 1339 232 193 169 0 50 0
[pid=18588] ppid=18587 vsize=6772 CPUtime=23.37
/proc/18588/stat : 18588 (picosat) R 18587 18564 16052 0 -1 4194304 1767 0 0 0 2303 34 0 0 25 0 1 0 2000804154 6934528 1531 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 1693 1531 48 102 0 1588 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 25728

[startup+51.1018 s]
/proc/loadavg: 2.00 2.04 2.05 3/75 18588
/proc/meminfo: memFree=1404232/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=1.81
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 1024 12155 0 2 3 1 167 10 16 0 1 0 2000803964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 799 370 3 0 500 0
[pid=18587] ppid=18564 vsize=5356 CPUtime=0
/proc/18587/stat : 18587 (sh) S 18564 18564 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000804153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18587/statm: 1339 232 193 169 0 50 0
[pid=18588] ppid=18587 vsize=8064 CPUtime=48.74
/proc/18588/stat : 18588 (picosat) R 18587 18564 16052 0 -1 4194304 2667 0 0 0 4839 35 0 0 25 0 1 0 2000804154 8257536 1892 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 2016 1892 48 102 0 1911 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 27020

[startup+102.306 s]
/proc/loadavg: 2.00 2.03 2.04 3/75 18588
/proc/meminfo: memFree=1402184/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=1.81
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 1024 12155 0 2 3 1 167 10 16 0 1 0 2000803964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 799 370 3 0 500 0
[pid=18587] ppid=18564 vsize=5356 CPUtime=0
/proc/18587/stat : 18587 (sh) S 18564 18564 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000804153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18587/statm: 1339 232 193 169 0 50 0
[pid=18588] ppid=18587 vsize=10632 CPUtime=99.47
/proc/18588/stat : 18588 (picosat) R 18587 18564 16052 0 -1 4194304 4064 0 0 0 9911 36 0 0 25 0 1 0 2000804154 10887168 2388 996147200 134512640 134931368 4294956256 18446744073709551615 134543546 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 2658 2388 48 102 0 2553 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 29588

[startup+162.302 s]
/proc/loadavg: 2.00 2.02 2.04 3/75 18589
/proc/meminfo: memFree=1400904/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=1.81
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 1024 12155 0 2 3 1 167 10 16 0 1 0 2000803964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 799 370 3 0 500 0
[pid=18587] ppid=18564 vsize=5356 CPUtime=0
/proc/18587/stat : 18587 (sh) S 18564 18564 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000804153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18587/statm: 1339 232 193 169 0 50 0
[pid=18588] ppid=18587 vsize=12012 CPUtime=158.91
/proc/18588/stat : 18588 (picosat) R 18587 18564 16052 0 -1 4194304 5276 0 0 0 15855 36 0 0 25 0 1 0 2000804154 12300288 2772 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 3003 2772 48 102 0 2898 0
Current children cumulated CPU time (s) 160.72
Current children cumulated vsize (KiB) 30968

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.03 3/75 18590
/proc/meminfo: memFree=1399816/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=1.81
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 1024 12155 0 2 3 1 167 10 16 0 1 0 2000803964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 799 370 3 0 500 0
[pid=18587] ppid=18564 vsize=5356 CPUtime=0
/proc/18587/stat : 18587 (sh) S 18564 18564 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000804153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1239.56
Current children cumulated vsize (KiB) 41168

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18620
/proc/meminfo: memFree=1359096/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=1.81
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 1024 12155 0 2 3 1 167 10 16 0 1 0 2000803964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 799 370 3 0 500 0
[pid=18587] ppid=18564 vsize=5356 CPUtime=0
/proc/18587/stat : 18587 (sh) S 18564 18564 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000804153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18587/statm: 1339 232 193 169 0 50 0
[pid=18588] ppid=18587 vsize=22212 CPUtime=1297.72
/proc/18588/stat : 18588 (picosat) R 18587 18564 16052 0 -1 4194304 16064 0 0 0 129727 45 0 0 25 0 1 0 2000804154 22745088 5364 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18588/statm: 5553 5364 48 102 0 5448 0
Current children cumulated CPU time (s) 1299.53
Current children cumulated vsize (KiB) 41168

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18620
/proc/meminfo: memFree=1359032/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=1.81
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 1024 12155 0 2 3 1 167 10 16 0 1 0 2000803964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 799 370 3 0 500 0
[pid=18587] ppid=18564 vsize=5356 CPUtime=0
/proc/18587/stat : 18587 (sh) S 18564 18564 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000804153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18587/statm: 1339 232 193 169 0 50 0
[pid=18588] ppid=18587 vsize=22212 CPUtime=1357.7
/proc/18588/stat : 18588 (picosat) R 18587 18564 16052 0 -1 4194304 16457 0 0 0 135724 46 0 0 25 0 1 0 2000804154 22745088 5382 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/18588/statm: 5553 5382 48 102 0 5448 0
Current children cumulated CPU time (s) 1359.51
Current children cumulated vsize (KiB) 41168

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18626
/proc/meminfo: memFree=1358840/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=1.81
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 1024 12155 0 2 3 1 167 10 16 0 1 0 2000803964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 799 370 3 0 500 0
[pid=18587] ppid=18564 vsize=5356 CPUtime=0
/proc/18587/stat : 18587 (sh) S 18564 18564 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000804153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18587/statm: 1339 232 193 169 0 50 0
[pid=18588] ppid=18587 vsize=22212 CPUtime=1417.66
/proc/18588/stat : 18588 (picosat) R 18587 18564 16052 0 -1 4194304 16653 0 0 0 141720 46 0 0 25 0 1 0 2000804154 22745088 5388 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/18588/statm: 5553 5388 48 102 0 5448 0
Current children cumulated CPU time (s) 1419.47
Current children cumulated vsize (KiB) 41168

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18626
/proc/meminfo: memFree=1358776/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=1.81
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 1024 12155 0 2 3 1 167 10 16 0 1 0 2000803964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 799 370 3 0 500 0
[pid=18587] ppid=18564 vsize=5356 CPUtime=0
/proc/18587/stat : 18587 (sh) S 18564 18564 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000804153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18587/statm: 1339 232 193 169 0 50 0
[pid=18588] ppid=18587 vsize=22212 CPUtime=1477.63
/proc/18588/stat : 18588 (picosat) R 18587 18564 16052 0 -1 4194304 17037 0 0 0 147716 47 0 0 25 0 1 0 2000804154 22745088 5402 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18588/statm: 5553 5402 48 102 0 5448 0
Current children cumulated CPU time (s) 1479.44
Current children cumulated vsize (KiB) 41168

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18626
/proc/meminfo: memFree=1358776/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=1.81
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 1024 12155 0 2 3 1 167 10 16 0 1 0 2000803964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 799 370 3 0 500 0
[pid=18587] ppid=18564 vsize=5356 CPUtime=0
/proc/18587/stat : 18587 (sh) S 18564 18564 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000804153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18587/statm: 1339 232 193 169 0 50 0
[pid=18588] ppid=18587 vsize=22212 CPUtime=1537.6
/proc/18588/stat : 18588 (picosat) R 18587 18564 16052 0 -1 4194304 17041 0 0 0 153713 47 0 0 25 0 1 0 2000804154 22745088 5406 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/18588/statm: 5553 5406 48 102 0 5448 0
Current children cumulated CPU time (s) 1539.41
Current children cumulated vsize (KiB) 41168

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18626
/proc/meminfo: memFree=1358136/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=1.81
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 1024 12155 0 2 3 1 167 10 16 0 1 0 2000803964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 799 370 3 0 500 0
[pid=18587] ppid=18564 vsize=5356 CPUtime=0
/proc/18587/stat : 18587 (sh) S 18564 18564 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000804153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18587/statm: 1339 232 193 169 0 50 0
[pid=18588] ppid=18587 vsize=23896 CPUtime=1597.57
/proc/18588/stat : 18588 (picosat) R 18587 18564 16052 0 -1 4194304 17595 0 0 0 159710 47 0 0 25 0 1 0 2000804154 24469504 5561 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/18588/statm: 5974 5561 48 102 0 5869 0
Current children cumulated CPU time (s) 1599.38
Current children cumulated vsize (KiB) 42852

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 18627
/proc/meminfo: memFree=1352176/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=1.81
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 1024 12155 0 2 3 1 167 10 16 0 1 0 2000803964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 799 370 3 0 500 0
[pid=18587] ppid=18564 vsize=5356 CPUtime=0
/proc/18587/stat : 18587 (sh) S 18564 18564 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000804153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18587/statm: 1339 232 193 169 0 50 0
[pid=18588] ppid=18587 vsize=23896 CPUtime=1657.54
/proc/18588/stat : 18588 (picosat) R 18587 18564 16052 0 -1 4194304 17595 0 0 0 165707 47 0 0 25 0 1 0 2000804154 24469504 5561 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18588/statm: 5974 5561 48 102 0 5869 0
Current children cumulated CPU time (s) 1659.35
Current children cumulated vsize (KiB) 42852

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 18627
/proc/meminfo: memFree=1352560/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=1.81
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 1024 12155 0 2 3 1 167 10 16 0 1 0 2000803964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 799 370 3 0 500 0
[pid=18587] ppid=18564 vsize=5356 CPUtime=0
/proc/18587/stat : 18587 (sh) S 18564 18564 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000804153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18587/statm: 1339 232 193 169 0 50 0
[pid=18588] ppid=18587 vsize=23360 CPUtime=1717.52
/proc/18588/stat : 18588 (picosat) R 18587 18564 16052 0 -1 4194304 17792 0 0 0 171704 48 0 0 25 0 1 0 2000804154 23920640 5453 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/18588/statm: 5840 5453 48 102 0 5735 0
Current children cumulated CPU time (s) 1719.33
Current children cumulated vsize (KiB) 42316

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 18627
/proc/meminfo: memFree=1352496/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=1.81
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 1024 12155 0 2 3 1 167 10 16 0 1 0 2000803964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 799 370 3 0 500 0
[pid=18587] ppid=18564 vsize=5356 CPUtime=0
/proc/18587/stat : 18587 (sh) S 18564 18564 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000804153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18587/statm: 1339 232 193 169 0 50 0
[pid=18588] ppid=18587 vsize=23492 CPUtime=1777.48
/proc/18588/stat : 18588 (picosat) R 18587 18564 16052 0 -1 4194304 18007 0 0 0 177700 48 0 0 25 0 1 0 2000804154 24055808 5467 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/18588/statm: 5873 5467 48 102 0 5768 0
Current children cumulated CPU time (s) 1779.29
Current children cumulated vsize (KiB) 42448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 18627
/proc/meminfo: memFree=1351792/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=1.81
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 1024 12155 0 2 3 1 167 10 16 0 1 0 2000803964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18564/statm: 3400 799 370 3 0 500 0
[pid=18587] ppid=18564 vsize=5356 CPUtime=0
/proc/18587/stat : 18587 (sh) S 18564 18564 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000804153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18587/statm: 1339 232 193 169 0 50 0
[pid=18588] ppid=18587 vsize=24284 CPUtime=1798.28
/proc/18588/stat : 18588 (picosat) R 18587 18564 16052 0 -1 4194304 18218 0 0 0 179780 48 0 0 25 0 1 0 2000804154 24866816 5678 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/18588/statm: 6071 5678 48 102 0 5966 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 43240

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

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

[startup+1803.22 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 18627
/proc/meminfo: memFree=1351792/2055920 swapFree=4180412/4192956
[pid=18564] ppid=18562 vsize=13600 CPUtime=1800.1
/proc/18564/stat : 18564 (sugar) S 18562 18564 16052 0 -1 4194304 1101 30662 0 2 3 1 179947 59 16 0 1 0 2000803964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/18564/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1803.27
CPU time (s): 1800.13
CPU user time (s): 1799.51
CPU system time (s): 0.614906
CPU usage (%): 99.8256
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.614906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32079
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= 2431
involuntary context switches= 12527

runsolver used 1.52177 second user time and 5.2752 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-05 02:38:17
IDJOB=1081695
IDBENCH=57126
IDSOLVER=345
FILE ID=node21/1081695-1215218297
PBS_JOBID= 7881680
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-15.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-1081695-1215218297/watcher-1081695-1215218297 -o /tmp/evaluation-result-1081695-1215218297/solver-1081695-1215218297 -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-1081695-1215218297.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 67e24fac9a0a2993042f71634a476dbd
RANDOM SEED=343043690

node21.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.263
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.263
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:       1415864 kB
Buffers:         93404 kB
Cached:         424064 kB
SwapCached:       6472 kB
Active:         236948 kB
Inactive:       335188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1415864 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:          60936 kB
Slab:            53164 kB
Committed_AS:  3554840 kB
PageTables:       1852 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= 66468 MiB
End job on node21 at 2008-07-05 03:08:22