Trace number 2071906

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 1050.78 1060.88

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg5-7_ext.xml
MD5SUM9f14e81a1bcfdb872b04812888513d78
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 benchmark1.20581
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints12
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension12
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 01:34:24 2009
0.06/0.08	c 0	PID 15737
0.06/0.08	c 0	HOST node29.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071906-1247355264.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-2071906-1247355264.xml' 'HOME/temp.csp'
0.06/0.58	c 1	1 domains, 35 variables, 0 predicates, 2 relations, 12 constraints
0.06/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.62	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.53/0.70	c 1	Parsing HOME/temp.csp
0.89/1.09	c 1	parsed 50 expressions
0.89/1.10	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.89/1.10	c 1	Converting to clausal form CSP
0.99/1.12	c 1	converted 5 (10%) expressions
0.99/1.12	c 1	converted 10 (20%) expressions
0.99/1.12	c 1	converted 15 (30%) expressions
0.99/1.12	c 1	converted 20 (40%) expressions
0.99/1.12	c 1	converted 25 (50%) expressions
0.99/1.12	c 1	converted 30 (60%) expressions
0.99/1.12	c 1	converted 35 (70%) expressions
1.18/1.33	c 1	converted 40 (80%) expressions
1.47/1.66	c 2	converted 45 (90%) expressions
2.96/3.14	c 3	converted 50 (100%) expressions
2.96/3.15	c 3	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
2.96/3.15	c 3	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.96/3.15	c 3	Propagation in CSP
2.96/3.15	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.96/3.15	c 3	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
2.96/3.15	c 3	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.96/3.15	c 3	Simplifing CSP by introducing new Boolean variables
2.96/3.15	c 3	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
2.96/3.15	c 3	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.35/3.53	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.35/3.54	c 4	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
3.35/3.55	c 4	7 (20%) CSP integer variables are encoded (168 clauses, 1704 bytes)
3.35/3.55	c 4	11 (30%) CSP integer variables are encoded (264 clauses, 2760 bytes)
3.35/3.55	c 4	14 (40%) CSP integer variables are encoded (336 clauses, 3552 bytes)
3.35/3.55	c 4	18 (50%) CSP integer variables are encoded (432 clauses, 4608 bytes)
3.35/3.56	c 4	21 (60%) CSP integer variables are encoded (504 clauses, 5400 bytes)
3.35/3.56	c 4	25 (70%) CSP integer variables are encoded (600 clauses, 6456 bytes)
3.35/3.56	c 4	28 (80%) CSP integer variables are encoded (672 clauses, 7248 bytes)
3.35/3.56	c 4	32 (90%) CSP integer variables are encoded (768 clauses, 8304 bytes)
3.35/3.56	c 4	35 (100%) CSP integer variables are encoded (840 clauses, 9096 bytes)
8.41/8.63	c 9	2 (10%) CSP clauses are encoded (57232 clauses, 2003615 bytes)
10.90/11.18	c 11	3 (20%) CSP clauses are encoded (85428 clauses, 3012097 bytes)
13.37/13.65	c 14	4 (30%) CSP clauses are encoded (113624 clauses, 4021240 bytes)
15.84/16.18	c 16	5 (40%) CSP clauses are encoded (141820 clauses, 5083453 bytes)
18.22/18.52	c 19	6 (50%) CSP clauses are encoded (170016 clauses, 6145666 bytes)
97.99/99.09	c 99	8 (60%) CSP clauses are encoded (351177 clauses, 13479885 bytes)
169.41/171.14	c 171	9 (70%) CSP clauses are encoded (504142 clauses, 21026376 bytes)
246.57/249.08	c 249	10 (80%) CSP clauses are encoded (657107 clauses, 28572867 bytes)
323.05/326.29	c 326	11 (90%) CSP clauses are encoded (810072 clauses, 36119358 bytes)
400.00/403.91	c 404	12 (100%) CSP clauses are encoded (963037 clauses, 43665849 bytes)
400.00/403.91	c 404	12 CSP clauses encoded
400.00/403.91	c 404	Writing map file : HOME/temp.map
400.00/403.91	c 404	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
400.00/403.91	c 404	SAT : 875 SAT variables, 963037 SAT clauses, 43665849 bytes
400.00/403.91	c 404	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
400.00/403.97	c 404	SOLVING HOME/temp.cnf
400.00/403.97	c 404	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1050.52/1060.68	c 1061	DECODING HOME/temp.out WITH HOME/temp.map
1050.52/1060.68	c 1061	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'
1050.62/1060.77	c 1061	Decoding HOME/temp.out
1050.62/1060.79	s SATISFIABLE
1050.62/1060.79	v 0 12 1 0 6 4 18 5 0 17 17 4 11 11 0 11 0 12 14 3 4 17 4 18 8 3 4 3 0 18 7 11 4 17 18
1050.62/1060.80	c 1061	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1050.62/1060.85	c 1061	CPU 1050.74 (0.06 0.02 1036.82 13.84)
1050.62/1060.86	c 1061	END Sun Jul 12 01:52:05 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-2071906-1247355264/watcher-2071906-1247355264 -o /tmp/evaluation-result-2071906-1247355264/solver-2071906-1247355264 -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-2071906-1247355264.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: 1.92 1.98 1.99 4/74 15737
/proc/meminfo: memFree=1383568/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=18576 CPUtime=0
/proc/15737/stat : 15737 (runsolver) R 15735 15737 15143 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22592558 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 221780700455 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15737/statm: 4644 284 249 26 0 2626 0

