Trace number 2073655

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 336.376 339.791

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle20.xml
MD5SUM60ea8e7c38bc48f41c7b60012653aa3f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.203968
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints92
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension68
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 02:33:54 2009
0.00/0.08	c 0	PID 18493
0.00/0.08	c 0	HOST node30.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2073655-1247358834.xml TO HOME/temp.csp
0.00/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-2073655-1247358834.xml' 'HOME/temp.csp'
0.06/0.66	c 1	1 domains, 52 variables, 6 predicates, 4 relations, 92 constraints
0.06/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.72	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.80	c 1	Parsing HOME/temp.csp
1.09/1.21	c 1	parsed 155 expressions
1.09/1.22	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.09/1.22	c 1	Converting to clausal form CSP
1.18/1.30	c 2	converted 16 (10%) expressions
1.18/1.30	c 2	converted 31 (20%) expressions
1.18/1.30	c 2	converted 47 (30%) expressions
1.18/1.33	c 2	converted 62 (40%) expressions
1.29/1.44	c 2	converted 78 (50%) expressions
1.58/1.79	c 2	converted 93 (60%) expressions
1.68/1.81	c 2	converted 109 (70%) expressions
2.86/3.10	c 3	converted 124 (80%) expressions
2.96/3.11	c 3	converted 140 (90%) expressions
2.96/3.13	c 3	converted 155 (100%) expressions
2.96/3.13	c 3	CSP : 52 integers, 0 booleans, 92 clauses, largest domain size 26
2.96/3.13	c 3	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.96/3.13	c 3	Propagation in CSP
2.96/3.13	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.96/3.13	c 3	CSP : 52 integers, 0 booleans, 92 clauses, largest domain size 26
2.96/3.13	c 3	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.96/3.14	c 3	Simplifing CSP by introducing new Boolean variables
2.96/3.14	c 3	CSP : 52 integers, 512 booleans, 604 clauses, largest domain size 26
2.96/3.14	c 3	Heap : 50 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.26/3.46	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.26/3.47	c 4	6 (10%) CSP integer variables are encoded (144 clauses, 1440 bytes)
3.26/3.47	c 4	11 (20%) CSP integer variables are encoded (264 clauses, 2760 bytes)
3.26/3.47	c 4	16 (30%) CSP integer variables are encoded (384 clauses, 4080 bytes)
3.26/3.47	c 4	21 (40%) CSP integer variables are encoded (504 clauses, 5400 bytes)
3.26/3.47	c 4	26 (50%) CSP integer variables are encoded (624 clauses, 6720 bytes)
3.26/3.48	c 4	32 (60%) CSP integer variables are encoded (768 clauses, 8304 bytes)
3.26/3.48	c 4	37 (70%) CSP integer variables are encoded (888 clauses, 9624 bytes)
3.26/3.48	c 4	42 (80%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
3.26/3.48	c 4	47 (90%) CSP integer variables are encoded (1128 clauses, 12601 bytes)
3.26/3.48	c 4	52 (100%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
14.94/15.24	c 16	61 (10%) CSP clauses are encoded (180203 clauses, 6513142 bytes)
14.94/15.25	c 16	121 (20%) CSP clauses are encoded (181563 clauses, 6535492 bytes)
14.94/15.25	c 16	182 (30%) CSP clauses are encoded (182924 clauses, 6558896 bytes)
314.43/317.60	c 318	242 (40%) CSP clauses are encoded (796040 clauses, 37469059 bytes)
314.43/317.60	c 318	302 (50%) CSP clauses are encoded (797450 clauses, 37492555 bytes)
314.43/317.61	c 318	363 (60%) CSP clauses are encoded (798861 clauses, 37516335 bytes)
314.43/317.61	c 318	423 (70%) CSP clauses are encoded (800246 clauses, 37540030 bytes)
314.43/317.62	c 318	484 (80%) CSP clauses are encoded (801682 clauses, 37564677 bytes)
314.43/317.62	c 318	544 (90%) CSP clauses are encoded (803117 clauses, 37589543 bytes)
314.43/317.63	c 318	604 (100%) CSP clauses are encoded (804552 clauses, 37614419 bytes)
314.43/317.63	c 318	604 CSP clauses encoded
314.43/317.63	c 318	Writing map file : HOME/temp.map
314.43/317.63	c 318	Heap : 58 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
314.43/317.63	c 318	SAT : 1812 SAT variables, 804552 SAT clauses, 37614419 bytes
314.43/317.63	c 318	Heap : 58 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
314.43/317.68	c 318	SOLVING HOME/temp.cnf
314.43/317.68	c 318	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
336.10/339.58	c 340	DECODING HOME/temp.out WITH HOME/temp.map
336.10/339.58	c 340	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'
336.21/339.67	c 340	Decoding HOME/temp.out
336.21/339.71	s SATISFIABLE
336.21/339.71	v 2 20 3 15 14 6 14 18 14 0 17 18 12 4 13 1 14 10 4 4 18 0 20 4 12 4 0 3 3 4 15 7 0 0 12 8 18 7 0 17 3 8 4 17 18 14 20 17 18 22 14 4
336.21/339.72	c 340	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
336.21/339.76	c 340	CPU 336.34 (0.06 0.02 325.13 11.13)
336.21/339.77	c 340	END Sun Jul 12 02:39:34 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-2073655-1247358834/watcher-2073655-1247358834 -o /tmp/evaluation-result-2073655-1247358834/solver-2073655-1247358834 -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-2073655-1247358834.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.02 2.07 2.04 4/82 18493
/proc/meminfo: memFree=1795976/2055920 swapFree=4192812/4192956
[pid=18493] ppid=18491 vsize=4708 CPUtime=0
/proc/18493/stat : 18493 (sugar) R 18491 18493 15314 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 22949538 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 264904963465 0 0 4096 0 0 0 0 17 1 0 0
/proc/18493/statm: 1177 43 33 3 0 8 0

[startup+0.138273 s]
/proc/loadavg: 2.02 2.07 2.04 4/82 18493
/proc/meminfo: memFree=1795976/2055920 swapFree=4192812/4192956
[pid=18493] ppid=18491 vsize=16868 CPUtime=0.06
/proc/18493/stat : 18493 (sugar) S 18491 18493 15314 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 22949538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18493/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201282 s]
/proc/loadavg: 2.02 2.07 2.04 4/82 18493
/proc/meminfo: memFree=1795976/2055920 swapFree=4192812/4192956
[pid=18493] ppid=18491 vsize=16868 CPUtime=0.06
/proc/18493/stat : 18493 (sugar) S 18491 18493 15314 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 22949538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18493/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30136 s]
/proc/loadavg: 2.02 2.07 2.04 4/82 18493
/proc/meminfo: memFree=1795976/2055920 swapFree=4192812/4192956
[pid=18493] ppid=18491 vsize=16868 CPUtime=0.06
/proc/18493/stat : 18493 (sugar) S 18491 18493 15314 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 22949538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18493/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701349 s]
/proc/loadavg: 2.02 2.07 2.04 4/82 18493
/proc/meminfo: memFree=1795976/2055920 swapFree=4192812/4192956
[pid=18493] ppid=18491 vsize=16868 CPUtime=0.06
/proc/18493/stat : 18493 (sugar) S 18491 18493 15314 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 22949538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18493/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50248 s]
/proc/loadavg: 2.02 2.07 2.04 3/93 18515
/proc/meminfo: memFree=1781168/2055920 swapFree=4192812/4192956
[pid=18493] ppid=18491 vsize=16868 CPUtime=0.63
/proc/18493/stat : 18493 (sugar) S 18491 18493 15314 0 -1 4194304 1309 8449 0 1 5 1 52 5 16 0 1 0 22949538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18493/statm: 4217 1111 409 3 0 796 0
[pid=18506] ppid=18493 vsize=5356 CPUtime=0
/proc/18506/stat : 18506 (sh) S 18493 18493 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22949610 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18506/statm: 1339 233 193 169 0 50 0
[pid=18507] ppid=18506 vsize=864612 CPUtime=0.75
/proc/18507/stat : 18507 (java) S 18506 18493 15314 0 -1 0 8435 0 1 0 71 4 0 0 18 0 9 0 22949610 885362688 7588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18507/statm: 216153 7588 2566 9 0 210658 0
[pid=18507/tid=18508] ppid=18506 vsize=864612 CPUtime=0.43
/proc/18507/task/18508/stat : 18508 (java) R 18506 18493 15314 0 -1 64 2562 0 1 0 42 1 0 0 18 0 9 0 22949611 885362688 7588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18509] ppid=18506 vsize=864612 CPUtime=0.24
/proc/18507/task/18509/stat : 18509 (java) R 18506 18493 15314 0 -1 64 4860 0 0 0 23 1 0 0 16 0 9 0 22949612 885362688 7588 996147200 134512640 134550932 4294955936 18446744073709551615 104189944 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18510] ppid=18506 vsize=864612 CPUtime=0
/proc/18507/task/18510/stat : 18510 (java) S 18506 18493 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22949612 885362688 7588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18511] ppid=18506 vsize=864612 CPUtime=0
/proc/18507/task/18511/stat : 18511 (java) S 18506 18493 15314 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22949612 885362688 7588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18512] ppid=18506 vsize=864612 CPUtime=0
/proc/18507/task/18512/stat : 18512 (java) S 18506 18493 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22949615 885362688 7588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18513] ppid=18506 vsize=864612 CPUtime=0.04
/proc/18507/task/18513/stat : 18513 (java) S 18506 18493 15314 0 -1 64 310 0 0 0 4 0 0 0 16 0 9 0 22949615 885362688 7588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18514] ppid=18506 vsize=864612 CPUtime=0
/proc/18507/task/18514/stat : 18514 (java) S 18506 18493 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22949615 885362688 7588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18515] ppid=18506 vsize=864612 CPUtime=0
/proc/18507/task/18515/stat : 18515 (java) S 18506 18493 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22949615 885362688 7588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 886836

