Trace number 1071904

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosatSAT 74.8706 75.6454

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle21.xml
MD5SUMa1a739fb8d99893699a2f45ae725d33e
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.12098
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints672
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension64
Number of constraints which are defined in intension608
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 13:15:31 2008
0.00/0.04	c 0	PID 7889
0.04/0.05	c 0	HOST node5.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1071904-1215170131.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1071904-1215170131.xml' 'HOME/temp.csp'
0.04/0.70	c 1	1 domains, 128 variables, 5 predicates, 4 relations, 672 constraints
0.04/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.73	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.68/0.81	c 1	Parsing HOME/temp.csp
0.93/1.06	c 1	parsed 810 expressions
0.93/1.07	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/1.07	c 1	Converting to clausal form CSP
0.93/1.09	c 1	converted 81 (10%) expressions
1.03/1.20	c 2	converted 162 (20%) expressions
1.62/1.77	c 2	converted 243 (30%) expressions
1.82/1.95	c 2	converted 324 (40%) expressions
2.01/2.18	c 2	converted 405 (50%) expressions
2.12/2.26	c 3	converted 486 (60%) expressions
2.21/2.36	c 3	converted 567 (70%) expressions
2.21/2.37	c 3	converted 648 (80%) expressions
2.21/2.38	c 3	converted 729 (90%) expressions
2.21/2.39	c 3	converted 810 (100%) expressions
2.21/2.39	c 3	CSP : 128 integers, 0 booleans, 672 clauses, largest domain size 26
2.21/2.39	c 3	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.21/2.39	c 3	Propagation in CSP
2.31/2.41	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.31/2.41	c 3	CSP : 128 integers, 0 booleans, 672 clauses, largest domain size 26
2.31/2.41	c 3	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.41	c 3	Simplifing CSP by introducing new Boolean variables
2.31/2.44	c 3	CSP : 128 integers, 4368 booleans, 5040 clauses, largest domain size 26
2.31/2.44	c 3	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.51/2.63	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.51/2.65	c 3	13 (10%) CSP integer variables are encoded (312 clauses, 3288 bytes)
2.51/2.65	c 3	26 (20%) CSP integer variables are encoded (624 clauses, 6720 bytes)
2.51/2.65	c 3	39 (30%) CSP integer variables are encoded (936 clauses, 10152 bytes)
2.51/2.65	c 3	52 (40%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
2.51/2.65	c 3	64 (50%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
2.51/2.65	c 3	77 (60%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
2.51/2.66	c 3	90 (70%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
2.51/2.66	c 3	103 (80%) CSP integer variables are encoded (2472 clauses, 30073 bytes)
2.51/2.66	c 3	116 (90%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
2.51/2.66	c 3	128 (100%) CSP integer variables are encoded (3072 clauses, 37873 bytes)
14.68/14.97	c 15	504 (10%) CSP clauses are encoded (270430 clauses, 9979197 bytes)
24.98/25.33	c 26	1008 (20%) CSP clauses are encoded (374572 clauses, 14406408 bytes)
24.98/25.36	c 26	1512 (30%) CSP clauses are encoded (385876 clauses, 14617368 bytes)
32.10/32.54	c 33	2016 (40%) CSP clauses are encoded (459097 clauses, 17984533 bytes)
38.93/39.48	c 40	2520 (50%) CSP clauses are encoded (532543 clauses, 21341040 bytes)
39.04/39.51	c 40	3024 (60%) CSP clauses are encoded (544247 clauses, 21543168 bytes)
39.04/39.54	c 40	3528 (70%) CSP clauses are encoded (555951 clauses, 21750704 bytes)
39.04/39.57	c 40	4032 (80%) CSP clauses are encoded (567655 clauses, 21959615 bytes)
39.04/39.60	c 40	4536 (90%) CSP clauses are encoded (579434 clauses, 22176382 bytes)
39.13/39.63	c 40	5040 (100%) CSP clauses are encoded (591488 clauses, 22397476 bytes)
39.13/39.63	c 40	5040 CSP clauses encoded
39.13/39.63	c 40	Writing map file : HOME/temp.map
39.13/39.64	c 40	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.13/39.64	c 40	SAT : 7568 SAT variables, 591488 SAT clauses, 22397476 bytes
39.13/39.64	c 40	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.13/39.66	c 40	SOLVING HOME/temp.cnf
39.13/39.66	c 40	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
74.60/75.47	c 76	DECODING HOME/temp.out WITH HOME/temp.map
74.60/75.47	c 76	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
74.68/75.55	c 76	Decoding HOME/temp.out
74.68/75.61	s SATISFIABLE
74.68/75.62	v 22 14 14 5 21 8 2 2 0 18 7 0 11 0 17 4 10 4 0 17 15 0 21 8 19 0 17 4 3 11 4 0 13 4 13 18 20 4 18 4 17 11 0 13 6 3 24 4 3 14 4 19 4 13 18 4 19 17 4 0 3 0 6 14 0 1 20 1 14 19 2 7 0 2 19 4 3 7 8 18 18 15 24 0 1 1 14 19 19 20 19 12 14 18 19 6 24 17 14 8 3 0 1 8 4 17 4 17 0 18 11 4 21 0 11 4 4 4 3 6 4 4 22 4 11 24 17 4
74.68/75.62	c 76	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
74.68/75.64	c 76	CPU 68.68 (0.03 0.01 68.65 6.14)
74.68/75.64	c 76	END Fri Jul  4 13:16:47 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1071904-1215170131/watcher-1071904-1215170131 -o /tmp/evaluation-result-1071904-1215170131/solver-1071904-1215170131 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1071904-1215170131.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.00 1.99 4/81 7889
/proc/meminfo: memFree=1023880/2055920 swapFree=4180232/4192956
[pid=7889] ppid=7887 vsize=18572 CPUtime=0
/proc/7889/stat : 7889 (runsolver) R 7887 7889 7094 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 639950262 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 226913479975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7889/statm: 4643 292 257 25 0 2626 0

[startup+0.0503459 s]
/proc/loadavg: 1.93 2.00 1.99 4/81 7889
/proc/meminfo: memFree=1023880/2055920 swapFree=4180232/4192956
[pid=7889] ppid=7887 vsize=13600 CPUtime=0.04
/proc/7889/stat : 7889 (sugar) S 7887 7889 7094 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 639950262 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7889/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102356 s]
/proc/loadavg: 1.93 2.00 1.99 4/81 7889
/proc/meminfo: memFree=1023880/2055920 swapFree=4180232/4192956
[pid=7889] ppid=7887 vsize=13600 CPUtime=0.04
/proc/7889/stat : 7889 (sugar) S 7887 7889 7094 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 639950262 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7889/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301573 s]
/proc/loadavg: 1.93 2.00 1.99 4/81 7889
/proc/meminfo: memFree=1023880/2055920 swapFree=4180232/4192956
[pid=7889] ppid=7887 vsize=13600 CPUtime=0.04
/proc/7889/stat : 7889 (sugar) S 7887 7889 7094 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 639950262 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7889/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701652 s]
/proc/loadavg: 1.93 2.00 1.99 4/81 7889
/proc/meminfo: memFree=1023880/2055920 swapFree=4180232/4192956
[pid=7889] ppid=7887 vsize=13600 CPUtime=0.04
/proc/7889/stat : 7889 (sugar) S 7887 7889 7094 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 639950262 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7889/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50281 s]
/proc/loadavg: 1.93 2.00 1.99 3/92 7911
/proc/meminfo: memFree=1013936/2055920 swapFree=4180232/4192956
[pid=7889] ppid=7887 vsize=13600 CPUtime=0.68
/proc/7889/stat : 7889 (sugar) S 7887 7889 7094 0 -1 4194304 973 6655 0 1 3 1 60 4 15 0 1 0 639950262 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7889/statm: 3400 797 370 3 0 500 0
[pid=7902] ppid=7889 vsize=5356 CPUtime=0
/proc/7902/stat : 7902 (sh) S 7889 7889 7094 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 639950335 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7902/statm: 1339 233 193 169 0 50 0
[pid=7903] ppid=7902 vsize=864324 CPUtime=0.75
/proc/7903/stat : 7903 (java) S 7902 7889 7094 0 -1 0 8180 0 1 0 70 5 0 0 18 0 9 0 639950336 885067776 7447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7903/statm: 216081 7447 2540 9 0 210656 0
[pid=7903/tid=7904] ppid=7902 vsize=864324 CPUtime=0.41
/proc/7903/task/7904/stat : 7904 (java) R 7902 7889 7094 0 -1 64 2656 0 1 0 40 1 0 0 22 0 9 0 639950337 885067776 7447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7905] ppid=7902 vsize=864324 CPUtime=0.23
/proc/7903/task/7905/stat : 7905 (java) R 7902 7889 7094 0 -1 64 4490 0 0 0 21 2 0 0 16 0 9 0 639950338 885067776 7447 996147200 134512640 134550740 4294955952 18446744073709551615 102477894 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7906] ppid=7902 vsize=864324 CPUtime=0
/proc/7903/task/7906/stat : 7906 (java) S 7902 7889 7094 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 639950338 885067776 7447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7907] ppid=7902 vsize=864324 CPUtime=0
/proc/7903/task/7907/stat : 7907 (java) S 7902 7889 7094 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 639950338 885067776 7447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7908] ppid=7902 vsize=864324 CPUtime=0
/proc/7903/task/7908/stat : 7908 (java) S 7902 7889 7094 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 639950340 885067776 7447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7909] ppid=7902 vsize=864324 CPUtime=0.08
/proc/7903/task/7909/stat : 7909 (java) S 7902 7889 7094 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 639950340 885067776 7447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7910] ppid=7902 vsize=864324 CPUtime=0
/proc/7903/task/7910/stat : 7910 (java) S 7902 7889 7094 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 639950340 885067776 7447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7911] ppid=7902 vsize=864324 CPUtime=0
/proc/7903/task/7911/stat : 7911 (java) S 7902 7889 7094 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 639950340 885067776 7447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883280

