Trace number 1078873

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 122.424 123.672

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle21.xml
MD5SUM4d42284b8f5f2eedeb4dbff726646a06
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.161975
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 23:54:12 2008
0.00/0.04	c 0	PID 30997
0.00/0.05	c 0	HOST node10.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1078873-1215208452.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078873-1215208452.xml' 'HOME/temp.csp'
0.03/0.87	c 1	1 domains, 128 variables, 5 predicates, 4 relations, 672 constraints
0.03/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	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.84/0.98	c 1	Parsing HOME/temp.csp
1.22/1.38	c 2	parsed 810 expressions
1.22/1.38	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.22/1.38	c 2	Converting to clausal form CSP
1.32/1.41	c 2	converted 81 (10%) expressions
1.42/1.56	c 2	converted 162 (20%) expressions
2.31/2.45	c 3	converted 243 (30%) expressions
2.80/2.96	c 3	converted 324 (40%) expressions
3.01/3.15	c 3	converted 405 (50%) expressions
3.20/3.39	c 4	converted 486 (60%) expressions
3.49/3.63	c 4	converted 567 (70%) expressions
3.49/3.64	c 4	converted 648 (80%) expressions
3.49/3.64	c 4	converted 729 (90%) expressions
3.49/3.66	c 4	converted 810 (100%) expressions
3.49/3.66	c 4	CSP : 128 integers, 0 booleans, 672 clauses, largest domain size 26
3.49/3.66	c 4	Heap : 55 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.49/3.66	c 4	Propagation in CSP
3.49/3.68	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.49/3.68	c 4	CSP : 128 integers, 0 booleans, 672 clauses, largest domain size 26
3.49/3.68	c 4	Heap : 55 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.49/3.68	c 4	Simplifing CSP by introducing new Boolean variables
3.60/3.71	c 4	CSP : 128 integers, 4368 booleans, 5040 clauses, largest domain size 26
3.60/3.71	c 4	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.90/4.03	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.90/4.05	c 4	13 (10%) CSP integer variables are encoded (312 clauses, 3288 bytes)
3.90/4.05	c 4	26 (20%) CSP integer variables are encoded (624 clauses, 6720 bytes)
3.90/4.05	c 4	39 (30%) CSP integer variables are encoded (936 clauses, 10152 bytes)
3.90/4.05	c 4	52 (40%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
3.90/4.05	c 4	64 (50%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
3.90/4.06	c 4	77 (60%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
3.90/4.06	c 4	90 (70%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
3.90/4.06	c 4	103 (80%) CSP integer variables are encoded (2472 clauses, 30073 bytes)
3.90/4.06	c 4	116 (90%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
3.90/4.06	c 4	128 (100%) CSP integer variables are encoded (3072 clauses, 37873 bytes)
27.96/28.33	c 29	504 (10%) CSP clauses are encoded (348420 clauses, 13317467 bytes)
60.24/60.99	c 61	1008 (20%) CSP clauses are encoded (529884 clauses, 21515603 bytes)
60.34/61.02	c 61	1512 (30%) CSP clauses are encoded (541188 clauses, 21726563 bytes)
81.63/82.55	c 83	2016 (40%) CSP clauses are encoded (665957 clauses, 27898780 bytes)
103.32/104.50	c 105	2520 (50%) CSP clauses are encoded (790951 clauses, 34060339 bytes)
103.42/104.52	c 105	3024 (60%) CSP clauses are encoded (802655 clauses, 34262467 bytes)
103.42/104.54	c 105	3528 (70%) CSP clauses are encoded (814359 clauses, 34470003 bytes)
103.42/104.57	c 105	4032 (80%) CSP clauses are encoded (826063 clauses, 34678914 bytes)
103.42/104.59	c 105	4536 (90%) CSP clauses are encoded (837842 clauses, 34895681 bytes)
103.52/104.61	c 105	5040 (100%) CSP clauses are encoded (849896 clauses, 35116775 bytes)
103.52/104.61	c 105	5040 CSP clauses encoded
103.52/104.61	c 105	Writing map file : HOME/temp.map
103.52/104.62	c 105	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
103.52/104.62	c 105	SAT : 7568 SAT variables, 849896 SAT clauses, 35116775 bytes
103.52/104.62	c 105	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
103.52/104.64	c 105	SOLVING HOME/temp.cnf
103.52/104.64	c 105	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
122.15/123.43	c 124	DECODING HOME/temp.out WITH HOME/temp.map
122.15/123.43	c 124	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
122.19/123.52	c 124	Decoding HOME/temp.out
122.19/123.62	s SATISFIABLE
122.19/123.62	v 2 7 4 17 19 14 8 3 4 2 14 17 20 15 4 14 20 19 14 12 4 19 20 13 0 20 19 7 4 11 8 17 0 19 4 17 13 8 4 12 4 11 4 13 19 8 17 12 18 20 0 6 4 13 17 4 19 17 0 18 7 4 19 0 2 14 8 14 2 2 8 18 3 25 4 19 0 11 20 18 4 20 4 17 20 15 4 4 13 2 14 20 15 0 19 0 12 20 8 8 3 7 6 20 17 20 18 19 0 19 5 8 4 12 0 19 4 4 18 18 4 0 13 4 0 8 18 4
122.19/123.63	c 124	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
122.19/123.66	c 124	CPU 112.82 (0.04 0 112.78 9.56)
122.19/123.66	c 124	END Fri Jul  4 23:56:16 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-1078873-1215208452/watcher-1078873-1215208452 -o /tmp/evaluation-result-1078873-1215208452/solver-1078873-1215208452 -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-1078873-1215208452.xml 

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


[startup+0 s]
/proc/loadavg: 2.12 2.04 2.00 4/80 30997
/proc/meminfo: memFree=1582880/2055920 swapFree=4179464/4192956
[pid=30997] ppid=30995 vsize=18572 CPUtime=0
/proc/30997/stat : 30997 (runsolver) R 30995 30997 29966 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1999820081 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 214919867687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30997/statm: 4643 292 257 25 0 2626 0

[startup+0.0921229 s]
/proc/loadavg: 2.12 2.04 2.00 4/80 30997
/proc/meminfo: memFree=1582880/2055920 swapFree=4179464/4192956
[pid=30997] ppid=30995 vsize=13600 CPUtime=0.03
/proc/30997/stat : 30997 (sugar) S 30995 30997 29966 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999820081 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30997/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10112 s]
/proc/loadavg: 2.12 2.04 2.00 4/80 30997
/proc/meminfo: memFree=1582880/2055920 swapFree=4179464/4192956
[pid=30997] ppid=30995 vsize=13600 CPUtime=0.03
/proc/30997/stat : 30997 (sugar) S 30995 30997 29966 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999820081 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30997/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301148 s]
/proc/loadavg: 2.12 2.04 2.00 4/80 30997
/proc/meminfo: memFree=1582880/2055920 swapFree=4179464/4192956
[pid=30997] ppid=30995 vsize=13600 CPUtime=0.03
/proc/30997/stat : 30997 (sugar) S 30995 30997 29966 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999820081 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30997/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701206 s]
/proc/loadavg: 2.12 2.04 2.00 4/80 30997
/proc/meminfo: memFree=1582880/2055920 swapFree=4179464/4192956
[pid=30997] ppid=30995 vsize=13600 CPUtime=0.03
/proc/30997/stat : 30997 (sugar) S 30995 30997 29966 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999820081 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30997/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50231 s]
/proc/loadavg: 2.12 2.04 2.00 3/91 31019
/proc/meminfo: memFree=1575816/2055920 swapFree=4179464/4192956
[pid=30997] ppid=30995 vsize=13600 CPUtime=0.84
/proc/30997/stat : 30997 (sugar) S 30995 30997 29966 0 -1 4194304 973 7467 0 1 3 0 75 6 15 0 1 0 1999820081 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30997/statm: 3400 797 370 3 0 500 0
[pid=31010] ppid=30997 vsize=5356 CPUtime=0
/proc/31010/stat : 31010 (sh) S 30997 30997 29966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999820171 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31010/statm: 1339 233 193 169 0 50 0
[pid=31011] ppid=31010 vsize=864596 CPUtime=0.58
/proc/31011/stat : 31011 (java) S 31010 30997 29966 0 -1 0 6910 0 1 0 55 3 0 0 18 0 9 0 1999820171 885346304 6108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31011/statm: 216149 6108 2540 9 0 210724 0
[pid=31011/tid=31012] ppid=31010 vsize=864596 CPUtime=0.34
/proc/31011/task/31012/stat : 31012 (java) R 31010 30997 29966 0 -1 64 2547 0 1 0 33 1 0 0 18 0 9 0 1999820172 885346304 6108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31013] ppid=31010 vsize=864596 CPUtime=0.14
/proc/31011/task/31013/stat : 31013 (java) R 31010 30997 29966 0 -1 64 3326 0 0 0 14 0 0 0 16 0 9 0 1999820173 885346304 6108 996147200 134512640 134550740 4294955952 18446744073709551615 102478703 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31014] ppid=31010 vsize=864596 CPUtime=0
/proc/31011/task/31014/stat : 31014 (java) S 31010 30997 29966 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999820173 885346304 6108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31015] ppid=31010 vsize=864596 CPUtime=0
/proc/31011/task/31015/stat : 31015 (java) S 31010 30997 29966 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999820173 885346304 6108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31016] ppid=31010 vsize=864596 CPUtime=0
/proc/31011/task/31016/stat : 31016 (java) S 31010 30997 29966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999820175 885346304 6108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31017] ppid=31010 vsize=864596 CPUtime=0.07
/proc/31011/task/31017/stat : 31017 (java) S 31010 30997 29966 0 -1 64 340 0 0 0 7 0 0 0 16 0 9 0 1999820175 885346304 6108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31018] ppid=31010 vsize=864596 CPUtime=0
/proc/31011/task/31018/stat : 31018 (java) S 31010 30997 29966 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999820175 885346304 6108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31019] ppid=31010 vsize=864596 CPUtime=0
/proc/31011/task/31019/stat : 31019 (java) S 31010 30997 29966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999820175 885346304 6108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883552