[startup+3.1017 s]
/proc/loadavg: 2.02 2.07 2.04 4/93 18515
/proc/meminfo: memFree=1754096/2055920 swapFree=4192812/4192956
[pid=18493] ppid=18491 vsize=16868 CPUtime=0.63
/proc/18493/stat : 18493 (sugar) S 18491 18493 15314 0 -1 4194304 1309 8449 0 1 5 1 52 5 16 0 1 0 22949538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18493/statm: 4217 1111 409 3 0 796 0
[pid=18506] ppid=18493 vsize=5356 CPUtime=0
/proc/18506/stat : 18506 (sh) S 18493 18493 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22949610 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18506/statm: 1339 233 193 169 0 50 0
[pid=18507] ppid=18506 vsize=864360 CPUtime=2.33
/proc/18507/stat : 18507 (java) S 18506 18493 15314 0 -1 0 18743 0 1 0 223 10 0 0 18 0 9 0 22949610 885104640 17550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18507/statm: 216090 17550 2566 9 0 210595 0
[pid=18507/tid=18508] ppid=18506 vsize=864360 CPUtime=1.06
/proc/18507/task/18508/stat : 18508 (java) R 18506 18493 15314 0 -1 64 3153 0 1 0 104 2 0 0 24 0 9 0 22949611 885104640 17550 996147200 134512640 134550932 4294955936 18446744073709551615 4125960487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18509] ppid=18506 vsize=864360 CPUtime=1.19
/proc/18507/task/18509/stat : 18509 (java) S 18506 18493 15314 0 -1 64 14572 0 0 0 113 6 0 0 16 0 9 0 22949612 885104640 17550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18510] ppid=18506 vsize=864360 CPUtime=0
/proc/18507/task/18510/stat : 18510 (java) S 18506 18493 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22949612 885104640 17550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18511] ppid=18506 vsize=864360 CPUtime=0
/proc/18507/task/18511/stat : 18511 (java) S 18506 18493 15314 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22949612 885104640 17550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18512] ppid=18506 vsize=864360 CPUtime=0
/proc/18507/task/18512/stat : 18512 (java) S 18506 18493 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22949615 885104640 17550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18513] ppid=18506 vsize=864360 CPUtime=0.05
/proc/18507/task/18513/stat : 18513 (java) S 18506 18493 15314 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 22949615 885104640 17550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18514] ppid=18506 vsize=864360 CPUtime=0
/proc/18507/task/18514/stat : 18514 (java) S 18506 18493 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22949615 885104640 17550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18515] ppid=18506 vsize=864360 CPUtime=0
/proc/18507/task/18515/stat : 18515 (java) S 18506 18493 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22949615 885104640 17550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 886584

