Trace number 1082199

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.07 1811.12

General information on the benchmark

Namecsp/langford3/
normalized-langford-3-21.xml
MD5SUM5f0f8f8470d45e3c8d6ee9b012898b2b
Bench Category2-ARY-INT (binary 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 variables63
Number of constraints1995
Maximum constraint arity2
Maximum domain size63
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1995
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 03:27:16 2008
0.00/0.05	c 0	PID 13160
0.00/0.05	c 0	HOST node61.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1082199-1215221236.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-1082199-1215221236.xml' 'HOME/temp.csp'
0.03/0.59	c 1	1 domains, 63 variables, 2 predicates, 0 relations, 1995 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.90/1.01	c 1	parsed 2061 expressions
0.90/1.01	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.90/1.01	c 1	Converting to clausal form CSP
0.90/1.08	c 1	converted 207 (10%) expressions
1.01/1.18	c 1	converted 413 (20%) expressions
1.11/1.21	c 1	converted 619 (30%) expressions
1.11/1.22	c 1	converted 825 (40%) expressions
1.11/1.23	c 1	converted 1031 (50%) expressions
1.11/1.24	c 1	converted 1237 (60%) expressions
1.11/1.25	c 1	converted 1443 (70%) expressions
1.11/1.25	c 1	converted 1649 (80%) expressions
1.11/1.26	c 1	converted 1855 (90%) expressions
1.11/1.27	c 1	converted 2061 (100%) expressions
1.11/1.27	c 1	CSP : 63 integers, 0 booleans, 2037 clauses, largest domain size 63
1.11/1.27	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.27	c 1	Propagation in CSP
1.20/1.32	c 1	1512 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.20/1.32	c 1	CSP : 63 integers, 0 booleans, 2037 clauses, largest domain size 59
1.20/1.32	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.32	c 1	Simplifing CSP by introducing new Boolean variables
1.20/1.36	c 1	CSP : 63 integers, 3906 booleans, 5943 clauses, largest domain size 59
1.20/1.36	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.40	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.29/1.42	c 1	7 (10%) CSP integer variables are encoded (357 clauses, 3779 bytes)
1.29/1.42	c 1	13 (20%) CSP integer variables are encoded (585 clauses, 6287 bytes)
1.29/1.42	c 1	19 (30%) CSP integer variables are encoded (741 clauses, 8003 bytes)
1.29/1.42	c 1	26 (40%) CSP integer variables are encoded (1042 clauses, 11449 bytes)
1.29/1.42	c 1	32 (50%) CSP integer variables are encoded (1294 clauses, 14725 bytes)
1.29/1.42	c 1	38 (60%) CSP integer variables are encoded (1474 clauses, 17065 bytes)
1.29/1.42	c 1	45 (70%) CSP integer variables are encoded (1719 clauses, 20250 bytes)
1.29/1.42	c 1	51 (80%) CSP integer variables are encoded (1995 clauses, 23838 bytes)
1.29/1.43	c 1	57 (90%) CSP integer variables are encoded (2199 clauses, 26490 bytes)
1.29/1.43	c 1	63 (100%) CSP integer variables are encoded (2331 clauses, 28206 bytes)
1.29/1.48	c 1	595 (10%) CSP clauses are encoded (17128 clauses, 273776 bytes)
1.40/1.52	c 2	1189 (20%) CSP clauses are encoded (30246 clauses, 499649 bytes)
1.40/1.55	c 2	1783 (30%) CSP clauses are encoded (40887 clauses, 682531 bytes)
1.40/1.58	c 2	2378 (40%) CSP clauses are encoded (48954 clauses, 820462 bytes)
1.40/1.59	c 2	2972 (50%) CSP clauses are encoded (54336 clauses, 911367 bytes)
1.50/1.61	c 2	3566 (60%) CSP clauses are encoded (62236 clauses, 1047534 bytes)
1.50/1.64	c 2	4161 (70%) CSP clauses are encoded (75945 clauses, 1297122 bytes)
1.50/1.66	c 2	4755 (80%) CSP clauses are encoded (87134 clauses, 1503404 bytes)
1.50/1.68	c 2	5349 (90%) CSP clauses are encoded (95149 clauses, 1649723 bytes)
1.60/1.71	c 2	5943 (100%) CSP clauses are encoded (107543 clauses, 1880457 bytes)
1.60/1.71	c 2	5943 CSP clauses encoded
1.60/1.71	c 2	Writing map file : HOME/temp.map
1.60/1.71	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.71	c 2	SAT : 6300 SAT variables, 107543 SAT clauses, 1880457 bytes
1.60/1.71	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.76	c 2	SOLVING HOME/temp.cnf
1.60/1.76	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1811.10	sh: line 1: 13184 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.03/1811.10	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1811.10	c 1811	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/1811.11	c ERROR INTERRUPTED
1800.03/1811.12	s UNKNOWN
1800.03/1811.12	c 1811	CPU 1799.35 (0.04 0 1799.31 0.69)
1800.03/1811.12	c 1811	END Sat Jul  5 03:57:27 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-1082199-1215221236/watcher-1082199-1215221236 -o /tmp/evaluation-result-1082199-1215221236/solver-1082199-1215221236 -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-1082199-1215221236.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.14 2.04 2.01 4/81 13160
/proc/meminfo: memFree=1563904/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=18572 CPUtime=0
/proc/13160/stat : 13160 (runsolver) R 13158 13160 9794 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2001094920 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13160/statm: 4643 292 257 25 0 2626 0

[startup+0.0881149 s]
/proc/loadavg: 2.14 2.04 2.01 4/81 13160
/proc/meminfo: memFree=1563904/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=0.03
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001094920 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101114 s]
/proc/loadavg: 2.14 2.04 2.01 4/81 13160
/proc/meminfo: memFree=1563904/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=0.03
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001094920 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301143 s]
/proc/loadavg: 2.14 2.04 2.01 4/81 13160
/proc/meminfo: memFree=1563904/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=0.03
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001094920 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701226 s]
/proc/loadavg: 2.14 2.04 2.01 4/81 13160
/proc/meminfo: memFree=1563904/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=0.56
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 956 5098 0 1 3 0 50 3 16 0 1 0 2001094920 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+1.50236 s]
/proc/loadavg: 2.14 2.04 2.01 3/92 13182
/proc/meminfo: memFree=1555688/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=0.57
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 974 5098 0 1 4 0 50 3 15 0 1 0 2001094920 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 797 370 3 0 500 0
[pid=13173] ppid=13160 vsize=5356 CPUtime=0
/proc/13173/stat : 13173 (sh) S 13160 13160 9794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001094984 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13173/statm: 1339 233 193 169 0 50 0
[pid=13174] ppid=13173 vsize=868488 CPUtime=0.83
/proc/13174/stat : 13174 (java) S 13173 13160 9794 0 -1 0 6717 0 1 0 78 5 0 0 18 0 9 0 2001094984 889331712 5947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13174/statm: 217122 5947 2562 9 0 211669 0
[pid=13174/tid=13175] ppid=13173 vsize=868488 CPUtime=0.52
/proc/13174/task/13175/stat : 13175 (java) R 13173 13160 9794 0 -1 64 2717 0 1 0 50 2 0 0 21 0 9 0 2001094985 889331712 5947 996147200 134512640 134550740 4294955952 18446744073709551615 4125960355 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13174/tid=13176] ppid=13173 vsize=868488 CPUtime=0.06
/proc/13174/task/13176/stat : 13176 (java) S 13173 13160 9794 0 -1 64 1855 0 0 0 6 0 0 0 16 0 9 0 2001094986 889331712 5947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13174/tid=13177] ppid=13173 vsize=868488 CPUtime=0
/proc/13174/task/13177/stat : 13177 (java) S 13173 13160 9794 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001094986 889331712 5947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13174/tid=13178] ppid=13173 vsize=868488 CPUtime=0
/proc/13174/task/13178/stat : 13178 (java) S 13173 13160 9794 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001094986 889331712 5947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13174/tid=13179] ppid=13173 vsize=868488 CPUtime=0
/proc/13174/task/13179/stat : 13179 (java) S 13173 13160 9794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001094988 889331712 5947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13174/tid=13180] ppid=13173 vsize=868488 CPUtime=0.21
/proc/13174/task/13180/stat : 13180 (java) S 13173 13160 9794 0 -1 64 1453 0 0 0 21 0 0 0 16 0 9 0 2001094988 889331712 5947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13174/tid=13181] ppid=13173 vsize=868488 CPUtime=0
/proc/13174/task/13181/stat : 13181 (java) S 13173 13160 9794 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001094988 889331712 5947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13174/tid=13182] ppid=13173 vsize=868488 CPUtime=0
/proc/13174/task/13182/stat : 13182 (java) S 13173 13160 9794 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001094988 889331712 5947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887444