[startup+3.10253 s]
/proc/loadavg: 2.12 2.04 2.00 4/91 31019
/proc/meminfo: memFree=1550728/2055920 swapFree=4179464/4192956
[pid=30997] ppid=30995 vsize=13600 CPUtime=0.84
/proc/30997/stat : 30997 (sugar) S 30995 30997 29966 0 -1 4194304 973 7467 0 1 3 0 75 6 15 0 1 0 1999820081 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30997/statm: 3400 797 370 3 0 500 0
[pid=31010] ppid=30997 vsize=5356 CPUtime=0
/proc/31010/stat : 31010 (sh) S 30997 30997 29966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999820171 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31010/statm: 1339 233 193 169 0 50 0
[pid=31011] ppid=31010 vsize=868388 CPUtime=2.17
/proc/31011/stat : 31011 (java) S 31010 30997 29966 0 -1 0 16581 0 1 0 208 9 0 0 18 0 9 0 1999820171 889229312 15442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31011/statm: 217097 15442 2540 9 0 211672 0
[pid=31011/tid=31012] ppid=31010 vsize=868388 CPUtime=0.94
/proc/31011/task/31012/stat : 31012 (java) R 31010 30997 29966 0 -1 64 3161 0 1 0 92 2 0 0 23 0 9 0 1999820172 889229312 15442 996147200 134512640 134550740 4294955952 18446744073709551615 103215087 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31013] ppid=31010 vsize=868388 CPUtime=1.02
/proc/31011/task/31013/stat : 31013 (java) S 31010 30997 29966 0 -1 64 11311 0 0 0 98 4 0 0 17 0 9 0 1999820173 889229312 15442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31014] ppid=31010 vsize=868388 CPUtime=0
/proc/31011/task/31014/stat : 31014 (java) S 31010 30997 29966 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999820173 889229312 15442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31015] ppid=31010 vsize=868388 CPUtime=0
/proc/31011/task/31015/stat : 31015 (java) S 31010 30997 29966 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999820173 889229312 15442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31016] ppid=31010 vsize=868388 CPUtime=0
/proc/31011/task/31016/stat : 31016 (java) S 31010 30997 29966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999820175 889229312 15442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31017] ppid=31010 vsize=868388 CPUtime=0.16
/proc/31011/task/31017/stat : 31017 (java) S 31010 30997 29966 0 -1 64 1412 0 0 0 16 0 0 0 16 0 9 0 1999820175 889229312 15442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31018] ppid=31010 vsize=868388 CPUtime=0
/proc/31011/task/31018/stat : 31018 (java) S 31010 30997 29966 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999820175 889229312 15442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31019] ppid=31010 vsize=868388 CPUtime=0
/proc/31011/task/31019/stat : 31019 (java) S 31010 30997 29966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999820175 889229312 15442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887344