[startup+6.30217 s]
/proc/loadavg: 2.10 2.08 2.04 3/93 18515
/proc/meminfo: memFree=1728496/2055920 swapFree=4192812/4192956
[pid=18493] ppid=18491 vsize=16868 CPUtime=0.63
/proc/18493/stat : 18493 (sugar) S 18491 18493 15314 0 -1 4194304 1310 8449 0 1 5 1 52 5 15 0 1 0 22949538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18493/statm: 4217 1111 409 3 0 796 0
[pid=18506] ppid=18493 vsize=5356 CPUtime=0
/proc/18506/stat : 18506 (sh) S 18493 18493 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22949610 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18506/statm: 1339 233 193 169 0 50 0
[pid=18507] ppid=18506 vsize=864472 CPUtime=5.5
/proc/18507/stat : 18507 (java) S 18506 18493 15314 0 -1 0 19213 0 1 0 538 12 0 0 18 0 9 0 22949610 885219328 17758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18507/statm: 216118 17758 2590 9 0 210595 0
[pid=18507/tid=18508] ppid=18506 vsize=864472 CPUtime=3.77
/proc/18507/task/18508/stat : 18508 (java) R 18506 18493 15314 0 -1 64 3258 0 1 0 374 3 0 0 25 0 9 0 22949611 885219328 17758 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18509] ppid=18506 vsize=864472 CPUtime=1.6
/proc/18507/task/18509/stat : 18509 (java) S 18506 18493 15314 0 -1 64 14908 0 0 0 153 7 0 0 16 0 9 0 22949612 885219328 17758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18510] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18510/stat : 18510 (java) S 18506 18493 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22949612 885219328 17758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18511] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18511/stat : 18511 (java) S 18506 18493 15314 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22949612 885219328 17758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18512] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18512/stat : 18512 (java) S 18506 18493 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22949615 885219328 17758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18513] ppid=18506 vsize=864472 CPUtime=0.1
/proc/18507/task/18513/stat : 18513 (java) S 18506 18493 15314 0 -1 64 344 0 0 0 10 0 0 0 16 0 9 0 22949615 885219328 17758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18514] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18514/stat : 18514 (java) S 18506 18493 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22949615 885219328 17758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18515] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18515/stat : 18515 (java) S 18506 18493 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22949615 885219328 17758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 886696