[startup+0.081681 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 15737
/proc/meminfo: memFree=1383568/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16740 CPUtime=0.06
/proc/15737/stat : 15737 (sugar) R 15735 15737 15143 0 -1 4194304 1108 0 0 0 5 1 0 0 18 0 1 0 22592558 17141760 1076 996147200 4194304 4206940 548682068608 18446744073709551615 221794365183 0 0 4224 0 0 0 0 17 1 0 0
/proc/15737/statm: 4185 1076 381 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101681 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 15737
/proc/meminfo: memFree=1383568/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16868 CPUtime=0.06
/proc/15737/stat : 15737 (sugar) S 15735 15737 15143 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22592558 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15737/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301692 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 15737
/proc/meminfo: memFree=1383568/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16868 CPUtime=0.06
/proc/15737/stat : 15737 (sugar) S 15735 15737 15143 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22592558 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15737/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701717 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 15737
/proc/meminfo: memFree=1383568/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16868 CPUtime=0.53
/proc/15737/stat : 15737 (sugar) S 15735 15737 15143 0 -1 4194304 1292 7938 0 1 5 1 42 5 16 0 1 0 22592558 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15737/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 16868

[startup+1.50277 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 15759
/proc/meminfo: memFree=1369080/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16868 CPUtime=0.53
/proc/15737/stat : 15737 (sugar) S 15735 15737 15143 0 -1 4194304 1310 7938 0 1 5 1 42 5 16 0 1 0 22592558 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15737/statm: 4217 1111 409 3 0 796 0
[pid=15750] ppid=15737 vsize=5356 CPUtime=0
/proc/15750/stat : 15750 (sh) S 15737 15737 15143 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22592621 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15750/statm: 1339 233 193 169 0 50 0
[pid=15751] ppid=15750 vsize=864352 CPUtime=0.85
/proc/15751/stat : 15751 (java) S 15750 15737 15143 0 -1 0 9002 0 1 0 79 6 0 0 18 0 9 0 22592621 885096448 8038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15751/statm: 216088 8038 2566 9 0 210593 0
[pid=15751/tid=15752] ppid=15750 vsize=864352 CPUtime=0.44
/proc/15751/task/15752/stat : 15752 (java) R 15750 15737 15143 0 -1 64 2691 0 1 0 42 2 0 0 23 0 9 0 22592622 885096448 8038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15753] ppid=15750 vsize=864352 CPUtime=0.32
/proc/15751/task/15753/stat : 15753 (java) R 15750 15737 15143 0 -1 64 5293 0 0 0 30 2 0 0 16 0 9 0 22592623 885096448 8038 996147200 134512640 134550932 4294955936 18446744073709551615 102759197 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15754] ppid=15750 vsize=864352 CPUtime=0
/proc/15751/task/15754/stat : 15754 (java) S 15750 15737 15143 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22592623 885096448 8038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15755] ppid=15750 vsize=864352 CPUtime=0
/proc/15751/task/15755/stat : 15755 (java) S 15750 15737 15143 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22592623 885096448 8038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15756] ppid=15750 vsize=864352 CPUtime=0
/proc/15751/task/15756/stat : 15756 (java) S 15750 15737 15143 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22592625 885096448 8038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15757] ppid=15750 vsize=864352 CPUtime=0.05
/proc/15751/task/15757/stat : 15757 (java) S 15750 15737 15143 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 22592625 885096448 8038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15758] ppid=15750 vsize=864352 CPUtime=0
/proc/15751/task/15758/stat : 15758 (java) S 15750 15737 15143 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22592625 885096448 8038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15759] ppid=15750 vsize=864352 CPUtime=0
/proc/15751/task/15759/stat : 15759 (java) S 15750 15737 15143 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22592625 885096448 8038 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) 886576