[startup+6.30297 s]
/proc/loadavg: 2.11 2.04 2.00 3/91 31019
/proc/meminfo: memFree=1508808/2055920 swapFree=4179464/4192956
[pid=30997] ppid=30995 vsize=13600 CPUtime=0.85
/proc/30997/stat : 30997 (sugar) S 30995 30997 29966 0 -1 4194304 974 7467 0 1 4 0 75 6 15 0 1 0 1999820081 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30997/statm: 3400 797 370 3 0 500 0
[pid=31010] ppid=30997 vsize=5356 CPUtime=0
/proc/31010/stat : 31010 (sh) S 30997 30997 29966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999820171 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31010/statm: 1339 233 193 169 0 50 0
[pid=31011] ppid=31010 vsize=868500 CPUtime=5.32
/proc/31011/stat : 31011 (java) S 31010 30997 29966 0 -1 0 21179 0 1 0 519 13 0 0 18 0 9 0 1999820171 889344000 19886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31011/statm: 217125 19886 2565 9 0 211672 0
[pid=31011/tid=31012] ppid=31010 vsize=868500 CPUtime=3.39
/proc/31011/task/31012/stat : 31012 (java) R 31010 30997 29966 0 -1 64 3383 0 1 0 335 4 0 0 25 0 9 0 1999820172 889344000 19886 996147200 134512640 134550740 4294955952 18446744073709551615 4126943191 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31013] ppid=31010 vsize=868500 CPUtime=1.68
/proc/31011/task/31013/stat : 31013 (java) S 31010 30997 29966 0 -1 64 15649 0 0 0 161 7 0 0 16 0 9 0 1999820173 889344000 19886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31014] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31014/stat : 31014 (java) S 31010 30997 29966 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999820173 889344000 19886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31015] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31015/stat : 31015 (java) S 31010 30997 29966 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999820173 889344000 19886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31016] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31016/stat : 31016 (java) S 31010 30997 29966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999820175 889344000 19886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31017] ppid=31010 vsize=868500 CPUtime=0.23
/proc/31011/task/31017/stat : 31017 (java) S 31010 30997 29966 0 -1 64 1450 0 0 0 22 1 0 0 16 0 9 0 1999820175 889344000 19886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31018] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31018/stat : 31018 (java) S 31010 30997 29966 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999820175 889344000 19886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31019] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31019/stat : 31019 (java) S 31010 30997 29966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999820175 889344000 19886 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) 887456