[startup+12.7024 s]
/proc/loadavg: 2.09 2.08 2.04 3/93 18515
/proc/meminfo: memFree=1722032/2055920 swapFree=4192812/4192956
[pid=18493] ppid=18491 vsize=16868 CPUtime=0.63
/proc/18493/stat : 18493 (sugar) S 18491 18493 15314 0 -1 4194304 1310 8449 0 1 5 1 52 5 15 0 1 0 22949538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18493/statm: 4217 1111 409 3 0 796 0
[pid=18506] ppid=18493 vsize=5356 CPUtime=0
/proc/18506/stat : 18506 (sh) S 18493 18493 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22949610 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18506/statm: 1339 233 193 169 0 50 0
[pid=18507] ppid=18506 vsize=864472 CPUtime=11.84
/proc/18507/stat : 18507 (java) S 18506 18493 15314 0 -1 0 20482 0 1 0 1169 15 0 0 18 0 9 0 22949610 885219328 18980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18507/statm: 216118 18980 2590 9 0 210595 0
[pid=18507/tid=18508] ppid=18506 vsize=864472 CPUtime=9.98
/proc/18507/task/18508/stat : 18508 (java) R 18506 18493 15314 0 -1 64 3305 0 1 0 993 5 0 0 25 0 9 0 22949611 885219328 18980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18509] ppid=18506 vsize=864472 CPUtime=1.73
/proc/18507/task/18509/stat : 18509 (java) S 18506 18493 15314 0 -1 64 16129 0 0 0 165 8 0 0 15 0 9 0 22949612 885219328 18980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18510] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18510/stat : 18510 (java) S 18506 18493 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22949612 885219328 18980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18511] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18511/stat : 18511 (java) S 18506 18493 15314 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22949612 885219328 18980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18512] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18512/stat : 18512 (java) S 18506 18493 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22949615 885219328 18980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18513] ppid=18506 vsize=864472 CPUtime=0.1
/proc/18507/task/18513/stat : 18513 (java) S 18506 18493 15314 0 -1 64 345 0 0 0 10 0 0 0 17 0 9 0 22949615 885219328 18980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18514] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18514/stat : 18514 (java) S 18506 18493 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22949615 885219328 18980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18515] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18515/stat : 18515 (java) S 18506 18493 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22949615 885219328 18980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 886696