[startup+3.10111 s]
/proc/loadavg: 1.93 2.00 1.99 4/92 7911
/proc/meminfo: memFree=987120/2055920 swapFree=4180232/4192956
[pid=7889] ppid=7887 vsize=13600 CPUtime=0.68
/proc/7889/stat : 7889 (sugar) S 7887 7889 7094 0 -1 4194304 974 6655 0 1 3 1 60 4 15 0 1 0 639950262 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7889/statm: 3400 797 370 3 0 500 0
[pid=7902] ppid=7889 vsize=5356 CPUtime=0
/proc/7902/stat : 7902 (sh) S 7889 7889 7094 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 639950335 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7902/statm: 1339 233 193 169 0 50 0
[pid=7903] ppid=7902 vsize=868468 CPUtime=2.32
/proc/7903/stat : 7903 (java) S 7902 7889 7094 0 -1 0 14472 0 1 0 224 8 0 0 18 0 9 0 639950336 889311232 13627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7903/statm: 217117 13627 2565 9 0 211664 0
[pid=7903/tid=7904] ppid=7902 vsize=868468 CPUtime=1.16
/proc/7903/task/7904/stat : 7904 (java) R 7902 7889 7094 0 -1 64 3100 0 1 0 114 2 0 0 25 0 9 0 639950337 889311232 13627 996147200 134512640 134550740 4294955952 18446744073709551615 4126628549 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7905] ppid=7902 vsize=868468 CPUtime=0.9
/proc/7903/task/7905/stat : 7905 (java) S 7902 7889 7094 0 -1 64 9211 0 0 0 86 4 0 0 16 0 9 0 639950338 889311232 13627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7906] ppid=7902 vsize=868468 CPUtime=0
/proc/7903/task/7906/stat : 7906 (java) S 7902 7889 7094 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 639950338 889311232 13627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7907] ppid=7902 vsize=868468 CPUtime=0
/proc/7903/task/7907/stat : 7907 (java) S 7902 7889 7094 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 639950338 889311232 13627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7908] ppid=7902 vsize=868468 CPUtime=0
/proc/7903/task/7908/stat : 7908 (java) S 7902 7889 7094 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 639950340 889311232 13627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7909] ppid=7902 vsize=868468 CPUtime=0.23
/proc/7903/task/7909/stat : 7909 (java) S 7902 7889 7094 0 -1 64 1469 0 0 0 23 0 0 0 15 0 9 0 639950340 889311232 13627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7910] ppid=7902 vsize=868468 CPUtime=0
/proc/7903/task/7910/stat : 7910 (java) S 7902 7889 7094 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 639950340 889311232 13627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7911] ppid=7902 vsize=868468 CPUtime=0
/proc/7903/task/7911/stat : 7911 (java) S 7902 7889 7094 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 639950340 889311232 13627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887424