[startup+3.10264 s]
/proc/loadavg: 2.14 2.04 2.01 3/84 13184
/proc/meminfo: memFree=1558120/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=1.64
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 1022 12176 0 2 4 0 149 11 16 0 1 0 2001094920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 798 370 3 0 500 0
[pid=13183] ppid=13160 vsize=5356 CPUtime=0
/proc/13183/stat : 13183 (sh) S 13160 13160 9794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001095097 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13183/statm: 1339 232 193 169 0 50 0
[pid=13184] ppid=13183 vsize=4924 CPUtime=1.31
/proc/13184/stat : 13184 (picosat) R 13183 13160 9794 0 -1 4194304 1097 0 0 0 81 50 0 0 25 0 1 0 2001095097 5042176 1083 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13184/statm: 1231 1083 42 102 0 1126 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 23880

[startup+6.3012 s]
/proc/loadavg: 2.13 2.04 2.01 3/84 13184
/proc/meminfo: memFree=1555112/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=1.64
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 1022 12176 0 2 4 0 149 11 16 0 1 0 2001094920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 798 370 3 0 500 0
[pid=13183] ppid=13160 vsize=5356 CPUtime=0
/proc/13183/stat : 13183 (sh) S 13160 13160 9794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001095097 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13183/statm: 1339 232 193 169 0 50 0
[pid=13184] ppid=13183 vsize=5188 CPUtime=4.48
/proc/13184/stat : 13184 (picosat) R 13183 13160 9794 0 -1 4194304 1182 0 0 0 398 50 0 0 25 0 1 0 2001095097 5312512 1168 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13184/statm: 1297 1168 42 102 0 1192 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 24144