[startup+25.503 s]
/proc/loadavg: 2.07 2.08 2.04 3/93 18515
/proc/meminfo: memFree=1707760/2055920 swapFree=4192812/4192956
[pid=18493] ppid=18491 vsize=16868 CPUtime=0.63
/proc/18493/stat : 18493 (sugar) S 18491 18493 15314 0 -1 4194304 1310 8449 0 1 5 1 52 5 16 0 1 0 22949538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18493/statm: 4217 1111 409 3 0 796 0
[pid=18506] ppid=18493 vsize=5356 CPUtime=0
/proc/18506/stat : 18506 (sh) S 18493 18493 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22949610 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18506/statm: 1339 233 193 169 0 50 0
[pid=18507] ppid=18506 vsize=864472 CPUtime=24.5
/proc/18507/stat : 18507 (java) S 18506 18493 15314 0 -1 0 23350 0 1 0 2433 17 0 0 18 0 9 0 22949610 885219328 21803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18507/statm: 216118 21803 2590 9 0 210595 0
[pid=18507/tid=18508] ppid=18506 vsize=864472 CPUtime=22.52
/proc/18507/task/18508/stat : 18508 (java) R 18506 18493 15314 0 -1 64 3350 0 1 0 2246 6 0 0 25 0 9 0 22949611 885219328 21803 996147200 134512640 134550932 4294955936 18446744073709551615 4126579576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18509] ppid=18506 vsize=864472 CPUtime=1.84
/proc/18507/task/18509/stat : 18509 (java) S 18506 18493 15314 0 -1 64 18943 0 0 0 175 9 0 0 16 0 9 0 22949612 885219328 21803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18510] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18510/stat : 18510 (java) S 18506 18493 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22949612 885219328 21803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18511] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18511/stat : 18511 (java) S 18506 18493 15314 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22949612 885219328 21803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18512] ppid=18506 vsize=864472 CPUtime=0

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

/proc/loadavg: 2.00 2.02 2.02 3/92 18515
/proc/meminfo: memFree=1653168/2055920 swapFree=4192812/4192956
[pid=18493] ppid=18491 vsize=16868 CPUtime=0.63
/proc/18493/stat : 18493 (sugar) S 18491 18493 15314 0 -1 4194304 1310 8449 0 1 5 1 52 5 16 0 1 0 22949538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18493/statm: 4217 1111 409 3 0 796 0
[pid=18506] ppid=18493 vsize=5356 CPUtime=0
/proc/18506/stat : 18506 (sh) S 18493 18493 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22949610 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18506/statm: 1339 233 193 169 0 50 0
[pid=18507] ppid=18506 vsize=864472 CPUtime=278.85
/proc/18507/stat : 18507 (java) S 18506 18493 15314 0 -1 0 47945 0 1 0 27836 49 0 0 18 0 9 0 22949610 885219328 29760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18507/statm: 216118 29760 2590 9 0 210595 0
[pid=18507/tid=18508] ppid=18506 vsize=864472 CPUtime=274.4
/proc/18507/task/18508/stat : 18508 (java) R 18506 18493 15314 0 -1 64 3739 0 1 0 27417 23 0 0 25 0 9 0 22949611 885219328 29760 996147200 134512640 134550932 4294955936 18446744073709551615 4126615660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18509] ppid=18506 vsize=864472 CPUtime=4.3
/proc/18507/task/18509/stat : 18509 (java) S 18506 18493 15314 0 -1 64 43149 0 0 0 406 24 0 0 16 0 9 0 22949612 885219328 29760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18510] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18510/stat : 18510 (java) S 18506 18493 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22949612 885219328 29760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18511] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18511/stat : 18511 (java) S 18506 18493 15314 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22949612 885219328 29760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18512] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18512/stat : 18512 (java) S 18506 18493 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22949615 885219328 29760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18513] ppid=18506 vsize=864472 CPUtime=0.11
/proc/18507/task/18513/stat : 18513 (java) S 18506 18493 15314 0 -1 64 354 0 0 0 11 0 0 0 16 0 9 0 22949615 885219328 29760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18514] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18514/stat : 18514 (java) S 18506 18493 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22949615 885219328 29760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18515] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18515/stat : 18515 (java) S 18506 18493 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22949615 885219328 29760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.48
Current children cumulated vsize (KiB) 886696

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

