Trace number 2079694

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosatSAT 1311.92 1314.94

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-1_ext.xml
MD5SUMfc3ea51f147b1da003c7c6dfcba76e43
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.92355
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sun Jul 12 05:16:19 2009
0.06/0.08	c 0	PID 25299
0.06/0.08	c 0	HOST node3.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2079694-1247368579.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079694-1247368579.xml' 'HOME/temp.csp'
0.06/0.77	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.06/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.82	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.89	c 1	Parsing HOME/temp.csp
1.78/1.91	c 2	parsed 141 expressions
1.78/1.92	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.78/1.92	c 2	Converting to clausal form CSP
1.78/1.94	c 2	converted 15 (10%) expressions
1.78/1.96	c 2	converted 29 (20%) expressions
1.78/1.96	c 2	converted 43 (30%) expressions
1.99/2.11	c 2	converted 57 (40%) expressions
1.99/2.12	c 2	converted 71 (50%) expressions
1.99/2.18	c 3	converted 85 (60%) expressions
2.09/2.28	c 3	converted 99 (70%) expressions
2.18/2.39	c 3	converted 113 (80%) expressions
2.28/2.49	c 3	converted 127 (90%) expressions
2.68/2.80	c 3	converted 141 (100%) expressions
2.68/2.80	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.68/2.80	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.68/2.80	c 3	Propagation in CSP
2.68/2.81	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.68/2.81	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.68/2.81	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.68/2.81	c 3	Simplifing CSP by introducing new Boolean variables
2.68/2.81	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.68/2.81	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.78/2.93	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.78/2.93	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.78/2.93	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.78/2.93	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.78/2.94	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.78/2.94	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.78/2.94	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.78/2.94	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.78/2.94	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.78/2.94	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.78/2.94	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.97/3.12	c 3	6 (10%) CSP clauses are encoded (11175 clauses, 256071 bytes)
3.08/3.25	c 4	12 (20%) CSP clauses are encoded (22022 clauses, 516057 bytes)
3.18/3.37	c 4	18 (30%) CSP clauses are encoded (32722 clauses, 775049 bytes)
3.36/3.50	c 4	24 (40%) CSP clauses are encoded (43588 clauses, 1045643 bytes)
3.47/3.63	c 4	30 (50%) CSP clauses are encoded (54359 clauses, 1314026 bytes)
3.57/3.75	c 4	36 (60%) CSP clauses are encoded (65157 clauses, 1588132 bytes)
3.67/3.87	c 4	42 (70%) CSP clauses are encoded (75887 clauses, 1872443 bytes)
3.87/4.00	c 4	48 (80%) CSP clauses are encoded (86687 clauses, 2161789 bytes)
3.97/4.12	c 4	54 (90%) CSP clauses are encoded (97549 clauses, 2452379 bytes)
4.06/4.25	c 5	60 (100%) CSP clauses are encoded (108343 clauses, 2741206 bytes)
4.06/4.25	c 5	60 CSP clauses encoded
4.06/4.25	c 5	Writing map file : HOME/temp.map
4.06/4.25	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.06/4.25	c 5	SAT : 380 SAT variables, 108343 SAT clauses, 2741206 bytes
4.06/4.25	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.06/4.27	c 5	SOLVING HOME/temp.cnf
4.06/4.27	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1311.69/1314.77	c 1315	DECODING HOME/temp.out WITH HOME/temp.map
1311.69/1314.77	c 1315	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1311.77/1314.85	c 1315	Decoding HOME/temp.out
1311.77/1314.87	s SATISFIABLE
1311.77/1314.87	v 1 18 15 19 13 15 8 9 11 10 11 6 8 0 1 3 10 3 6 0
1311.77/1314.89	c 1315	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1311.77/1314.94	c 1315	CPU 1311.89 (0.05 0.01 1310.68 1.15)
1311.77/1314.94	c 1315	END Sun Jul 12 05:38:14 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079694-1247368579/watcher-2079694-1247368579 -o /tmp/evaluation-result-2079694-1247368579/solver-2079694-1247368579 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2079694-1247368579.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.06 2.07 4/82 25299
/proc/meminfo: memFree=1306760/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=12268 CPUtime=0
/proc/25299/stat : 25299 (sugar) R 25297 25299 22067 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23925507 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233632922213 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25299/statm: 3067 316 241 3 0 167 0