[startup+12.7013 s]
/proc/loadavg: 2.12 2.04 2.01 3/84 13184
/proc/meminfo: memFree=1554344/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=1.64
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 1022 12176 0 2 4 0 149 11 16 0 1 0 2001094920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 798 370 3 0 500 0
[pid=13183] ppid=13160 vsize=5356 CPUtime=0
/proc/13183/stat : 13183 (sh) S 13160 13160 9794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001095097 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13183/statm: 1339 232 193 169 0 50 0
[pid=13184] ppid=13183 vsize=5848 CPUtime=10.81
/proc/13184/stat : 13184 (picosat) R 13183 13160 9794 0 -1 4194304 1337 0 0 0 1031 50 0 0 25 0 1 0 2001095097 5988352 1323 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13184/statm: 1462 1323 42 102 0 1357 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 24804

[startup+25.5016 s]
/proc/loadavg: 2.09 2.04 2.01 3/84 13184
/proc/meminfo: memFree=1553448/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=1.64
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 1022 12176 0 2 4 0 149 11 16 0 1 0 2001094920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 798 370 3 0 500 0
[pid=13183] ppid=13160 vsize=5356 CPUtime=0
/proc/13183/stat : 13183 (sh) S 13160 13160 9794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001095097 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13183/statm: 1339 232 193 169 0 50 0
[pid=13184] ppid=13183 vsize=6772 CPUtime=23.49
/proc/13184/stat : 13184 (picosat) R 13183 13160 9794 0 -1 4194304 1576 0 0 0 2298 51 0 0 25 0 1 0 2001095097 6934528 1562 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13184/statm: 1693 1562 42 102 0 1588 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 25728

[startup+51.1011 s]
/proc/loadavg: 2.06 2.03 2.01 3/84 13184
/proc/meminfo: memFree=1552616/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=1.64
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 1022 12176 0 2 4 0 149 11 16 0 1 0 2001094920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 798 370 3 0 500 0
[pid=13183] ppid=13160 vsize=5356 CPUtime=0
/proc/13183/stat : 13183 (sh) S 13160 13160 9794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001095097 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13183/statm: 1339 232 193 169 0 50 0
[pid=13184] ppid=13183 vsize=7360 CPUtime=48.85
/proc/13184/stat : 13184 (picosat) R 13183 13160 9794 0 -1 4194304 1757 0 0 0 4834 51 0 0 25 0 1 0 2001095097 7536640 1730 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/13184/statm: 1840 1730 48 102 0 1735 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 26316