[startup+307.203 s]
/proc/loadavg: 2.00 2.02 2.01 3/92 18515
/proc/meminfo: memFree=1653232/2055920 swapFree=4192812/4192956
[pid=18493] ppid=18491 vsize=16868 CPUtime=0.63
/proc/18493/stat : 18493 (sugar) S 18491 18493 15314 0 -1 4194304 1310 8449 0 1 5 1 52 5 16 0 1 0 22949538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18493/statm: 4217 1111 409 3 0 796 0
[pid=18506] ppid=18493 vsize=5356 CPUtime=0
/proc/18506/stat : 18506 (sh) S 18493 18493 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22949610 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18506/statm: 1339 233 193 169 0 50 0
[pid=18507] ppid=18506 vsize=864472 CPUtime=303.51
/proc/18507/stat : 18507 (java) S 18506 18493 15314 0 -1 0 47966 0 1 0 30302 49 0 0 18 0 9 0 22949610 885219328 29760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18507/statm: 216118 29760 2590 9 0 210595 0
[pid=18507/tid=18508] ppid=18506 vsize=864472 CPUtime=298.98
/proc/18507/task/18508/stat : 18508 (java) R 18506 18493 15314 0 -1 64 3760 0 1 0 29875 23 0 0 25 0 9 0 22949611 885219328 29760 996147200 134512640 134550932 4294955936 18446744073709551615 4126615680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18509] ppid=18506 vsize=864472 CPUtime=4.39
/proc/18507/task/18509/stat : 18509 (java) S 18506 18493 15314 0 -1 64 43149 0 0 0 415 24 0 0 16 0 9 0 22949612 885219328 29760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18510] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18510/stat : 18510 (java) S 18506 18493 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22949612 885219328 29760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18511] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18511/stat : 18511 (java) S 18506 18493 15314 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22949612 885219328 29760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18512] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18512/stat : 18512 (java) S 18506 18493 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22949615 885219328 29760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18513] ppid=18506 vsize=864472 CPUtime=0.11
/proc/18507/task/18513/stat : 18513 (java) S 18506 18493 15314 0 -1 64 354 0 0 0 11 0 0 0 16 0 9 0 22949615 885219328 29760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18514] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18514/stat : 18514 (java) S 18506 18493 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22949615 885219328 29760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18507/tid=18515] ppid=18506 vsize=864472 CPUtime=0
/proc/18507/task/18515/stat : 18515 (java) S 18506 18493 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22949615 885219328 29760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 304.14
Current children cumulated vsize (KiB) 886696

[startup+320.002 s]
/proc/loadavg: 2.00 2.02 2.01 3/84 18517
/proc/meminfo: memFree=1750320/2055920 swapFree=4192812/4192956
[pid=18493] ppid=18491 vsize=16868 CPUtime=314.51
/proc/18493/stat : 18493 (sugar) S 18491 18493 15314 0 -1 4194304 1365 56761 0 2 6 1 31383 61 16 0 1 0 22949538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18493/statm: 4217 1113 409 3 0 796 0
[pid=18516] ppid=18493 vsize=5356 CPUtime=0
/proc/18516/stat : 18516 (sh) S 18493 18493 15314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22981306 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18516/statm: 1339 232 193 169 0 50 0
[pid=18517] ppid=18516 vsize=6672 CPUtime=2.27
/proc/18517/stat : 18517 (picosat) R 18516 18493 15314 0 -1 4194304 1595 0 0 0 109 118 0 0 25 0 1 0 22981308 6832128 1581 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18517/statm: 1668 1581 40 102 0 1563 0
Current children cumulated CPU time (s) 316.78
Current children cumulated vsize (KiB) 28896