[startup+12.7028 s]
/proc/loadavg: 2.10 2.04 2.00 3/91 31019
/proc/meminfo: memFree=1501512/2055920 swapFree=4179464/4192956
[pid=30997] ppid=30995 vsize=13600 CPUtime=0.85
/proc/30997/stat : 30997 (sugar) S 30995 30997 29966 0 -1 4194304 974 7467 0 1 4 0 75 6 15 0 1 0 1999820081 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30997/statm: 3400 797 370 3 0 500 0
[pid=31010] ppid=30997 vsize=5356 CPUtime=0
/proc/31010/stat : 31010 (sh) S 30997 30997 29966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999820171 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31010/statm: 1339 233 193 169 0 50 0
[pid=31011] ppid=31010 vsize=868500 CPUtime=11.66
/proc/31011/stat : 31011 (java) S 31010 30997 29966 0 -1 0 21924 0 1 0 1149 17 0 0 18 0 9 0 1999820171 889344000 20570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31011/statm: 217125 20570 2565 9 0 211672 0
[pid=31011/tid=31012] ppid=31010 vsize=868500 CPUtime=9.56
/proc/31011/task/31012/stat : 31012 (java) R 31010 30997 29966 0 -1 64 3444 0 1 0 949 7 0 0 25 0 9 0 1999820172 889344000 20570 996147200 134512640 134550740 4294955952 18446744073709551615 4126945623 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31013] ppid=31010 vsize=868500 CPUtime=1.84
/proc/31011/task/31013/stat : 31013 (java) S 31010 30997 29966 0 -1 64 16331 0 0 0 176 8 0 0 16 0 9 0 1999820173 889344000 20570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31014] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31014/stat : 31014 (java) S 31010 30997 29966 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999820173 889344000 20570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31015] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31015/stat : 31015 (java) S 31010 30997 29966 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999820173 889344000 20570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31016] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31016/stat : 31016 (java) S 31010 30997 29966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999820175 889344000 20570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31017] ppid=31010 vsize=868500 CPUtime=0.24
/proc/31011/task/31017/stat : 31017 (java) S 31010 30997 29966 0 -1 64 1452 0 0 0 23 1 0 0 16 0 9 0 1999820175 889344000 20570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31018] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31018/stat : 31018 (java) S 31010 30997 29966 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999820175 889344000 20570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31019] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31019/stat : 31019 (java) S 31010 30997 29966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999820175 889344000 20570 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) 887456