[startup+3.10286 s]
/proc/loadavg: 1.93 1.98 1.99 4/85 15759
/proc/meminfo: memFree=1341496/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16868 CPUtime=0.53
/proc/15737/stat : 15737 (sugar) S 15735 15737 15143 0 -1 4194304 1310 7938 0 1 5 1 42 5 16 0 1 0 22592558 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15737/statm: 4217 1111 409 3 0 796 0
[pid=15750] ppid=15737 vsize=5356 CPUtime=0
/proc/15750/stat : 15750 (sh) S 15737 15737 15143 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22592621 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15750/statm: 1339 233 193 169 0 50 0
[pid=15751] ppid=15750 vsize=864352 CPUtime=2.43
/proc/15751/stat : 15751 (java) S 15750 15737 15143 0 -1 0 19569 0 1 0 233 10 0 0 18 0 9 0 22592621 885096448 18322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15751/statm: 216088 18322 2566 9 0 210593 0
[pid=15751/tid=15752] ppid=15750 vsize=864352 CPUtime=1.06
/proc/15751/task/15752/stat : 15752 (java) R 15750 15737 15143 0 -1 64 3186 0 1 0 104 2 0 0 25 0 9 0 22592622 885096448 18322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15753] ppid=15750 vsize=864352 CPUtime=1.28
/proc/15751/task/15753/stat : 15753 (java) R 15750 15737 15143 0 -1 64 15365 0 0 0 122 6 0 0 16 0 9 0 22592623 885096448 18322 996147200 134512640 134550932 4294955936 18446744073709551615 104194334 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15754] ppid=15750 vsize=864352 CPUtime=0
/proc/15751/task/15754/stat : 15754 (java) S 15750 15737 15143 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22592623 885096448 18322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15755] ppid=15750 vsize=864352 CPUtime=0
/proc/15751/task/15755/stat : 15755 (java) S 15750 15737 15143 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22592623 885096448 18322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15756] ppid=15750 vsize=864352 CPUtime=0
/proc/15751/task/15756/stat : 15756 (java) S 15750 15737 15143 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22592625 885096448 18322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15757] ppid=15750 vsize=864352 CPUtime=0.05
/proc/15751/task/15757/stat : 15757 (java) S 15750 15737 15143 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 22592625 885096448 18322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15758] ppid=15750 vsize=864352 CPUtime=0
/proc/15751/task/15758/stat : 15758 (java) S 15750 15737 15143 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22592625 885096448 18322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15759] ppid=15750 vsize=864352 CPUtime=0
/proc/15751/task/15759/stat : 15759 (java) S 15750 15737 15143 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22592625 885096448 18322 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) 886576