[startup+332.803 s]
/proc/loadavg: 2.00 2.02 2.01 3/84 18517
/proc/meminfo: memFree=1719088/2055920 swapFree=4192812/4192956
[pid=18493] ppid=18491 vsize=16868 CPUtime=314.51
/proc/18493/stat : 18493 (sugar) S 18491 18493 15314 0 -1 4194304 1365 56761 0 2 6 1 31383 61 16 0 1 0 22949538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18493/statm: 4217 1113 409 3 0 796 0
[pid=18516] ppid=18493 vsize=5356 CPUtime=0
/proc/18516/stat : 18516 (sh) S 18493 18493 15314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22981306 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18516/statm: 1339 232 193 169 0 50 0
[pid=18517] ppid=18516 vsize=38372 CPUtime=14.95
/proc/18517/stat : 18517 (picosat) R 18516 18493 15314 0 -1 4194304 9117 0 0 0 706 789 0 0 25 0 1 0 22981308 39292928 9103 996147200 134512640 134931368 4294956256 18446744073709551615 134545652 0 0 4096 0 0 0 0 17 1 0 0
/proc/18517/statm: 9593 9103 40 102 0 9488 0
Current children cumulated CPU time (s) 329.46
Current children cumulated vsize (KiB) 60596

[startup+336.001 s]
/proc/loadavg: 2.00 2.02 2.01 3/84 18517
/proc/meminfo: memFree=1711536/2055920 swapFree=4192812/4192956
[pid=18493] ppid=18491 vsize=16868 CPUtime=314.51
/proc/18493/stat : 18493 (sugar) S 18491 18493 15314 0 -1 4194304 1365 56761 0 2 6 1 31383 61 16 0 1 0 22949538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18493/statm: 4217 1113 409 3 0 796 0
[pid=18516] ppid=18493 vsize=5356 CPUtime=0
/proc/18516/stat : 18516 (sh) S 18493 18493 15314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22981306 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18516/statm: 1339 232 193 169 0 50 0
[pid=18517] ppid=18516 vsize=45368 CPUtime=18.11
/proc/18517/stat : 18517 (picosat) R 18516 18493 15314 0 -1 4194304 10961 0 0 0 857 954 0 0 25 0 1 0 22981308 46456832 10947 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18517/statm: 11342 10947 40 102 0 11237 0
Current children cumulated CPU time (s) 332.62
Current children cumulated vsize (KiB) 67592

[startup+337.602 s]
/proc/loadavg: 2.00 2.02 2.01 3/84 18517
/proc/meminfo: memFree=1708976/2055920 swapFree=4192812/4192956
[pid=18493] ppid=18491 vsize=16868 CPUtime=314.51
/proc/18493/stat : 18493 (sugar) S 18491 18493 15314 0 -1 4194304 1365 56761 0 2 6 1 31383 61 16 0 1 0 22949538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18493/statm: 4217 1113 409 3 0 796 0
[pid=18516] ppid=18493 vsize=5356 CPUtime=0
/proc/18516/stat : 18516 (sh) S 18493 18493 15314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22981306 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18516/statm: 1339 232 193 169 0 50 0
[pid=18517] ppid=18516 vsize=48800 CPUtime=19.71
/proc/18517/stat : 18517 (picosat) R 18516 18493 15314 0 -1 4194304 11881 0 0 0 932 1039 0 0 25 0 1 0 22981308 49971200 11867 996147200 134512640 134931368 4294956256 18446744073709551615 134549315 0 0 4096 0 0 0 0 17 1 0 0
/proc/18517/statm: 12200 11867 40 102 0 12095 0
Current children cumulated CPU time (s) 334.22
Current children cumulated vsize (KiB) 71024