[startup+6.30273 s]
/proc/loadavg: 1.94 2.00 1.99 3/92 7911
/proc/meminfo: memFree=966768/2055920 swapFree=4180232/4192956
[pid=7889] ppid=7887 vsize=13600 CPUtime=0.68
/proc/7889/stat : 7889 (sugar) S 7887 7889 7094 0 -1 4194304 974 6655 0 1 3 1 60 4 15 0 1 0 639950262 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7889/statm: 3400 797 370 3 0 500 0
[pid=7902] ppid=7889 vsize=5356 CPUtime=0
/proc/7902/stat : 7902 (sh) S 7889 7889 7094 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 639950335 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7902/statm: 1339 233 193 169 0 50 0
[pid=7903] ppid=7902 vsize=868468 CPUtime=5.49
/proc/7903/stat : 7903 (java) S 7902 7889 7094 0 -1 0 16401 0 1 0 536 13 0 0 18 0 9 0 639950336 889311232 15469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7903/statm: 217117 15469 2565 9 0 211664 0
[pid=7903/tid=7904] ppid=7902 vsize=868468 CPUtime=4.15
/proc/7903/task/7904/stat : 7904 (java) R 7902 7889 7094 0 -1 64 3189 0 1 0 409 6 0 0 25 0 9 0 639950337 889311232 15469 996147200 134512640 134550740 4294955952 18446744073709551615 103215041 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7905] ppid=7902 vsize=868468 CPUtime=1.06
/proc/7903/task/7905/stat : 7905 (java) S 7902 7889 7094 0 -1 64 11047 0 0 0 101 5 0 0 16 0 9 0 639950338 889311232 15469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7906] ppid=7902 vsize=868468 CPUtime=0
/proc/7903/task/7906/stat : 7906 (java) S 7902 7889 7094 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 639950338 889311232 15469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7907] ppid=7902 vsize=868468 CPUtime=0
/proc/7903/task/7907/stat : 7907 (java) S 7902 7889 7094 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 639950338 889311232 15469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7908] ppid=7902 vsize=868468 CPUtime=0
/proc/7903/task/7908/stat : 7908 (java) S 7902 7889 7094 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 639950340 889311232 15469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7909] ppid=7902 vsize=868468 CPUtime=0.24
/proc/7903/task/7909/stat : 7909 (java) S 7902 7889 7094 0 -1 64 1473 0 0 0 24 0 0 0 15 0 9 0 639950340 889311232 15469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7910] ppid=7902 vsize=868468 CPUtime=0
/proc/7903/task/7910/stat : 7910 (java) S 7902 7889 7094 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 639950340 889311232 15469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7911] ppid=7902 vsize=868468 CPUtime=0
/proc/7903/task/7911/stat : 7911 (java) S 7902 7889 7094 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 639950340 889311232 15469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887424