[startup+0.0726869 s]
/proc/loadavg: 2.00 2.06 2.07 4/82 25299
/proc/meminfo: memFree=1306760/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16476 CPUtime=0.06
/proc/25299/stat : 25299 (sugar) R 25297 25299 22067 0 -1 4194304 1025 0 0 0 5 1 0 0 18 0 1 0 23925507 16871424 993 996147200 4194304 4206940 548682068608 18446744073709551615 233652767513 0 0 4224 0 0 0 0 17 1 0 0
/proc/25299/statm: 4119 993 380 3 0 698 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16476

[startup+0.101688 s]
/proc/loadavg: 2.00 2.06 2.07 4/82 25299
/proc/meminfo: memFree=1306760/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=0.06
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23925507 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25299/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301723 s]
/proc/loadavg: 2.00 2.06 2.07 4/82 25299
/proc/meminfo: memFree=1306760/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=0.06
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23925507 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25299/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701789 s]
/proc/loadavg: 2.00 2.06 2.07 4/82 25299
/proc/meminfo: memFree=1306760/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=0.06
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23925507 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25299/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50192 s]
/proc/loadavg: 2.00 2.06 2.07 4/93 25321
/proc/meminfo: memFree=1297008/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=0.73
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1309 7061 0 1 5 1 62 5 15 0 1 0 23925507 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 4217 1111 409 3 0 796 0
[pid=25312] ppid=25299 vsize=5356 CPUtime=0
/proc/25312/stat : 25312 (sh) S 25299 25299 22067 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23925590 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25312/statm: 1339 233 193 169 0 50 0
[pid=25313] ppid=25312 vsize=862288 CPUtime=0.65
/proc/25313/stat : 25313 (java) S 25312 25299 22067 0 -1 0 6939 0 1 0 63 2 0 0 18 0 9 0 23925590 882982912 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25313/statm: 215572 6217 2158 9 0 210485 0
[pid=25313/tid=25314] ppid=25312 vsize=862288 CPUtime=0.43
/proc/25313/task/25314/stat : 25314 (java) R 25312 25299 22067 0 -1 64 2028 0 1 0 42 1 0 0 25 0 9 0 23925591 882982912 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4126379139 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25313/tid=25315] ppid=25312 vsize=862288 CPUtime=0.17
/proc/25313/task/25315/stat : 25315 (java) S 25312 25299 22067 0 -1 64 3904 0 0 0 17 0 0 0 16 0 9 0 23925592 882982912 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25313/tid=25316] ppid=25312 vsize=862288 CPUtime=0
/proc/25313/task/25316/stat : 25316 (java) S 25312 25299 22067 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23925592 882982912 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25313/tid=25317] ppid=25312 vsize=862288 CPUtime=0
/proc/25313/task/25317/stat : 25317 (java) S 25312 25299 22067 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23925592 882982912 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25313/tid=25318] ppid=25312 vsize=862288 CPUtime=0
/proc/25313/task/25318/stat : 25318 (java) S 25312 25299 22067 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23925594 882982912 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25313/tid=25319] ppid=25312 vsize=862288 CPUtime=0.03
/proc/25313/task/25319/stat : 25319 (java) S 25312 25299 22067 0 -1 64 304 0 0 0 3 0 0 0 22 0 9 0 23925594 882982912 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25313/tid=25320] ppid=25312 vsize=862288 CPUtime=0
/proc/25313/task/25320/stat : 25320 (java) S 25312 25299 22067 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23925594 882982912 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25313/tid=25321] ppid=25312 vsize=862288 CPUtime=0
/proc/25313/task/25321/stat : 25321 (java) S 25312 25299 22067 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23925594 882982912 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 884512