[startup+102.307 s]
/proc/loadavg: 2.02 2.03 2.00 3/84 13184
/proc/meminfo: memFree=1552168/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=1.64
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 1022 12176 0 2 4 0 149 11 16 0 1 0 2001094920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 798 370 3 0 500 0
[pid=13183] ppid=13160 vsize=5356 CPUtime=0
/proc/13183/stat : 13183 (sh) S 13160 13160 9794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001095097 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13183/statm: 1339 232 193 169 0 50 0
[pid=13184] ppid=13183 vsize=7688 CPUtime=99.57
/proc/13184/stat : 13184 (picosat) R 13183 13160 9794 0 -1 4194304 1849 0 0 0 9906 51 0 0 25 0 1 0 2001095097 7872512 1822 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/13184/statm: 1922 1822 48 102 0 1817 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 26644

[startup+162.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 13184
/proc/meminfo: memFree=1551912/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=1.64
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 1022 12176 0 2 4 0 149 11 16 0 1 0 2001094920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 798 370 3 0 500 0
[pid=13183] ppid=13160 vsize=5356 CPUtime=0
/proc/13183/stat : 13183 (sh) S 13160 13160 9794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001095097 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13183/statm: 1339 232 193 169 0 50 0
[pid=13184] ppid=13183 vsize=7984 CPUtime=159
/proc/13184/stat : 13184 (picosat) R 13183 13160 9794 0 -1 4194304 1931 0 0 0 15849 51 0 0 25 0 1 0 2001095097 8175616 1904 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/13184/statm: 1996 1904 48 102 0 1891 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 26940

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 13184
/proc/meminfo: memFree=1551656/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=1.64
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 1022 12176 0 2 4 0 149 11 16 0 1 0 2001094920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 798 370 3 0 500 0
[pid=13183] ppid=13160 vsize=5356 CPUtime=0
/proc/13183/stat : 13183 (sh) S 13160 13160 9794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001095097 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=13160] ppid=13158 vsize=13600 CPUtime=1.64
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 1022 12176 0 2 4 0 149 11 16 0 1 0 2001094920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 798 370 3 0 500 0
[pid=13183] ppid=13160 vsize=5356 CPUtime=0
/proc/13183/stat : 13183 (sh) S 13160 13160 9794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001095097 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13183/statm: 1339 232 193 169 0 50 0
[pid=13184] ppid=13183 vsize=13004 CPUtime=1291.68
/proc/13184/stat : 13184 (picosat) R 13183 13160 9794 0 -1 4194304 3893 0 0 0 129112 56 0 0 25 0 1 0 2001095097 13316096 3013 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13184/statm: 3251 3013 48 102 0 3146 0
Current children cumulated CPU time (s) 1293.32
Current children cumulated vsize (KiB) 31960

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 13255
/proc/meminfo: memFree=1567936/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=1.64
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 1022 12176 0 2 4 0 149 11 16 0 1 0 2001094920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 798 370 3 0 500 0
[pid=13183] ppid=13160 vsize=5356 CPUtime=0
/proc/13183/stat : 13183 (sh) S 13160 13160 9794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001095097 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13183/statm: 1339 232 193 169 0 50 0
[pid=13184] ppid=13183 vsize=13004 CPUtime=1351.43
/proc/13184/stat : 13184 (picosat) R 13183 13160 9794 0 -1 4194304 3893 0 0 0 135087 56 0 0 25 0 1 0 2001095097 13316096 3013 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13184/statm: 3251 3013 48 102 0 3146 0
Current children cumulated CPU time (s) 1353.07
Current children cumulated vsize (KiB) 31960

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13255
/proc/meminfo: memFree=1567168/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=1.64
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 1022 12176 0 2 4 0 149 11 16 0 1 0 2001094920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 798 370 3 0 500 0
[pid=13183] ppid=13160 vsize=5356 CPUtime=0
/proc/13183/stat : 13183 (sh) S 13160 13160 9794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001095097 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13183/statm: 1339 232 193 169 0 50 0
[pid=13184] ppid=13183 vsize=13532 CPUtime=1411.18
/proc/13184/stat : 13184 (picosat) R 13183 13160 9794 0 -1 4194304 4104 0 0 0 141062 56 0 0 25 0 1 0 2001095097 13856768 3152 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/13184/statm: 3383 3152 48 102 0 3278 0
Current children cumulated CPU time (s) 1412.82
Current children cumulated vsize (KiB) 32488

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13255
/proc/meminfo: memFree=1567104/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=1.64
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 1022 12176 0 2 4 0 149 11 16 0 1 0 2001094920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 798 370 3 0 500 0
[pid=13183] ppid=13160 vsize=5356 CPUtime=0
/proc/13183/stat : 13183 (sh) S 13160 13160 9794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001095097 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13183/statm: 1339 232 193 169 0 50 0
[pid=13184] ppid=13183 vsize=13532 CPUtime=1470.93
/proc/13184/stat : 13184 (picosat) R 13183 13160 9794 0 -1 4194304 4104 0 0 0 147037 56 0 0 25 0 1 0 2001095097 13856768 3152 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13184/statm: 3383 3152 48 102 0 3278 0
Current children cumulated CPU time (s) 1472.57
Current children cumulated vsize (KiB) 32488

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13255
/proc/meminfo: memFree=1567040/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=1.64
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 1022 12176 0 2 4 0 149 11 16 0 1 0 2001094920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 798 370 3 0 500 0
[pid=13183] ppid=13160 vsize=5356 CPUtime=0
/proc/13183/stat : 13183 (sh) S 13160 13160 9794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001095097 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13183/statm: 1339 232 193 169 0 50 0
[pid=13184] ppid=13183 vsize=13532 CPUtime=1530.69
/proc/13184/stat : 13184 (picosat) R 13183 13160 9794 0 -1 4194304 4176 0 0 0 153013 56 0 0 25 0 1 0 2001095097 13856768 3152 996147200 134512640 134931368 4294956256 18446744073709551615 134524014 0 0 4096 0 0 0 0 17 0 0 0
/proc/13184/statm: 3383 3152 48 102 0 3278 0
Current children cumulated CPU time (s) 1532.33
Current children cumulated vsize (KiB) 32488

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13255
/proc/meminfo: memFree=1567040/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=1.64
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 1022 12176 0 2 4 0 149 11 16 0 1 0 2001094920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 798 370 3 0 500 0
[pid=13183] ppid=13160 vsize=5356 CPUtime=0
/proc/13183/stat : 13183 (sh) S 13160 13160 9794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001095097 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13183/statm: 1339 232 193 169 0 50 0
[pid=13184] ppid=13183 vsize=13532 CPUtime=1590.45
/proc/13184/stat : 13184 (picosat) R 13183 13160 9794 0 -1 4194304 4176 0 0 0 158988 57 0 0 25 0 1 0 2001095097 13856768 3152 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13184/statm: 3383 3152 48 102 0 3278 0
Current children cumulated CPU time (s) 1592.09
Current children cumulated vsize (KiB) 32488

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13255
/proc/meminfo: memFree=1566528/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=1.64
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 1022 12176 0 2 4 0 149 11 16 0 1 0 2001094920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 798 370 3 0 500 0
[pid=13183] ppid=13160 vsize=5356 CPUtime=0
/proc/13183/stat : 13183 (sh) S 13160 13160 9794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001095097 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13183/statm: 1339 232 193 169 0 50 0
[pid=13184] ppid=13183 vsize=14060 CPUtime=1650.2
/proc/13184/stat : 13184 (picosat) R 13183 13160 9794 0 -1 4194304 4379 0 0 0 164963 57 0 0 25 0 1 0 2001095097 14397440 3279 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13184/statm: 3515 3279 48 102 0 3410 0
Current children cumulated CPU time (s) 1651.84
Current children cumulated vsize (KiB) 33016

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13255
/proc/meminfo: memFree=1566592/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=1.64
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 1022 12176 0 2 4 0 149 11 16 0 1 0 2001094920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 798 370 3 0 500 0
[pid=13183] ppid=13160 vsize=5356 CPUtime=0
/proc/13183/stat : 13183 (sh) S 13160 13160 9794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001095097 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13183/statm: 1339 232 193 169 0 50 0
[pid=13184] ppid=13183 vsize=14060 CPUtime=1709.95
/proc/13184/stat : 13184 (picosat) R 13183 13160 9794 0 -1 4194304 4379 0 0 0 170938 57 0 0 25 0 1 0 2001095097 14397440 3279 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13184/statm: 3515 3279 48 102 0 3410 0
Current children cumulated CPU time (s) 1711.59
Current children cumulated vsize (KiB) 33016

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13255
/proc/meminfo: memFree=1566464/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=1.64
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 1022 12176 0 2 4 0 149 11 16 0 1 0 2001094920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 798 370 3 0 500 0
[pid=13183] ppid=13160 vsize=5356 CPUtime=0
/proc/13183/stat : 13183 (sh) S 13160 13160 9794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001095097 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13183/statm: 1339 232 193 169 0 50 0
[pid=13184] ppid=13183 vsize=14192 CPUtime=1769.7
/proc/13184/stat : 13184 (picosat) R 13183 13160 9794 0 -1 4194304 4493 0 0 0 176913 57 0 0 25 0 1 0 2001095097 14532608 3313 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13184/statm: 3548 3313 48 102 0 3443 0
Current children cumulated CPU time (s) 1771.34
Current children cumulated vsize (KiB) 33148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13255
/proc/meminfo: memFree=1566400/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=1.64
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 1022 12176 0 2 4 0 149 11 16 0 1 0 2001094920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 798 370 3 0 500 0
[pid=13183] ppid=13160 vsize=5356 CPUtime=0
/proc/13183/stat : 13183 (sh) S 13160 13160 9794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001095097 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13183/statm: 1339 232 193 169 0 50 0
[pid=13184] ppid=13183 vsize=14192 CPUtime=1798.39
/proc/13184/stat : 13184 (picosat) R 13183 13160 9794 0 -1 4194304 4493 0 0 0 179782 57 0 0 25 0 1 0 2001095097 14532608 3313 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13184/statm: 3548 3313 48 102 0 3443 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 33148

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

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