[startup+25.5015 s]
/proc/loadavg: 2.08 2.04 2.00 3/91 31019
/proc/meminfo: memFree=1482696/2055920 swapFree=4179464/4192956
[pid=30997] ppid=30995 vsize=13600 CPUtime=0.85
/proc/30997/stat : 30997 (sugar) S 30995 30997 29966 0 -1 4194304 974 7467 0 1 4 0 75 6 15 0 1 0 1999820081 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30997/statm: 3400 797 370 3 0 500 0
[pid=31010] ppid=30997 vsize=5356 CPUtime=0
/proc/31010/stat : 31010 (sh) S 30997 30997 29966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999820171 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31010/statm: 1339 233 193 169 0 50 0
[pid=31011] ppid=31010 vsize=868500 CPUtime=24.33
/proc/31011/stat : 31011 (java) S 31010 30997 29966 0 -1 0 25540 0 1 0 2412 21 0 0 18 0 9 0 1999820171 889344000 24120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31011/statm: 217125 24120 2565 9 0 211672 0
[pid=31011/tid=31012] ppid=31010 vsize=868500 CPUtime=21.99
/proc/31011/task/31012/stat : 31012 (java) R 31010 30997 29966 0 -1 64 3511 0 1 0 2190 9 0 0 25 0 9 0 1999820172 889344000 24120 996147200 134512640 134550740 4294955952 18446744073709551615 4126628559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31013] ppid=31010 vsize=868500 CPUtime=2.07
/proc/31011/task/31013/stat : 31013 (java) S 31010 30997 29966 0 -1 64 19878 0 0 0 197 10 0 0 15 0 9 0 1999820173 889344000 24120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31014] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31014/stat : 31014 (java) S 31010 30997 29966 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999820173 889344000 24120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31015] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31015/stat : 31015 (java) S 31010 30997 29966 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999820173 889344000 24120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31016] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31016/stat : 31016 (java) S 31010 30997 29966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999820175 889344000 24120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31017] ppid=31010 vsize=868500 CPUtime=0.24
/proc/31011/task/31017/stat : 31017 (java) S 31010 30997 29966 0 -1 64 1454 0 0 0 23 1 0 0 17 0 9 0 1999820175 889344000 24120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31018] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31018/stat : 31018 (java) S 31010 30997 29966 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999820175 889344000 24120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31019] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31019/stat : 31019 (java) S 31010 30997 29966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999820175 889344000 24120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 887456