[startup+12.702 s]
/proc/loadavg: 1.94 2.00 1.99 3/92 7911
/proc/meminfo: memFree=951344/2055920 swapFree=4180232/4192956
[pid=7889] ppid=7887 vsize=13600 CPUtime=0.68
/proc/7889/stat : 7889 (sugar) S 7887 7889 7094 0 -1 4194304 974 6655 0 1 3 1 60 4 15 0 1 0 639950262 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7889/statm: 3400 797 370 3 0 500 0
[pid=7902] ppid=7889 vsize=5356 CPUtime=0
/proc/7902/stat : 7902 (sh) S 7889 7889 7094 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 639950335 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7902/statm: 1339 233 193 169 0 50 0
[pid=7903] ppid=7902 vsize=878716 CPUtime=11.83
/proc/7903/stat : 7903 (java) S 7902 7889 7094 0 -1 0 22805 0 1 0 1164 19 0 0 18 0 9 0 639950336 899805184 20484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7903/statm: 219679 20484 2565 9 0 214226 0
[pid=7903/tid=7904] ppid=7902 vsize=878716 CPUtime=10.1
/proc/7903/task/7904/stat : 7904 (java) R 7902 7889 7094 0 -1 64 3294 0 1 0 1002 8 0 0 25 0 9 0 639950337 899805184 20484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7905] ppid=7902 vsize=878716 CPUtime=1.44
/proc/7903/task/7905/stat : 7905 (java) R 7902 7889 7094 0 -1 64 17342 0 0 0 136 8 0 0 16 0 9 0 639950338 899805184 20484 996147200 134512640 134550740 4294955952 18446744073709551615 102731878 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7906] ppid=7902 vsize=878716 CPUtime=0
/proc/7903/task/7906/stat : 7906 (java) S 7902 7889 7094 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 639950338 899805184 20484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7907] ppid=7902 vsize=878716 CPUtime=0
/proc/7903/task/7907/stat : 7907 (java) S 7902 7889 7094 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 639950338 899805184 20484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7908] ppid=7902 vsize=878716 CPUtime=0
/proc/7903/task/7908/stat : 7908 (java) S 7902 7889 7094 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 639950340 899805184 20484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7909] ppid=7902 vsize=878716 CPUtime=0.25
/proc/7903/task/7909/stat : 7909 (java) S 7902 7889 7094 0 -1 64 1477 0 0 0 25 0 0 0 17 0 9 0 639950340 899805184 20484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7910] ppid=7902 vsize=878716 CPUtime=0
/proc/7903/task/7910/stat : 7910 (java) S 7902 7889 7094 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 639950340 899805184 20484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7911] ppid=7902 vsize=878716 CPUtime=0
/proc/7903/task/7911/stat : 7911 (java) S 7902 7889 7094 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 639950340 899805184 20484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 897672