[startup+338.402 s]
/proc/loadavg: 2.00 2.02 2.01 3/84 18517
/proc/meminfo: memFree=1706416/2055920 swapFree=4192812/4192956
[pid=18493] ppid=18491 vsize=16868 CPUtime=314.51
/proc/18493/stat : 18493 (sugar) S 18491 18493 15314 0 -1 4194304 1365 56761 0 2 6 1 31383 61 16 0 1 0 22949538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18493/statm: 4217 1113 409 3 0 796 0
[pid=18516] ppid=18493 vsize=5356 CPUtime=0
/proc/18516/stat : 18516 (sh) S 18493 18493 15314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22981306 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18516/statm: 1339 232 193 169 0 50 0
[pid=18517] ppid=18516 vsize=49196 CPUtime=20.5
/proc/18517/stat : 18517 (picosat) R 18516 18493 15314 0 -1 4194304 12005 0 0 0 1003 1047 0 0 25 0 1 0 22981308 50376704 11991 996147200 134512640 134931368 4294956256 18446744073709551615 134524232 0 0 4096 0 0 0 0 17 1 0 0
/proc/18517/statm: 12299 11991 42 102 0 12194 0
Current children cumulated CPU time (s) 335.01
Current children cumulated vsize (KiB) 71420

[startup+339.202 s]
/proc/loadavg: 2.00 2.02 2.01 3/84 18517
/proc/meminfo: memFree=1706224/2055920 swapFree=4192812/4192956
[pid=18493] ppid=18491 vsize=16868 CPUtime=314.51
/proc/18493/stat : 18493 (sugar) S 18491 18493 15314 0 -1 4194304 1365 56761 0 2 6 1 31383 61 16 0 1 0 22949538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18493/statm: 4217 1113 409 3 0 796 0
[pid=18516] ppid=18493 vsize=5356 CPUtime=0
/proc/18516/stat : 18516 (sh) S 18493 18493 15314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22981306 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18516/statm: 1339 232 193 169 0 50 0
[pid=18517] ppid=18516 vsize=49196 CPUtime=21.29
/proc/18517/stat : 18517 (picosat) R 18516 18493 15314 0 -1 4194304 12009 0 0 0 1082 1047 0 0 25 0 1 0 22981308 50376704 11995 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18517/statm: 12299 11995 42 102 0 12194 0
Current children cumulated CPU time (s) 335.8
Current children cumulated vsize (KiB) 71420

[startup+339.602 s]
/proc/loadavg: 2.00 2.02 2.01 3/84 18517
/proc/meminfo: memFree=1706224/2055920 swapFree=4192812/4192956
[pid=18493] ppid=18491 vsize=16868 CPUtime=336.21
/proc/18493/stat : 18493 (sugar) S 18491 18493 15314 0 -1 4194304 1428 69065 0 2 6 2 32503 1110 17 0 1 0 22949538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18493/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 336.21
Current children cumulated vsize (KiB) 16868

[startup+339.702 s]
/proc/loadavg: 2.00 2.02 2.01 3/84 18517
/proc/meminfo: memFree=1706224/2055920 swapFree=4192812/4192956
[pid=18493] ppid=18491 vsize=16868 CPUtime=336.21
/proc/18493/stat : 18493 (sugar) S 18491 18493 15314 0 -1 4194304 1446 69065 0 2 6 2 32503 1110 16 0 1 0 22949538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18493/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 336.21
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 339.791
CPU time (s): 336.376
CPU user time (s): 325.195
CPU system time (s): 11.1813
CPU usage (%): 98.995
Max. virtual memory (cumulated for all children) (KiB): 897948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 325.195
system time used= 11.1813
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74351
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= 13618
involuntary context switches= 23521

runsolver used 0.429934 second user time and 1.13883 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 02:33:54
IDJOB=2073655
IDBENCH=55998
IDSOLVER=738
FILE ID=node30/2073655-1247358834
PBS_JOBID= 9506827
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ukPuzzle/normalized-crossword-m1-uk-puzzle20.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-2073655-1247358834/watcher-2073655-1247358834 -o /tmp/evaluation-result-2073655-1247358834/solver-2073655-1247358834 -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-2073655-1247358834.xml

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

MD5SUM BENCH= 60ea8e7c38bc48f41c7b60012653aa3f
RANDOM SEED=1072897955

node30.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.277
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.277
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:       1796456 kB
Buffers:         14908 kB
Cached:          88656 kB
SwapCached:          0 kB
Active:         186320 kB
Inactive:        27196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2136 kB
Writeback:           0 kB
Mapped:         130272 kB
Slab:            31072 kB
Committed_AS:   349712 kB
PageTables:       1952 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= 66376 MiB
End job on node30 at 2009-07-12 02:39:34