[startup+51.102 s]
/proc/loadavg: 2.18 2.06 2.01 3/91 31019
/proc/meminfo: memFree=1463240/2055920 swapFree=4179464/4192956
[pid=30997] ppid=30995 vsize=13600 CPUtime=0.85
/proc/30997/stat : 30997 (sugar) S 30995 30997 29966 0 -1 4194304 974 7467 0 1 4 0 75 6 16 0 1 0 1999820081 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30997/statm: 3400 797 370 3 0 500 0
[pid=31010] ppid=30997 vsize=5356 CPUtime=0
/proc/31010/stat : 31010 (sh) S 30997 30997 29966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999820171 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31010/statm: 1339 233 193 169 0 50 0
[pid=31011] ppid=31010 vsize=868500 CPUtime=49.68
/proc/31011/stat : 31011 (java) S 31010 30997 29966 0 -1 0 32091 0 1 0 4938 30 0 0 18 0 9 0 1999820171 889344000 27034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31011/statm: 217125 27034 2565 9 0 211672 0
[pid=31011/tid=31012] ppid=31010 vsize=868500 CPUtime=46.66
/proc/31011/task/31012/stat : 31012 (java) R 31010 30997 29966 0 -1 64 3622 0 1 0 4652 14 0 0 25 0 9 0 1999820172 889344000 27034 996147200 134512640 134550740 4294955952 18446744073709551615 4126943098 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31013] ppid=31010 vsize=868500 CPUtime=2.75
/proc/31011/task/31013/stat : 31013 (java) S 31010 30997 29966 0 -1 64 26314 0 0 0 261 14 0 0 16 0 9 0 1999820173 889344000 27034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31014] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31014/stat : 31014 (java) S 31010 30997 29966 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999820173 889344000 27034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31015] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31015/stat : 31015 (java) S 31010 30997 29966 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999820173 889344000 27034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31016] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31016/stat : 31016 (java) S 31010 30997 29966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999820175 889344000 27034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31017] ppid=31010 vsize=868500 CPUtime=0.25
/proc/31011/task/31017/stat : 31017 (java) S 31010 30997 29966 0 -1 64 1458 0 0 0 24 1 0 0 17 0 9 0 1999820175 889344000 27034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31018] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31018/stat : 31018 (java) S 31010 30997 29966 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999820175 889344000 27034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31019] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31019/stat : 31019 (java) S 31010 30997 29966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999820175 889344000 27034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 887456

[startup+102.307 s]
/proc/loadavg: 2.08 2.05 2.00 3/91 31019
/proc/meminfo: memFree=1443080/2055920 swapFree=4179464/4192956
[pid=30997] ppid=30995 vsize=13600 CPUtime=0.85
/proc/30997/stat : 30997 (sugar) S 30995 30997 29966 0 -1 4194304 974 7467 0 1 4 0 75 6 16 0 1 0 1999820081 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30997/statm: 3400 797 370 3 0 500 0
[pid=31010] ppid=30997 vsize=5356 CPUtime=0
/proc/31010/stat : 31010 (sh) S 30997 30997 29966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999820171 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31010/statm: 1339 233 193 169 0 50 0
[pid=31011] ppid=31010 vsize=868500 CPUtime=100.4
/proc/31011/stat : 31011 (java) S 31010 30997 29966 0 -1 0 37780 0 1 0 9998 42 0 0 18 0 9 0 1999820171 889344000 28994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31011/statm: 217125 28994 2565 9 0 211672 0
[pid=31011/tid=31012] ppid=31010 vsize=868500 CPUtime=96.31
/proc/31011/task/31012/stat : 31012 (java) R 31010 30997 29966 0 -1 64 3796 0 1 0 9610 21 0 0 25 0 9 0 1999820172 889344000 28994 996147200 134512640 134550740 4294955952 18446744073709551615 4126943114 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31013] ppid=31010 vsize=868500 CPUtime=3.81
/proc/31011/task/31013/stat : 31013 (java) S 31010 30997 29966 0 -1 64 31827 0 0 0 363 18 0 0 16 0 9 0 1999820173 889344000 28994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31014] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31014/stat : 31014 (java) S 31010 30997 29966 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999820173 889344000 28994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31015] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31015/stat : 31015 (java) S 31010 30997 29966 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999820173 889344000 28994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31016] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31016/stat : 31016 (java) S 31010 30997 29966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999820175 889344000 28994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31017] ppid=31010 vsize=868500 CPUtime=0.25
/proc/31011/task/31017/stat : 31017 (java) S 31010 30997 29966 0 -1 64 1460 0 0 0 24 1 0 0 17 0 9 0 1999820175 889344000 28994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31018] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31018/stat : 31018 (java) S 31010 30997 29966 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999820175 889344000 28994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31011/tid=31019] ppid=31010 vsize=868500 CPUtime=0
/proc/31011/task/31019/stat : 31019 (java) S 31010 30997 29966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999820175 889344000 28994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 887456

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