[startup+3.10218 s]
/proc/loadavg: 2.00 2.05 2.07 4/93 25321
/proc/meminfo: memFree=1273008/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=0.73
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1310 7061 0 1 5 1 62 5 15 0 1 0 23925507 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 4217 1111 409 3 0 796 0
[pid=25312] ppid=25299 vsize=5356 CPUtime=0
/proc/25312/stat : 25312 (sh) S 25299 25299 22067 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23925590 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25312/statm: 1339 233 193 169 0 50 0
[pid=25313] ppid=25312 vsize=864496 CPUtime=2.24
/proc/25313/stat : 25313 (java) S 25312 25299 22067 0 -1 0 15267 0 1 0 216 8 0 0 18 0 9 0 23925590 885243904 14487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25313/statm: 216124 14487 2590 9 0 210601 0
[pid=25313/tid=25314] ppid=25312 vsize=864496 CPUtime=1.17
/proc/25313/task/25314/stat : 25314 (java) R 25312 25299 22067 0 -1 64 3278 0 1 0 115 2 0 0 25 0 9 0 23925591 885243904 14487 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25313/tid=25315] ppid=25312 vsize=864496 CPUtime=0.99
/proc/25313/task/25315/stat : 25315 (java) S 25312 25299 22067 0 -1 64 10953 0 0 0 94 5 0 0 16 0 9 0 23925592 885243904 14487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25313/tid=25316] ppid=25312 vsize=864496 CPUtime=0
/proc/25313/task/25316/stat : 25316 (java) S 25312 25299 22067 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23925592 885243904 14487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25313/tid=25317] ppid=25312 vsize=864496 CPUtime=0
/proc/25313/task/25317/stat : 25317 (java) S 25312 25299 22067 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23925592 885243904 14487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25313/tid=25318] ppid=25312 vsize=864496 CPUtime=0
/proc/25313/task/25318/stat : 25318 (java) S 25312 25299 22067 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23925594 885243904 14487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25313/tid=25319] ppid=25312 vsize=864496 CPUtime=0.07
/proc/25313/task/25319/stat : 25319 (java) S 25312 25299 22067 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 23925594 885243904 14487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25313/tid=25320] ppid=25312 vsize=864496 CPUtime=0
/proc/25313/task/25320/stat : 25320 (java) S 25312 25299 22067 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23925594 885243904 14487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25313/tid=25321] ppid=25312 vsize=864496 CPUtime=0
/proc/25313/task/25321/stat : 25321 (java) S 25312 25299 22067 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23925594 885243904 14487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 886720

[startup+6.3017 s]
/proc/loadavg: 2.00 2.05 2.07 3/85 25323
/proc/meminfo: memFree=1295464/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=4.15
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1364 22685 0 2 5 1 392 17 16 0 1 0 23925507 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 4217 1112 409 3 0 796 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23925934 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=5232 CPUtime=2.01
/proc/25323/stat : 25323 (picosat) R 25322 25299 22067 0 -1 4194304 1237 0 0 0 117 84 0 0 25 0 1 0 23925935 5357568 1223 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25323/statm: 1308 1223 42 102 0 1203 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 27456

[startup+12.7017 s]
/proc/loadavg: 2.00 2.05 2.07 3/85 25323
/proc/meminfo: memFree=1293224/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=4.15
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1364 22685 0 2 5 1 392 17 16 0 1 0 23925507 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 4217 1112 409 3 0 796 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23925934 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=6156 CPUtime=8.37
/proc/25323/stat : 25323 (picosat) R 25322 25299 22067 0 -1 4194304 1463 0 0 0 753 84 0 0 25 0 1 0 23925935 6303744 1449 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25323/statm: 1539 1449 42 102 0 1434 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 28380

[startup+25.5018 s]
/proc/loadavg: 2.00 2.05 2.07 3/85 25323
/proc/meminfo: memFree=1292008/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=4.15
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1364 22685 0 2 5 1 392 17 16 0 1 0 23925507 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 4217 1112 409 3 0 796 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23925934 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=7796 CPUtime=21.11
/proc/25323/stat : 25323 (picosat) R 25322 25299 22067 0 -1 4194304 1784 0 0 0 2026 85 0 0 25 0 1 0 23925935 7983104 1757 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25323/statm: 1949 1757 48 102 0 1844 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 30020

[startup+51.102 s]
/proc/loadavg: 2.00 2.05 2.07 3/85 25323
/proc/meminfo: memFree=1291816/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=4.15
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1364 22685 0 2 5 1 392 17 16 0 1 0 23925507 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 4217 1112 409 3 0 796 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23925934 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=7964 CPUtime=46.58
/proc/25323/stat : 25323 (picosat) R 25322 25299 22067 0 -1 4194304 1834 0 0 0 4573 85 0 0 25 0 1 0 23925935 8155136 1807 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/25323/statm: 1991 1807 48 102 0 1886 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 30188

[startup+102.306 s]
/proc/loadavg: 2.00 2.03 2.06 3/85 25323
/proc/meminfo: memFree=1291240/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=4.15
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1364 22685 0 2 5 1 392 17 16 0 1 0 23925507 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 4217 1112 409 3 0 796 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23925934 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=8488 CPUtime=97.53
/proc/25323/stat : 25323 (picosat) R 25322 25299 22067 0 -1 4194304 1992 0 0 0 9668 85 0 0 25 0 1 0 23925935 8691712 1898 996147200 134512640 134931368 4294956256 18446744073709551615 134522787 0 0 4096 0 0 0 0 17 1 0 0
/proc/25323/statm: 2122 1898 48 102 0 2017 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 30712