[startup+6.30206 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 15759
/proc/meminfo: memFree=1312376/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16868 CPUtime=0.54
/proc/15737/stat : 15737 (sugar) S 15735 15737 15143 0 -1 4194304 1310 7938 0 1 6 1 42 5 15 0 1 0 22592558 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15737/statm: 4217 1111 409 3 0 796 0
[pid=15750] ppid=15737 vsize=5356 CPUtime=0
/proc/15750/stat : 15750 (sh) S 15737 15737 15143 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22592621 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15750/statm: 1339 233 193 169 0 50 0
[pid=15751] ppid=15750 vsize=864464 CPUtime=5.59
/proc/15751/stat : 15751 (java) S 15750 15737 15143 0 -1 0 20729 0 1 0 547 12 0 0 18 0 9 0 22592621 885211136 19240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15751/statm: 216116 19240 2590 9 0 210593 0
[pid=15751/tid=15752] ppid=15750 vsize=864464 CPUtime=3.74
/proc/15751/task/15752/stat : 15752 (java) R 15750 15737 15143 0 -1 64 3333 0 1 0 370 4 0 0 25 0 9 0 22592622 885211136 19240 996147200 134512640 134550932 4294955936 18446744073709551615 4126598804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15753] ppid=15750 vsize=864464 CPUtime=1.74
/proc/15751/task/15753/stat : 15753 (java) S 15750 15737 15143 0 -1 64 16353 0 0 0 167 7 0 0 16 0 9 0 22592623 885211136 19240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15754] ppid=15750 vsize=864464 CPUtime=0
/proc/15751/task/15754/stat : 15754 (java) S 15750 15737 15143 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22592623 885211136 19240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15755] ppid=15750 vsize=864464 CPUtime=0
/proc/15751/task/15755/stat : 15755 (java) S 15750 15737 15143 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22592623 885211136 19240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15756] ppid=15750 vsize=864464 CPUtime=0
/proc/15751/task/15756/stat : 15756 (java) S 15750 15737 15143 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22592625 885211136 19240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15757] ppid=15750 vsize=864464 CPUtime=0.09
/proc/15751/task/15757/stat : 15757 (java) S 15750 15737 15143 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 22592625 885211136 19240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15758] ppid=15750 vsize=864464 CPUtime=0
/proc/15751/task/15758/stat : 15758 (java) S 15750 15737 15143 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22592625 885211136 19240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15759] ppid=15750 vsize=864464 CPUtime=0
/proc/15751/task/15759/stat : 15759 (java) S 15750 15737 15143 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22592625 885211136 19240 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) 886688