[startup+115.102 s]
/proc/loadavg: 2.06 2.05 2.00 3/83 31021
/proc/meminfo: memFree=1520072/2055920 swapFree=4179464/4192956
[pid=30997] ppid=30995 vsize=13600 CPUtime=103.57
/proc/30997/stat : 30997 (sugar) S 30995 30997 29966 0 -1 4194304 1022 45570 0 2 4 0 10301 52 16 0 1 0 1999820081 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30997/statm: 3400 798 370 3 0 500 0
[pid=31020] ppid=30997 vsize=5356 CPUtime=0
/proc/31020/stat : 31020 (sh) S 30997 30997 29966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999830546 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31020/statm: 1339 232 193 169 0 50 0
[pid=31021] ppid=31020 vsize=27392 CPUtime=10.35
/proc/31021/stat : 31021 (picosat) R 31020 30997 29966 0 -1 4194304 6760 0 0 0 482 553 0 0 25 0 1 0 1999830546 28049408 6746 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31021/statm: 6848 6746 40 102 0 6743 0
Current children cumulated CPU time (s) 113.92
Current children cumulated vsize (KiB) 46348

[startup+118.302 s]
/proc/loadavg: 2.06 2.05 2.00 3/83 31021
/proc/meminfo: memFree=1511816/2055920 swapFree=4179464/4192956
[pid=30997] ppid=30995 vsize=13600 CPUtime=103.57
/proc/30997/stat : 30997 (sugar) S 30995 30997 29966 0 -1 4194304 1022 45570 0 2 4 0 10301 52 16 0 1 0 1999820081 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30997/statm: 3400 798 370 3 0 500 0
[pid=31020] ppid=30997 vsize=5356 CPUtime=0
/proc/31020/stat : 31020 (sh) S 30997 30997 29966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999830546 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31020/statm: 1339 232 193 169 0 50 0
[pid=31021] ppid=31020 vsize=37060 CPUtime=13.53
/proc/31021/stat : 31021 (picosat) R 31020 30997 29966 0 -1 4194304 8773 0 0 0 636 717 0 0 25 0 1 0 1999830546 37949440 8759 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31021/statm: 9265 8759 40 102 0 9160 0
Current children cumulated CPU time (s) 117.1
Current children cumulated vsize (KiB) 56016

[startup+121.501 s]
/proc/loadavg: 2.05 2.05 2.00 3/83 31021
/proc/meminfo: memFree=1503880/2055920 swapFree=4179464/4192956
[pid=30997] ppid=30995 vsize=13600 CPUtime=103.57
/proc/30997/stat : 30997 (sugar) S 30995 30997 29966 0 -1 4194304 1022 45570 0 2 4 0 10301 52 16 0 1 0 1999820081 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30997/statm: 3400 798 370 3 0 500 0
[pid=31020] ppid=30997 vsize=5356 CPUtime=0
/proc/31020/stat : 31020 (sh) S 30997 30997 29966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999830546 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31020/statm: 1339 232 193 169 0 50 0
[pid=31021] ppid=31020 vsize=44584 CPUtime=16.7
/proc/31021/stat : 31021 (picosat) R 31020 30997 29966 0 -1 4194304 10837 0 0 0 784 886 0 0 25 0 1 0 1999830546 45654016 10823 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31021/statm: 11146 10823 40 102 0 11041 0
Current children cumulated CPU time (s) 120.27
Current children cumulated vsize (KiB) 63540