[startup+1811.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13255
/proc/meminfo: memFree=1566400/2055920 swapFree=4180700/4192956
[pid=13160] ppid=13158 vsize=13600 CPUtime=1.64
/proc/13160/stat : 13160 (sugar) S 13158 13160 9794 0 -1 4194304 1022 12176 0 2 4 0 149 11 16 0 1 0 2001094920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13160/statm: 3400 798 370 3 0 500 0
[pid=13183] ppid=13160 vsize=5356 CPUtime=0
/proc/13183/stat : 13183 (sh) S 13160 13160 9794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001095097 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13183/statm: 1339 232 193 169 0 50 0
[pid=13184] ppid=13183 vsize=14192 CPUtime=1798.39
/proc/13184/stat : 13184 (picosat) R 13183 13160 9794 0 -1 4194304 4493 0 0 0 179782 57 0 0 25 0 1 0 2001095097 14532608 3313 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13184/statm: 3548 3313 48 102 0 3443 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 33148

Child status: 0
Real time (s): 1811.12
CPU time (s): 1800.07
CPU user time (s): 1799.36
CPU system time (s): 0.708892
CPU usage (%): 99.3899
Max. virtual memory (cumulated for all children) (KiB): 887444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.708892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18401
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= 1997
involuntary context switches= 34890

runsolver used 1.80173 second user time and 5.42117 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-05 03:27:16
IDJOB=1082199
IDBENCH=57189
IDSOLVER=345
FILE ID=node61/1082199-1215221236
PBS_JOBID= 7881660
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/langford3/normalized-langford-3-21.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-1082199-1215221236/watcher-1082199-1215221236 -o /tmp/evaluation-result-1082199-1215221236/solver-1082199-1215221236 -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-1082199-1215221236.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5f0f8f8470d45e3c8d6ee9b012898b2b
RANDOM SEED=1196321452

node61.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.269
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.269
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:       1564384 kB
Buffers:         62436 kB
Cached:         293816 kB
SwapCached:       6188 kB
Active:         239828 kB
Inactive:       193700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564384 kB
SwapTotal:     4192956 kB
SwapFree:      4180700 kB
Dirty:            1504 kB
Writeback:           0 kB
Mapped:          93464 kB
Slab:            43128 kB
Committed_AS:  4069504 kB
PageTables:       1936 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node61 at 2008-07-05 03:57:29