[startup+25.5024 s]
/proc/loadavg: 1.95 2.00 1.99 3/92 7911
/proc/meminfo: memFree=945904/2055920 swapFree=4180232/4192956
[pid=7889] ppid=7887 vsize=13600 CPUtime=0.68
/proc/7889/stat : 7889 (sugar) S 7887 7889 7094 0 -1 4194304 974 6655 0 1 3 1 60 4 16 0 1 0 639950262 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7889/statm: 3400 797 370 3 0 500 0
[pid=7902] ppid=7889 vsize=5356 CPUtime=0
/proc/7902/stat : 7902 (sh) S 7889 7889 7094 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 639950335 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7902/statm: 1339 233 193 169 0 50 0
[pid=7903] ppid=7902 vsize=868468 CPUtime=24.49
/proc/7903/stat : 7903 (java) S 7902 7889 7094 0 -1 0 23069 0 1 0 2424 25 0 0 18 0 9 0 639950336 889311232 18045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7903/statm: 217117 18045 2565 9 0 211664 0
[pid=7903/tid=7904] ppid=7902 vsize=868468 CPUtime=22.46
/proc/7903/task/7904/stat : 7904 (java) R 7902 7889 7094 0 -1 64 3435 0 1 0 2233 13 0 0 25 0 9 0 639950337 889311232 18045 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7905] ppid=7902 vsize=868468 CPUtime=1.74
/proc/7903/task/7905/stat : 7905 (java) S 7902 7889 7094 0 -1 64 17458 0 0 0 164 10 0 0 16 0 9 0 639950338 889311232 18045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7906] ppid=7902 vsize=868468 CPUtime=0
/proc/7903/task/7906/stat : 7906 (java) S 7902 7889 7094 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 639950338 889311232 18045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7907] ppid=7902 vsize=868468 CPUtime=0
/proc/7903/task/7907/stat : 7907 (java) S 7902 7889 7094 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 639950338 889311232 18045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7908] ppid=7902 vsize=868468 CPUtime=0
/proc/7903/task/7908/stat : 7908 (java) S 7902 7889 7094 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 639950340 889311232 18045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7909] ppid=7902 vsize=868468 CPUtime=0.26
/proc/7903/task/7909/stat : 7909 (java) S 7902 7889 7094 0 -1 64 1484 0 0 0 26 0 0 0 16 0 9 0 639950340 889311232 18045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7910] ppid=7902 vsize=868468 CPUtime=0
/proc/7903/task/7910/stat : 7910 (java) S 7902 7889 7094 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 639950340 889311232 18045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7903/tid=7911] ppid=7902 vsize=868468 CPUtime=0
/proc/7903/task/7911/stat : 7911 (java) S 7902 7889 7094 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 639950340 889311232 18045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 887424