[startup+122.302 s]
/proc/loadavg: 2.05 2.05 2.00 3/83 31021
/proc/meminfo: memFree=1500808/2055920 swapFree=4179464/4192956
[pid=30997] ppid=30995 vsize=13600 CPUtime=103.57
/proc/30997/stat : 30997 (sugar) S 30995 30997 29966 0 -1 4194304 1022 45570 0 2 4 0 10301 52 16 0 1 0 1999820081 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30997/statm: 3400 798 370 3 0 500 0
[pid=31020] ppid=30997 vsize=5356 CPUtime=0
/proc/31020/stat : 31020 (sh) S 30997 30997 29966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999830546 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31020/statm: 1339 232 193 169 0 50 0
[pid=31021] ppid=31020 vsize=45524 CPUtime=17.49
/proc/31021/stat : 31021 (picosat) R 31020 30997 29966 0 -1 4194304 11094 0 0 0 850 899 0 0 25 0 1 0 1999830546 46616576 11078 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/31021/statm: 11381 11078 42 102 0 11276 0
Current children cumulated CPU time (s) 121.06
Current children cumulated vsize (KiB) 64480

[startup+123.102 s]
/proc/loadavg: 2.05 2.05 2.00 3/83 31021
/proc/meminfo: memFree=1500744/2055920 swapFree=4179464/4192956
[pid=30997] ppid=30995 vsize=13600 CPUtime=103.57
/proc/30997/stat : 30997 (sugar) S 30995 30997 29966 0 -1 4194304 1022 45570 0 2 4 0 10301 52 16 0 1 0 1999820081 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30997/statm: 3400 798 370 3 0 500 0
[pid=31020] ppid=30997 vsize=5356 CPUtime=0
/proc/31020/stat : 31020 (sh) S 30997 30997 29966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999830546 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31020/statm: 1339 232 193 169 0 50 0
[pid=31021] ppid=31020 vsize=45524 CPUtime=18.28
/proc/31021/stat : 31021 (picosat) R 31020 30997 29966 0 -1 4194304 11109 0 0 0 929 899 0 0 25 0 1 0 1999830546 46616576 11093 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31021/statm: 11381 11093 42 102 0 11276 0
Current children cumulated CPU time (s) 121.85
Current children cumulated vsize (KiB) 64480

[startup+123.502 s]
/proc/loadavg: 2.05 2.05 2.00 3/83 31021
/proc/meminfo: memFree=1500744/2055920 swapFree=4179464/4192956
[pid=30997] ppid=30995 vsize=13600 CPUtime=122.19
/proc/30997/stat : 30997 (sugar) S 30995 30997 29966 0 -1 4194304 1070 56975 0 2 4 0 11262 953 17 0 1 0 1999820081 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30997/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 122.19
Current children cumulated vsize (KiB) 13600

[startup+123.602 s]
/proc/loadavg: 2.05 2.05 2.00 3/83 31021
/proc/meminfo: memFree=1500744/2055920 swapFree=4179464/4192956
[pid=30997] ppid=30995 vsize=13600 CPUtime=122.19
/proc/30997/stat : 30997 (sugar) S 30995 30997 29966 0 -1 4194304 1087 56975 0 2 4 0 11262 953 16 0 1 0 1999820081 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30997/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 122.19
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 123.672
CPU time (s): 122.424
CPU user time (s): 112.827
CPU system time (s): 9.59754
CPU usage (%): 98.991
Max. virtual memory (cumulated for all children) (KiB): 897704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.827
system time used= 9.59754
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61852
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= 7815
involuntary context switches= 10193

runsolver used 0.143978 second user time and 0.431934 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-04 23:54:12
IDJOB=1078873
IDBENCH=56847
IDSOLVER=345
FILE ID=node10/1078873-1215208452
PBS_JOBID= 7881701
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ogdPuzzle/normalized-crossword-m1-ogd-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-1078873-1215208452/watcher-1078873-1215208452 -o /tmp/evaluation-result-1078873-1215208452/solver-1078873-1215208452 -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-1078873-1215208452.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4d42284b8f5f2eedeb4dbff726646a06
RANDOM SEED=1481236630

node10.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.229
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.229
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:       1583360 kB
Buffers:         61304 kB
Cached:         226072 kB
SwapCached:       7540 kB
Active:         317048 kB
Inactive:        96840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1583360 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            1764 kB
Writeback:           0 kB
Mapped:         142924 kB
Slab:            43388 kB
Committed_AS:  4192600 kB
PageTables:       2192 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= 66500 MiB
End job on node10 at 2008-07-04 23:56:16