[startup+12.7025 s]
/proc/loadavg: 1.94 1.98 1.99 3/85 15759
/proc/meminfo: memFree=1307128/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16868 CPUtime=0.55
/proc/15737/stat : 15737 (sugar) S 15735 15737 15143 0 -1 4194304 1310 7938 0 1 6 2 42 5 16 0 1 0 22592558 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15737/statm: 4217 1111 409 3 0 796 0
[pid=15750] ppid=15737 vsize=5356 CPUtime=0
/proc/15750/stat : 15750 (sh) S 15737 15737 15143 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22592621 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15750/statm: 1339 233 193 169 0 50 0
[pid=15751] ppid=15750 vsize=864464 CPUtime=11.93
/proc/15751/stat : 15751 (java) S 15750 15737 15143 0 -1 0 21478 0 1 0 1179 14 0 0 18 0 9 0 22592621 885211136 19951 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15751/statm: 216116 19951 2590 9 0 210593 0
[pid=15751/tid=15752] ppid=15750 vsize=864464 CPUtime=9.94
/proc/15751/task/15752/stat : 15752 (java) R 15750 15737 15143 0 -1 64 3371 0 1 0 989 5 0 0 25 0 9 0 22592622 885211136 19951 996147200 134512640 134550932 4294955936 18446744073709551615 101450334 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15753] ppid=15750 vsize=864464 CPUtime=1.86
/proc/15751/task/15753/stat : 15753 (java) S 15750 15737 15143 0 -1 64 17063 0 0 0 179 7 0 0 16 0 9 0 22592623 885211136 19951 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15754] ppid=15750 vsize=864464 CPUtime=0
/proc/15751/task/15754/stat : 15754 (java) S 15750 15737 15143 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22592623 885211136 19951 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15755] ppid=15750 vsize=864464 CPUtime=0
/proc/15751/task/15755/stat : 15755 (java) S 15750 15737 15143 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22592623 885211136 19951 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15756] ppid=15750 vsize=864464 CPUtime=0
/proc/15751/task/15756/stat : 15756 (java) S 15750 15737 15143 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22592625 885211136 19951 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15757] ppid=15750 vsize=864464 CPUtime=0.09
/proc/15751/task/15757/stat : 15757 (java) S 15750 15737 15143 0 -1 64 342 0 0 0 9 0 0 0 17 0 9 0 22592625 885211136 19951 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15758] ppid=15750 vsize=864464 CPUtime=0
/proc/15751/task/15758/stat : 15758 (java) S 15750 15737 15143 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22592625 885211136 19951 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15759] ppid=15750 vsize=864464 CPUtime=0
/proc/15751/task/15759/stat : 15759 (java) S 15750 15737 15143 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22592625 885211136 19951 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 886688

[startup+25.5013 s]
/proc/loadavg: 1.95 1.98 1.99 3/93 15808
/proc/meminfo: memFree=1698168/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16868 CPUtime=0.55
/proc/15737/stat : 15737 (sugar) S 15735 15737 15143 0 -1 4194304 1310 7938 0 1 6 2 42 5 16 0 1 0 22592558 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15737/statm: 4217 1111 409 3 0 796 0
[pid=15750] ppid=15737 vsize=5356 CPUtime=0
/proc/15750/stat : 15750 (sh) S 15737 15737 15143 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22592621 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15750/statm: 1339 233 193 169 0 50 0
[pid=15751] ppid=15750 vsize=864464 CPUtime=24.63
/proc/15751/stat : 15751 (java) S 15750 15737 15143 0 -1 0 25588 0 1 0 2445 18 0 0 18 0 9 0 22592621 885211136 23983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15751/statm: 216116 23983 2590 9 0 210593 0
[pid=15751/tid=15752] ppid=15750 vsize=864464 CPUtime=22.4
/proc/15751/task/15752/stat : 15752 (java) R 15750 15737 15143 0 -1 64 3450 0 1 0 2233 7 0 0 25 0 9 0 22592622 885211136 23983 996147200 134512640 134550932 4294955936 18446744073709551615 4126598804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15753] ppid=15750 vsize=864464 CPUtime=2.1
/proc/15751/task/15753/stat : 15753 (java) S 15750 15737 15143 0 -1 64 21092 0 0 0 200 10 0 0 16 0 9 0 22592623 885211136 23983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15754] ppid=15750 vsize=864464 CPUtime=0
/proc/15751/task/15754/stat : 15754 (java) S 15750 15737 15143 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22592623 885211136 23983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15755] ppid=15750 vsize=864464 CPUtime=0
/proc/15751/task/15755/stat : 15755 (java) S 15750 15737 15143 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22592623 885211136 23983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15751/tid=15756] ppid=15750 vsize=864464 CPUtime=0

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