[startup+162.303 s]
/proc/loadavg: 2.00 2.03 2.05 3/85 25323
/proc/meminfo: memFree=1290856/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=4.15
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1364 22685 0 2 5 1 392 17 16 0 1 0 23925507 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 4217 1112 409 3 0 796 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23925934 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/25299/statm: 4217 1112 409 3 0 796 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23925934 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=12440 CPUtime=995.28
/proc/25323/stat : 25323 (picosat) R 25322 25299 22067 0 -1 4194304 4229 0 0 0 99435 93 0 0 25 0 1 0 23925935 12738560 2930 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/25323/statm: 3110 2930 48 102 0 3005 0
Current children cumulated CPU time (s) 999.43
Current children cumulated vsize (KiB) 34664

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 25461
/proc/meminfo: memFree=1672936/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=4.15
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1364 22685 0 2 5 1 392 17 16 0 1 0 23925507 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 4217 1112 409 3 0 796 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23925934 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=12572 CPUtime=1055.25
/proc/25323/stat : 25323 (picosat) R 25322 25299 22067 0 -1 4194304 4258 0 0 0 105432 93 0 0 25 0 1 0 23925935 12873728 2959 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/25323/statm: 3143 2959 48 102 0 3038 0
Current children cumulated CPU time (s) 1059.4
Current children cumulated vsize (KiB) 34796