[startup+51.1013 s]
/proc/loadavg: 1.97 2.00 1.99 3/84 7913
/proc/meminfo: memFree=970032/2055920 swapFree=4180232/4192956
[pid=7889] ppid=7887 vsize=13600 CPUtime=39.19
/proc/7889/stat : 7889 (sugar) S 7887 7889 7094 0 -1 4194304 1022 35504 0 2 3 1 3877 38 16 0 1 0 639950262 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7889/statm: 3400 798 370 3 0 500 0
[pid=7912] ppid=7889 vsize=5356 CPUtime=0
/proc/7912/stat : 7912 (sh) S 7889 7889 7094 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639954228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7912/statm: 1339 232 193 169 0 50 0
[pid=7913] ppid=7912 vsize=31760 CPUtime=11.33
/proc/7913/stat : 7913 (picosat) R 7912 7889 7094 0 -1 4194304 7423 0 0 0 562 571 0 0 25 0 1 0 639954228 32522240 7407 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7913/statm: 7940 7407 42 102 0 7835 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 50716

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

[startup+63.9018 s]
/proc/loadavg: 1.97 2.00 1.99 3/84 7913
/proc/meminfo: memFree=966960/2055920 swapFree=4180232/4192956
[pid=7889] ppid=7887 vsize=13600 CPUtime=39.19
/proc/7889/stat : 7889 (sugar) S 7887 7889 7094 0 -1 4194304 1022 35504 0 2 3 1 3877 38 16 0 1 0 639950262 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7889/statm: 3400 798 370 3 0 500 0
[pid=7912] ppid=7889 vsize=5356 CPUtime=0
/proc/7912/stat : 7912 (sh) S 7889 7889 7094 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639954228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7912/statm: 1339 232 193 169 0 50 0
[pid=7913] ppid=7912 vsize=34268 CPUtime=24
/proc/7913/stat : 7913 (picosat) R 7912 7889 7094 0 -1 4194304 8069 0 0 0 1828 572 0 0 25 0 1 0 639954228 35090432 8053 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7913/statm: 8567 8053 42 102 0 8462 0
Current children cumulated CPU time (s) 63.19
Current children cumulated vsize (KiB) 53224

[startup+70.302 s]
/proc/loadavg: 1.98 2.00 1.99 3/84 7913
/proc/meminfo: memFree=965680/2055920 swapFree=4180232/4192956
[pid=7889] ppid=7887 vsize=13600 CPUtime=39.19
/proc/7889/stat : 7889 (sugar) S 7887 7889 7094 0 -1 4194304 1022 35504 0 2 3 1 3877 38 16 0 1 0 639950262 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7889/statm: 3400 798 370 3 0 500 0
[pid=7912] ppid=7889 vsize=5356 CPUtime=0
/proc/7912/stat : 7912 (sh) S 7889 7889 7094 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639954228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7912/statm: 1339 232 193 169 0 50 0
[pid=7913] ppid=7912 vsize=35456 CPUtime=30.34
/proc/7913/stat : 7913 (picosat) R 7912 7889 7094 0 -1 4194304 8386 0 0 0 2462 572 0 0 25 0 1 0 639954228 36306944 8370 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/7913/statm: 8864 8370 42 102 0 8759 0
Current children cumulated CPU time (s) 69.53
Current children cumulated vsize (KiB) 54412

[startup+73.5016 s]
/proc/loadavg: 1.98 2.00 1.99 4/75 7941
/proc/meminfo: memFree=1728840/2055920 swapFree=4180232/4192956
[pid=7889] ppid=7887 vsize=13600 CPUtime=39.19
/proc/7889/stat : 7889 (sugar) S 7887 7889 7094 0 -1 4194304 1022 35504 0 2 3 1 3877 38 16 0 1 0 639950262 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7889/statm: 3400 798 370 3 0 500 0
[pid=7912] ppid=7889 vsize=5356 CPUtime=0
/proc/7912/stat : 7912 (sh) S 7889 7889 7094 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639954228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7912/statm: 1339 232 193 169 0 50 0
[pid=7913] ppid=7912 vsize=35984 CPUtime=33.51
/proc/7913/stat : 7913 (picosat) R 7912 7889 7094 0 -1 4194304 8530 0 0 0 2779 572 0 0 25 0 1 0 639954228 36847616 8514 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7913/statm: 8996 8514 42 102 0 8891 0
Current children cumulated CPU time (s) 72.7
Current children cumulated vsize (KiB) 54940