[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15810
/proc/meminfo: memFree=1459320/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16868 CPUtime=400.05
/proc/15737/stat : 15737 (sugar) S 15735 15737 15143 0 -1 4194304 1364 56539 0 2 6 2 39927 70 16 0 1 0 22592558 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15737/statm: 4217 1112 409 3 0 796 0
[pid=15809] ppid=15737 vsize=5356 CPUtime=0
/proc/15809/stat : 15809 (sh) S 15737 15737 15143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22632955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15809/statm: 1339 232 193 169 0 50 0
[pid=15810] ppid=15809 vsize=64380 CPUtime=473.84
/proc/15810/stat : 15810 (picosat) R 15809 15737 15143 0 -1 4194304 16000 0 0 0 46077 1307 0 0 25 0 1 0 22632956 65925120 15986 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15810/statm: 16095 15986 42 102 0 15990 0
Current children cumulated CPU time (s) 873.89
Current children cumulated vsize (KiB) 86604

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15810
/proc/meminfo: memFree=1436280/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16868 CPUtime=400.05
/proc/15737/stat : 15737 (sugar) S 15735 15737 15143 0 -1 4194304 1364 56539 0 2 6 2 39927 70 16 0 1 0 22592558 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15737/statm: 4217 1112 409 3 0 796 0
[pid=15809] ppid=15737 vsize=5356 CPUtime=0
/proc/15809/stat : 15809 (sh) S 15737 15737 15143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22632955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15809/statm: 1339 232 193 169 0 50 0
[pid=15810] ppid=15809 vsize=65040 CPUtime=533.29
/proc/15810/stat : 15810 (picosat) R 15809 15737 15143 0 -1 4194304 16193 0 0 0 52020 1309 0 0 25 0 1 0 22632956 66600960 16179 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15810/statm: 16260 16179 42 102 0 16155 0
Current children cumulated CPU time (s) 933.34
Current children cumulated vsize (KiB) 87264

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15812
/proc/meminfo: memFree=1432056/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16868 CPUtime=400.05
/proc/15737/stat : 15737 (sugar) S 15735 15737 15143 0 -1 4194304 1364 56539 0 2 6 2 39927 70 16 0 1 0 22592558 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15737/statm: 4217 1112 409 3 0 796 0
[pid=15809] ppid=15737 vsize=5356 CPUtime=0
/proc/15809/stat : 15809 (sh) S 15737 15737 15143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22632955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15809/statm: 1339 232 193 169 0 50 0
[pid=15810] ppid=15809 vsize=65832 CPUtime=592.72
/proc/15810/stat : 15810 (picosat) R 15809 15737 15143 0 -1 4194304 16373 0 0 0 57963 1309 0 0 25 0 1 0 22632956 67411968 16359 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15810/statm: 16458 16359 42 102 0 16353 0
Current children cumulated CPU time (s) 992.77
Current children cumulated vsize (KiB) 88056

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

[startup+1023.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15812
/proc/meminfo: memFree=1431736/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16868 CPUtime=400.05
/proc/15737/stat : 15737 (sugar) S 15735 15737 15143 0 -1 4194304 1364 56539 0 2 6 2 39927 70 16 0 1 0 22592558 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15737/statm: 4217 1112 409 3 0 796 0
[pid=15809] ppid=15737 vsize=5356 CPUtime=0
/proc/15809/stat : 15809 (sh) S 15737 15737 15143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22632955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15809/statm: 1339 232 193 169 0 50 0
[pid=15810] ppid=15809 vsize=66096 CPUtime=614.12
/proc/15810/stat : 15810 (picosat) R 15809 15737 15143 0 -1 4194304 16449 0 0 0 60103 1309 0 0 25 0 1 0 22632956 67682304 16435 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15810/statm: 16524 16435 42 102 0 16419 0
Current children cumulated CPU time (s) 1014.17
Current children cumulated vsize (KiB) 88320

[startup+1036.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15812
/proc/meminfo: memFree=1431544/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16868 CPUtime=400.05
/proc/15737/stat : 15737 (sugar) S 15735 15737 15143 0 -1 4194304 1364 56539 0 2 6 2 39927 70 16 0 1 0 22592558 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15737/statm: 4217 1112 409 3 0 796 0
[pid=15809] ppid=15737 vsize=5356 CPUtime=0
/proc/15809/stat : 15809 (sh) S 15737 15737 15143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22632955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15809/statm: 1339 232 193 169 0 50 0
[pid=15810] ppid=15809 vsize=66228 CPUtime=626.8
/proc/15810/stat : 15810 (picosat) R 15809 15737 15143 0 -1 4194304 16493 0 0 0 61371 1309 0 0 25 0 1 0 22632956 67817472 16479 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15810/statm: 16557 16479 42 102 0 16452 0
Current children cumulated CPU time (s) 1026.85
Current children cumulated vsize (KiB) 88452

[startup+1049.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15812
/proc/meminfo: memFree=1431416/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16868 CPUtime=400.05
/proc/15737/stat : 15737 (sugar) S 15735 15737 15143 0 -1 4194304 1364 56539 0 2 6 2 39927 70 16 0 1 0 22592558 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15737/statm: 4217 1112 409 3 0 796 0
[pid=15809] ppid=15737 vsize=5356 CPUtime=0
/proc/15809/stat : 15809 (sh) S 15737 15737 15143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22632955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15809/statm: 1339 232 193 169 0 50 0
[pid=15810] ppid=15809 vsize=66360 CPUtime=639.47
/proc/15810/stat : 15810 (picosat) R 15809 15737 15143 0 -1 4194304 16530 0 0 0 62638 1309 0 0 25 0 1 0 22632956 67952640 16516 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15810/statm: 16590 16516 42 102 0 16485 0
Current children cumulated CPU time (s) 1039.52
Current children cumulated vsize (KiB) 88584

[startup+1055.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15812
/proc/meminfo: memFree=1431288/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16868 CPUtime=400.05
/proc/15737/stat : 15737 (sugar) S 15735 15737 15143 0 -1 4194304 1364 56539 0 2 6 2 39927 70 16 0 1 0 22592558 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15737/statm: 4217 1112 409 3 0 796 0
[pid=15809] ppid=15737 vsize=5356 CPUtime=0
/proc/15809/stat : 15809 (sh) S 15737 15737 15143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22632955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15809/statm: 1339 232 193 169 0 50 0
[pid=15810] ppid=15809 vsize=70588 CPUtime=645.82
/proc/15810/stat : 15810 (picosat) R 15809 15737 15143 0 -1 4194304 16553 0 0 0 63273 1309 0 0 25 0 1 0 22632956 72282112 16539 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15810/statm: 17647 16539 42 102 0 17542 0
Current children cumulated CPU time (s) 1045.87
Current children cumulated vsize (KiB) 92812

[startup+1059.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15812
/proc/meminfo: memFree=1431224/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16868 CPUtime=400.05
/proc/15737/stat : 15737 (sugar) S 15735 15737 15143 0 -1 4194304 1364 56539 0 2 6 2 39927 70 16 0 1 0 22592558 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15737/statm: 4217 1112 409 3 0 796 0
[pid=15809] ppid=15737 vsize=5356 CPUtime=0
/proc/15809/stat : 15809 (sh) S 15737 15737 15143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22632955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15809/statm: 1339 232 193 169 0 50 0
[pid=15810] ppid=15809 vsize=70588 CPUtime=648.99
/proc/15810/stat : 15810 (picosat) R 15809 15737 15143 0 -1 4194304 16561 0 0 0 63590 1309 0 0 25 0 1 0 22632956 72282112 16547 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15810/statm: 17647 16547 42 102 0 17542 0
Current children cumulated CPU time (s) 1049.04
Current children cumulated vsize (KiB) 92812

[startup+1059.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15812
/proc/meminfo: memFree=1431224/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16868 CPUtime=400.05
/proc/15737/stat : 15737 (sugar) S 15735 15737 15143 0 -1 4194304 1364 56539 0 2 6 2 39927 70 16 0 1 0 22592558 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15737/statm: 4217 1112 409 3 0 796 0
[pid=15809] ppid=15737 vsize=5356 CPUtime=0
/proc/15809/stat : 15809 (sh) S 15737 15737 15143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22632955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15809/statm: 1339 232 193 169 0 50 0
[pid=15810] ppid=15809 vsize=70588 CPUtime=649.78
/proc/15810/stat : 15810 (picosat) R 15809 15737 15143 0 -1 4194304 16563 0 0 0 63669 1309 0 0 25 0 1 0 22632956 72282112 16549 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15810/statm: 17647 16549 42 102 0 17542 0
Current children cumulated CPU time (s) 1049.83
Current children cumulated vsize (KiB) 92812

[startup+1060.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15812
/proc/meminfo: memFree=1431224/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16868 CPUtime=400.05
/proc/15737/stat : 15737 (sugar) S 15735 15737 15143 0 -1 4194304 1364 56539 0 2 6 2 39927 70 16 0 1 0 22592558 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15737/statm: 4217 1112 409 3 0 796 0
[pid=15809] ppid=15737 vsize=5356 CPUtime=0
/proc/15809/stat : 15809 (sh) S 15737 15737 15143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22632955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15809/statm: 1339 232 193 169 0 50 0
[pid=15810] ppid=15809 vsize=70588 CPUtime=650.18
/proc/15810/stat : 15810 (picosat) R 15809 15737 15143 0 -1 4194304 16565 0 0 0 63709 1309 0 0 25 0 1 0 22632956 72282112 16551 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15810/statm: 17647 16551 42 102 0 17542 0
Current children cumulated CPU time (s) 1050.23
Current children cumulated vsize (KiB) 92812

[startup+1060.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15812
/proc/meminfo: memFree=1431224/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16868 CPUtime=1050.62
/proc/15737/stat : 15737 (sugar) S 15735 15737 15143 0 -1 4194304 1425 73398 0 2 6 2 103673 1381 17 0 1 0 22592558 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15737/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1050.62
Current children cumulated vsize (KiB) 16868

[startup+1060.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15812
/proc/meminfo: memFree=1431224/2055920 swapFree=4191900/4192956
[pid=15737] ppid=15735 vsize=16868 CPUtime=1050.62
/proc/15737/stat : 15737 (sugar) S 15735 15737 15143 0 -1 4194304 1446 73398 0 2 6 2 103673 1381 16 0 1 0 22592558 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15737/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1050.62
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1060.88
CPU time (s): 1050.78
CPU user time (s): 1036.89
CPU system time (s): 13.8899
CPU usage (%): 99.048
Max. virtual memory (cumulated for all children) (KiB): 897440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1036.89
system time used= 13.8899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78673
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= 15750
involuntary context switches= 37696

runsolver used 1.2928 second user time and 3.57646 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 01:34:24
IDJOB=2071906
IDBENCH=55550
IDSOLVER=738
FILE ID=node29/2071906-1247355264
PBS_JOBID= 9506921
Free space on /tmp= 66176 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg5-7_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-2071906-1247355264/watcher-2071906-1247355264 -o /tmp/evaluation-result-2071906-1247355264/solver-2071906-1247355264 -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-2071906-1247355264.xml

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

MD5SUM BENCH= 9f14e81a1bcfdb872b04812888513d78
RANDOM SEED=201372130

node29.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.225
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.225
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:       1384048 kB
Buffers:         15776 kB
Cached:         228088 kB
SwapCached:        392 kB
Active:         589276 kB
Inactive:        30696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1384048 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1904 kB
Writeback:           0 kB
Mapped:         386668 kB
Slab:            36244 kB
Committed_AS:   514408 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= 66256 MiB
End job on node29 at 2009-07-12 01:52:05