[startup+1122.3 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 25461
/proc/meminfo: memFree=1672424/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=4.15
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1364 22685 0 2 5 1 392 17 16 0 1 0 23925507 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 4217 1112 409 3 0 796 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23925934 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=12968 CPUtime=1115.23
/proc/25323/stat : 25323 (picosat) R 25322 25299 22067 0 -1 4194304 4431 0 0 0 111429 94 0 0 25 0 1 0 23925935 13279232 3046 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25323/statm: 3242 3046 48 102 0 3137 0
Current children cumulated CPU time (s) 1119.38
Current children cumulated vsize (KiB) 35192

[startup+1182.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/84 25461
/proc/meminfo: memFree=1672232/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=4.15
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1364 22685 0 2 5 1 392 17 16 0 1 0 23925507 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 4217 1112 409 3 0 796 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23925934 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=13100 CPUtime=1175.2
/proc/25323/stat : 25323 (picosat) R 25322 25299 22067 0 -1 4194304 4567 0 0 0 117426 94 0 0 25 0 1 0 23925935 13414400 3096 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 0 0 0
/proc/25323/statm: 3275 3096 48 102 0 3170 0
Current children cumulated CPU time (s) 1179.35
Current children cumulated vsize (KiB) 35324

[startup+1242.3 s]
/proc/loadavg: 2.28 2.08 2.02 3/84 25461
/proc/meminfo: memFree=1672232/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=4.15
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1364 22685 0 2 5 1 392 17 16 0 1 0 23925507 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 4217 1112 409 3 0 796 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23925934 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=13232 CPUtime=1235.17
/proc/25323/stat : 25323 (picosat) R 25322 25299 22067 0 -1 4194304 4588 0 0 0 123423 94 0 0 25 0 1 0 23925935 13549568 3117 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25323/statm: 3308 3117 48 102 0 3203 0
Current children cumulated CPU time (s) 1239.32
Current children cumulated vsize (KiB) 35456

[startup+1302.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/84 25461
/proc/meminfo: memFree=1671976/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=4.15
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1364 22685 0 2 5 1 392 17 16 0 1 0 23925507 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 4217 1112 409 3 0 796 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23925934 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=13232 CPUtime=1295.14
/proc/25323/stat : 25323 (picosat) R 25322 25299 22067 0 -1 4194304 4709 0 0 0 129420 94 0 0 25 0 1 0 23925935 13549568 3148 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25323/statm: 3308 3148 48 102 0 3203 0
Current children cumulated CPU time (s) 1299.29
Current children cumulated vsize (KiB) 35456

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

[startup+1305.5 s]
/proc/loadavg: 2.10 2.07 2.01 4/84 25461
/proc/meminfo: memFree=1671976/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=4.15
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1364 22685 0 2 5 1 392 17 16 0 1 0 23925507 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 4217 1112 409 3 0 796 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23925934 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=13232 CPUtime=1298.34
/proc/25323/stat : 25323 (picosat) R 25322 25299 22067 0 -1 4194304 4709 0 0 0 129740 94 0 0 25 0 1 0 23925935 13549568 3148 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25323/statm: 3308 3148 48 102 0 3203 0
Current children cumulated CPU time (s) 1302.49
Current children cumulated vsize (KiB) 35456

[startup+1311.9 s]
/proc/loadavg: 2.09 2.06 2.01 3/84 25461
/proc/meminfo: memFree=1671976/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=4.15
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1364 22685 0 2 5 1 392 17 16 0 1 0 23925507 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 4217 1112 409 3 0 796 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23925934 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=13232 CPUtime=1304.73
/proc/25323/stat : 25323 (picosat) R 25322 25299 22067 0 -1 4194304 4709 0 0 0 130379 94 0 0 25 0 1 0 23925935 13549568 3148 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25323/statm: 3308 3148 48 102 0 3203 0
Current children cumulated CPU time (s) 1308.88
Current children cumulated vsize (KiB) 35456

[startup+1313.5 s]
/proc/loadavg: 2.08 2.06 2.01 3/84 25461
/proc/meminfo: memFree=1671976/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=4.15
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1364 22685 0 2 5 1 392 17 16 0 1 0 23925507 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 4217 1112 409 3 0 796 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23925934 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=13232 CPUtime=1306.33
/proc/25323/stat : 25323 (picosat) R 25322 25299 22067 0 -1 4194304 4709 0 0 0 130539 94 0 0 25 0 1 0 23925935 13549568 3148 996147200 134512640 134931368 4294956256 18446744073709551615 134525907 0 0 4096 0 0 0 0 17 0 0 0
/proc/25323/statm: 3308 3148 48 102 0 3203 0
Current children cumulated CPU time (s) 1310.48
Current children cumulated vsize (KiB) 35456

[startup+1314.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/84 25461
/proc/meminfo: memFree=1671976/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=4.15
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1364 22685 0 2 5 1 392 17 16 0 1 0 23925507 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 4217 1112 409 3 0 796 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23925934 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=13232 CPUtime=1307.14
/proc/25323/stat : 25323 (picosat) R 25322 25299 22067 0 -1 4194304 4709 0 0 0 130620 94 0 0 25 0 1 0 23925935 13549568 3148 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25323/statm: 3308 3148 48 102 0 3203 0
Current children cumulated CPU time (s) 1311.29
Current children cumulated vsize (KiB) 35456

[startup+1314.7 s]
/proc/loadavg: 2.08 2.06 2.01 3/84 25461
/proc/meminfo: memFree=1671976/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=4.15
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1364 22685 0 2 5 1 392 17 16 0 1 0 23925507 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 4217 1112 409 3 0 796 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23925934 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=13232 CPUtime=1307.54
/proc/25323/stat : 25323 (picosat) R 25322 25299 22067 0 -1 4194304 4709 0 0 0 130660 94 0 0 25 0 1 0 23925935 13549568 3148 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25323/statm: 3308 3148 48 102 0 3203 0
Current children cumulated CPU time (s) 1311.69
Current children cumulated vsize (KiB) 35456

[startup+1314.9 s]
/proc/loadavg: 2.08 2.06 2.01 3/84 25461
/proc/meminfo: memFree=1671976/2055920 swapFree=4192812/4192956
[pid=25299] ppid=25297 vsize=16868 CPUtime=1311.77
/proc/25299/stat : 25299 (sugar) S 25297 25299 22067 0 -1 4194304 1446 27685 0 2 5 1 131059 112 15 0 1 0 23925507 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1311.77
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1314.94
CPU time (s): 1311.92
CPU user time (s): 1310.75
CPU system time (s): 1.17282
CPU usage (%): 99.7704
Max. virtual memory (cumulated for all children) (KiB): 886720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1310.75
system time used= 1.17282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32959
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2696
involuntary context switches= 21125

runsolver used 1.49877 second user time and 4.49832 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 05:16:19
IDJOB=2079694
IDBENCH=56938
IDSOLVER=738
FILE ID=node3/2079694-1247368579
PBS_JOBID= 9507069
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-1_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079694-1247368579/watcher-2079694-1247368579 -o /tmp/evaluation-result-2079694-1247368579/solver-2079694-1247368579 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2079694-1247368579.xml

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

MD5SUM BENCH= fc3ea51f147b1da003c7c6dfcba76e43
RANDOM SEED=2076334694

node3.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.259
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.259
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:       1307240 kB
Buffers:         48296 kB
Cached:         178144 kB
SwapCached:          0 kB
Active:         593892 kB
Inactive:        91140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1307240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2640 kB
Writeback:           0 kB
Mapped:         479028 kB
Slab:            48000 kB
Committed_AS:   647688 kB
PageTables:       2664 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= 66408 MiB
End job on node3 at 2009-07-12 05:38:14