[startup+74.3018 s]
/proc/loadavg: 1.98 2.00 1.99 3/75 7941
/proc/meminfo: memFree=1728392/2055920 swapFree=4180232/4192956
[pid=7889] ppid=7887 vsize=13600 CPUtime=39.19
/proc/7889/stat : 7889 (sugar) S 7887 7889 7094 0 -1 4194304 1022 35504 0 2 3 1 3877 38 16 0 1 0 639950262 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7889/statm: 3400 798 370 3 0 500 0
[pid=7912] ppid=7889 vsize=5356 CPUtime=0
/proc/7912/stat : 7912 (sh) S 7889 7889 7094 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639954228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7912/statm: 1339 232 193 169 0 50 0
[pid=7913] ppid=7912 vsize=36116 CPUtime=34.31
/proc/7913/stat : 7913 (picosat) R 7912 7889 7094 0 -1 4194304 8572 0 0 0 2859 572 0 0 25 0 1 0 639954228 36982784 8556 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7913/statm: 9029 8556 42 102 0 8924 0
Current children cumulated CPU time (s) 73.5
Current children cumulated vsize (KiB) 55072

[startup+75.1019 s]
/proc/loadavg: 1.98 2.00 1.99 3/75 7941
/proc/meminfo: memFree=1728136/2055920 swapFree=4180232/4192956
[pid=7889] ppid=7887 vsize=13600 CPUtime=39.19
/proc/7889/stat : 7889 (sugar) S 7887 7889 7094 0 -1 4194304 1022 35504 0 2 3 1 3877 38 16 0 1 0 639950262 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7889/statm: 3400 798 370 3 0 500 0
[pid=7912] ppid=7889 vsize=5356 CPUtime=0
/proc/7912/stat : 7912 (sh) S 7889 7889 7094 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639954228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7912/statm: 1339 232 193 169 0 50 0
[pid=7913] ppid=7912 vsize=36380 CPUtime=35.11
/proc/7913/stat : 7913 (picosat) R 7912 7889 7094 0 -1 4194304 8617 0 0 0 2939 572 0 0 25 0 1 0 639954228 37253120 8601 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7913/statm: 9095 8601 42 102 0 8990 0
Current children cumulated CPU time (s) 74.3
Current children cumulated vsize (KiB) 55336

[startup+75.502 s]
/proc/loadavg: 1.98 2.00 1.99 3/75 7941
/proc/meminfo: memFree=1728136/2055920 swapFree=4180232/4192956
[pid=7889] ppid=7887 vsize=13600 CPUtime=74.68
/proc/7889/stat : 7889 (sugar) S 7887 7889 7094 0 -1 4194304 1070 44429 0 2 3 1 6853 611 17 0 1 0 639950262 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7889/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 74.68
Current children cumulated vsize (KiB) 13600

[startup+75.601 s]
/proc/loadavg: 1.98 2.00 1.99 3/75 7941
/proc/meminfo: memFree=1728136/2055920 swapFree=4180232/4192956
[pid=7889] ppid=7887 vsize=13600 CPUtime=74.68
/proc/7889/stat : 7889 (sugar) S 7887 7889 7094 0 -1 4194304 1087 44429 0 2 3 1 6853 611 16 0 1 0 639950262 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7889/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 74.68
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 75.6454
CPU time (s): 74.8706
CPU user time (s): 68.6946
CPU system time (s): 6.17606
CPU usage (%): 98.9758
Max. virtual memory (cumulated for all children) (KiB): 897672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.6946
system time used= 6.17606
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49308
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= 6610
involuntary context switches= 8806

runsolver used 0.089986 second user time and 0.276957 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-04 13:15:31
IDJOB=1071904
IDBENCH=56149
IDSOLVER=345
FILE ID=node5/1071904-1215170131
PBS_JOBID= 7881475
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/wordsPuzzle/normalized-crossword-m1-words-puzzle21.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1071904-1215170131/watcher-1071904-1215170131 -o /tmp/evaluation-result-1071904-1215170131/solver-1071904-1215170131 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1071904-1215170131.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a1a739fb8d99893699a2f45ae725d33e
RANDOM SEED=1072421009

node5.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.279
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.279
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:       1024360 kB
Buffers:         52892 kB
Cached:         144792 kB
SwapCached:       6996 kB
Active:         886072 kB
Inactive:        85672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1024360 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:            1564 kB
Writeback:           0 kB
Mapped:         789760 kB
Slab:            43488 kB
Committed_AS:  1694040 kB
PageTables:       3312 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= 66556 MiB
End job on node5 at 2008-07-04 13:16:47