Trace number 2078947

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+minisatSAT 215.912 217.278

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle16.xml
MD5SUM9d45c5e9650243c44508acf520e4742e
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.306952
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of constraints802
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension68
Number of constraints which are defined in intension734
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 05:00:21 2009
0.00/0.07	c 0	PID 22001
0.00/0.07	c 0	HOST node88.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2078947-1247367621.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2078947-1247367621.xml' 'HOME/temp.csp'
0.06/0.91	c 1	1 domains, 135 variables, 6 predicates, 5 relations, 802 constraints
0.06/0.96	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.96	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.90/1.04	c 1	Parsing HOME/temp.csp
1.49/1.61	c 2	parsed 949 expressions
1.49/1.62	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.49/1.62	c 2	Converting to clausal form CSP
1.49/1.65	c 2	converted 95 (10%) expressions
1.79/1.95	c 2	converted 190 (20%) expressions
2.39/2.57	c 3	converted 285 (30%) expressions
2.88/3.01	c 3	converted 380 (40%) expressions
2.99/3.13	c 3	converted 475 (50%) expressions
4.08/4.26	c 4	converted 570 (60%) expressions
4.08/4.27	c 4	converted 665 (70%) expressions
4.08/4.28	c 4	converted 760 (80%) expressions
4.18/4.32	c 5	converted 855 (90%) expressions
4.18/4.33	c 5	converted 949 (100%) expressions
4.18/4.33	c 5	CSP : 135 integers, 0 booleans, 802 clauses, largest domain size 26
4.18/4.33	c 5	Heap : 66 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.18/4.34	c 5	Propagation in CSP
4.18/4.34	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.18/4.34	c 5	CSP : 135 integers, 0 booleans, 802 clauses, largest domain size 26
4.18/4.34	c 5	Heap : 66 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.18/4.35	c 5	Simplifing CSP by introducing new Boolean variables
4.18/4.37	c 5	CSP : 135 integers, 5284 booleans, 6086 clauses, largest domain size 26
4.18/4.37	c 5	Heap : 68 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.57/4.75	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.57/4.76	c 5	14 (10%) CSP integer variables are encoded (336 clauses, 3552 bytes)
4.57/4.77	c 5	27 (20%) CSP integer variables are encoded (648 clauses, 6984 bytes)
4.57/4.77	c 5	41 (30%) CSP integer variables are encoded (984 clauses, 10729 bytes)
4.57/4.77	c 5	54 (40%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
4.57/4.77	c 5	68 (50%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
4.57/4.77	c 5	81 (60%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
4.57/4.77	c 5	95 (70%) CSP integer variables are encoded (2280 clauses, 27577 bytes)
4.57/4.77	c 5	108 (80%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
4.57/4.77	c 5	122 (90%) CSP integer variables are encoded (2928 clauses, 36001 bytes)
4.57/4.77	c 5	135 (100%) CSP integer variables are encoded (3240 clauses, 40057 bytes)
25.27/25.57	c 26	609 (10%) CSP clauses are encoded (333308 clauses, 12494134 bytes)
35.32/35.65	c 36	1218 (20%) CSP clauses are encoded (403687 clauses, 15197314 bytes)
45.45/45.86	c 46	1826 (30%) CSP clauses are encoded (474065 clauses, 18432043 bytes)
193.45/194.63	c 195	2435 (40%) CSP clauses are encoded (922586 clauses, 42562027 bytes)
193.45/194.65	c 195	3043 (50%) CSP clauses are encoded (936694 clauses, 42805079 bytes)
193.45/194.68	c 195	3652 (60%) CSP clauses are encoded (950853 clauses, 43052202 bytes)
193.55/194.71	c 195	4261 (70%) CSP clauses are encoded (964987 clauses, 43302286 bytes)
193.55/194.74	c 195	4869 (80%) CSP clauses are encoded (979095 clauses, 43565212 bytes)
193.55/194.76	c 195	5478 (90%) CSP clauses are encoded (993254 clauses, 43829812 bytes)
193.55/194.79	c 195	6086 (100%) CSP clauses are encoded (1007612 clauses, 44093770 bytes)
193.55/194.79	c 195	6086 CSP clauses encoded
193.55/194.79	c 195	Writing map file : HOME/temp.map
193.64/194.80	c 195	Heap : 73 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
193.64/194.80	c 195	SAT : 8659 SAT variables, 1007612 SAT clauses, 44093770 bytes
193.64/194.80	c 195	Heap : 73 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
193.64/194.83	c 195	SOLVING HOME/temp.cnf
193.64/194.83	c 195	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
193.64/194.84	c 195	This is MiniSat 2.0 beta
193.64/194.84	c 195	WARNING: for repeatability, setting FPU to use double precision
193.64/194.84	c 195	============================[ Problem Statistics ]=============================
193.64/194.84	c 195	|                                                                             |
193.64/194.84	c 195	|  Number of variables:  8659                                                 |
193.64/194.84	c 195	|  Number of clauses:    1007612                                              |
194.63/195.82	c 196	|  Parsing time:         0.82         s                                       |
194.63/195.88	c 196	============================[ Search Statistics ]==============================
194.63/195.88	c 196	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
194.63/195.88	c 196	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
194.63/195.88	c 196	===============================================================================
194.63/195.88	c 196	|         0 |    8659  1007612  8094048 |   335870        0    nan |  0.000 % |
194.72/195.96	c 196	|       100 |    8659  1007612  8094048 |   369457      100     11 |  0.000 % |
194.82/196.04	c 196	|       250 |    8659  1007612  8094048 |   406403      250      8 |  0.000 % |
195.02/196.20	c 196	|       475 |    8659  1007612  8094048 |   447043      475      9 |  0.000 % |
195.11/196.33	c 197	|       813 |    8659  1007612  8094048 |   491748      813      8 |  0.000 % |
195.21/196.43	c 197	|      1320 |    8659  1007612  8094048 |   540923     1320      9 |  0.000 % |
195.41/196.60	c 197	|      2080 |    8659  1007612  8094048 |   595015     2080      9 |  0.000 % |
195.71/196.97	c 197	|      3221 |    8659  1007612  8094048 |   654516     3221      9 |  0.000 % |
196.00/197.20	c 197	|      4929 |    8659  1007612  8094048 |   719968     4929      9 |  0.000 % |
196.60/197.81	c 198	|      7492 |    8659  1007612  8094048 |   791965     7492      9 |  0.000 % |
197.48/198.76	c 199	|     11339 |    8659  1007612  8094048 |   871162    11339     10 |  0.000 % |
199.56/200.80	c 201	|     17105 |    8659  1007612  8094048 |   958278    17105     11 |  0.000 % |
201.94/203.24	c 203	|     25754 |    8659  1007612  8094048 |  1054106    25754     11 |  0.000 % |
204.82/206.13	c 206	|     38728 |    8659  1007612  8094048 |  1159516    38728     11 |  0.000 % |
214.71/216.13	c 216	|     58189 |    8659  1007612  8094048 |  1275468    58189     12 |  0.000 % |
215.60/217.02	c 217	===============================================================================
215.60/217.02	c 217	restarts              : 15
215.60/217.02	c 217	conflicts             : 61493          (2825 /sec)
215.60/217.02	c 217	decisions             : 104838         (1.72 % random) (4816 /sec)
215.60/217.02	c 217	propagations          : 2180759        (100183 /sec)
215.60/217.02	c 217	conflict literals     : 710514         (20.25 % deleted)
215.60/217.02	c 217	Memory used           : 77.66 MB
215.60/217.02	c 217	CPU time              : 21.7677 s
215.60/217.02	c 217	
215.60/217.02	c 217	SATISFIABLE
215.60/217.04	c 217	DECODING HOME/temp.out WITH HOME/temp.map
215.60/217.04	c 217	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'
215.66/217.11	c 217	Decoding HOME/temp.out
215.66/217.22	s SATISFIABLE
215.66/217.23	v 19 14 19 25 20 15 18 18 12 14 6 14 18 4 0 21 8 19 19 4 19 4 17 19 19 25 0 13 8 20 21 0 11 24 14 20 24 14 20 15 14 15 4 20 23 20 21 0 11 4 18 1 4 20 24 18 2 11 4 8 23 4 20 11 21 4 25 14 4 19 17 8 13 19 20 4 25 14 1 0 17 4 19 4 18 19 4 13 14 18 14 23 14 14 20 19 21 14 24 14 20 18 25 4 1 20 4 17 8 13 20 18 4 4 25 17 0 17 20 13 4 18 20 17 15 4 20 19 4 19 4 18 19 18 5
215.66/217.24	c 217	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
215.66/217.26	c 217	CPU 215.86 (0.06 0.01 214.86 0.93)
215.66/217.26	c 217	END Sun Jul 12 05:03:58 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-2078947-1247367621/watcher-2078947-1247367621 -o /tmp/evaluation-result-2078947-1247367621/solver-2078947-1247367621 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2078947-1247367621.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 1.99 2.02 4/75 22001
/proc/meminfo: memFree=1747552/2055920 swapFree=4192812/4192956
[pid=22001] ppid=21999 vsize=12272 CPUtime=0
/proc/22001/stat : 22001 (sugar) R 21999 22001 22794 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23827310 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 270196063230 0 0 4224 0 0 0 0 17 0 0 0
/proc/22001/statm: 3068 327 246 3 0 168 0

[startup+0.00797508 s]
/proc/loadavg: 2.00 1.99 2.02 4/75 22001
/proc/meminfo: memFree=1747552/2055920 swapFree=4192812/4192956
[pid=22001] ppid=21999 vsize=12272 CPUtime=0
/proc/22001/stat : 22001 (sugar) R 21999 22001 22794 0 -1 4194304 404 0 0 0 0 0 0 0 18 0 1 0 23827310 12566528 372 996147200 4194304 4206940 548682068608 18446744073709551615 270187008737 0 0 4224 0 0 0 0 17 0 0 0
/proc/22001/statm: 3068 372 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101995 s]
/proc/loadavg: 2.00 1.99 2.02 4/75 22001
/proc/meminfo: memFree=1747552/2055920 swapFree=4192812/4192956
[pid=22001] ppid=21999 vsize=16868 CPUtime=0.06
/proc/22001/stat : 22001 (sugar) S 21999 22001 22794 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23827310 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22001/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302012 s]
/proc/loadavg: 2.00 1.99 2.02 4/75 22001
/proc/meminfo: memFree=1747552/2055920 swapFree=4192812/4192956
[pid=22001] ppid=21999 vsize=16868 CPUtime=0.06
/proc/22001/stat : 22001 (sugar) S 21999 22001 22794 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23827310 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22001/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701062 s]
/proc/loadavg: 2.00 1.99 2.02 4/75 22001
/proc/meminfo: memFree=1747552/2055920 swapFree=4192812/4192956
[pid=22001] ppid=21999 vsize=16868 CPUtime=0.06
/proc/22001/stat : 22001 (sugar) S 21999 22001 22794 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23827310 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22001/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50215 s]
/proc/loadavg: 1.92 1.97 2.02 3/82 22019
/proc/meminfo: memFree=1740648/2055920 swapFree=4192812/4192956
[pid=22001] ppid=21999 vsize=16868 CPUtime=0.88
/proc/22001/stat : 22001 (sugar) S 21999 22001 22794 0 -1 4194304 1309 8902 0 1 5 1 77 5 15 0 1 0 23827310 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22001/statm: 4217 1111 409 3 0 796 0
[pid=22014] ppid=22001 vsize=5356 CPUtime=0
/proc/22014/stat : 22014 (sh) S 22001 22001 22794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23827407 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22014/statm: 1339 233 193 169 0 50 0
[pid=22015] ppid=22014 vsize=862284 CPUtime=0.52
/proc/22015/stat : 22015 (java) S 22014 22001 22794 0 -1 0 6454 0 1 0 48 4 0 0 18 0 9 0 23827407 882978816 5561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22015/statm: 215571 5561 2158 9 0 210484 0
[pid=22015/tid=22016] ppid=22014 vsize=862284 CPUtime=0.3
/proc/22015/task/22016/stat : 22016 (java) R 22014 22001 22794 0 -1 64 2020 0 1 0 29 1 0 0 21 0 9 0 23827408 882978816 5561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22017] ppid=22014 vsize=862284 CPUtime=0.15
/proc/22015/task/22017/stat : 22017 (java) R 22014 22001 22794 0 -1 64 3428 0 0 0 14 1 0 0 16 0 9 0 23827409 882978816 5561 996147200 134512640 134550932 4294955936 18446744073709551615 102759486 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22018] ppid=22014 vsize=862284 CPUtime=0
/proc/22015/task/22018/stat : 22018 (java) S 22014 22001 22794 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23827409 882978816 5561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22019] ppid=22014 vsize=862284 CPUtime=0
/proc/22015/task/22019/stat : 22019 (java) S 22014 22001 22794 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23827409 882978816 5561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 884508

[startup+3.10234 s]
/proc/loadavg: 1.92 1.97 2.02 4/86 22023
/proc/meminfo: memFree=1711944/2055920 swapFree=4192812/4192956
[pid=22001] ppid=21999 vsize=16868 CPUtime=0.88
/proc/22001/stat : 22001 (sugar) S 21999 22001 22794 0 -1 4194304 1309 8902 0 1 5 1 77 5 16 0 1 0 23827310 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22001/statm: 4217 1111 409 3 0 796 0
[pid=22014] ppid=22001 vsize=5356 CPUtime=0
/proc/22014/stat : 22014 (sh) S 22001 22001 22794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23827407 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22014/statm: 1339 233 193 169 0 50 0
[pid=22015] ppid=22014 vsize=868608 CPUtime=2.11
/proc/22015/stat : 22015 (java) S 22014 22001 22794 0 -1 0 17984 0 1 0 201 10 0 0 18 0 9 0 23827407 889454592 16439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22015/statm: 217152 16439 2566 9 0 211657 0
[pid=22015/tid=22016] ppid=22014 vsize=868608 CPUtime=0.96
/proc/22015/task/22016/stat : 22016 (java) R 22014 22001 22794 0 -1 64 3184 0 1 0 94 2 0 0 25 0 9 0 23827408 889454592 16439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22017] ppid=22014 vsize=868608 CPUtime=1
/proc/22015/task/22017/stat : 22017 (java) R 22014 22001 22794 0 -1 64 12672 0 0 0 94 6 0 0 16 0 9 0 23827409 889454592 16439 996147200 134512640 134550932 4294955936 18446744073709551615 102547087 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22018] ppid=22014 vsize=868608 CPUtime=0
/proc/22015/task/22018/stat : 22018 (java) S 22014 22001 22794 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23827409 889454592 16439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22019] ppid=22014 vsize=868608 CPUtime=0
/proc/22015/task/22019/stat : 22019 (java) S 22014 22001 22794 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23827409 889454592 16439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22020] ppid=22014 vsize=868608 CPUtime=0
/proc/22015/task/22020/stat : 22020 (java) S 22014 22001 22794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23827412 889454592 16439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22021] ppid=22014 vsize=868608 CPUtime=0.13
/proc/22015/task/22021/stat : 22021 (java) S 22014 22001 22794 0 -1 64 1426 0 0 0 12 1 0 0 16 0 9 0 23827412 889454592 16439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22022] ppid=22014 vsize=868608 CPUtime=0
/proc/22015/task/22022/stat : 22022 (java) S 22014 22001 22794 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23827412 889454592 16439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22023] ppid=22014 vsize=868608 CPUtime=0
/proc/22015/task/22023/stat : 22023 (java) S 22014 22001 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23827412 889454592 16439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890832

[startup+6.3027 s]
/proc/loadavg: 1.92 1.97 2.02 3/86 22023
/proc/meminfo: memFree=1656328/2055920 swapFree=4192812/4192956
[pid=22001] ppid=21999 vsize=16868 CPUtime=0.89
/proc/22001/stat : 22001 (sugar) S 21999 22001 22794 0 -1 4194304 1310 8902 0 1 6 1 77 5 15 0 1 0 23827310 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22001/statm: 4217 1111 409 3 0 796 0
[pid=22014] ppid=22001 vsize=5356 CPUtime=0
/proc/22014/stat : 22014 (sh) S 22001 22001 22794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23827407 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22014/statm: 1339 233 193 169 0 50 0
[pid=22015] ppid=22014 vsize=868720 CPUtime=5.28
/proc/22015/stat : 22015 (java) S 22014 22001 22794 0 -1 0 25768 0 1 0 510 18 0 0 18 0 9 0 23827407 889569280 23755 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22015/statm: 217180 23755 2591 9 0 211657 0
[pid=22015/tid=22016] ppid=22014 vsize=868720 CPUtime=2.9
/proc/22015/task/22016/stat : 22016 (java) R 22014 22001 22794 0 -1 64 3722 0 1 0 285 5 0 0 25 0 9 0 23827408 889569280 23755 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22017] ppid=22014 vsize=868720 CPUtime=2.18
/proc/22015/task/22017/stat : 22017 (java) R 22014 22001 22794 0 -1 64 19884 0 0 0 207 11 0 0 16 0 9 0 23827409 889569280 23755 996147200 134512640 134550932 4294955936 18446744073709551615 104330821 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22018] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22018/stat : 22018 (java) S 22014 22001 22794 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23827409 889569280 23755 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22019] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22019/stat : 22019 (java) S 22014 22001 22794 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23827409 889569280 23755 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22020] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22020/stat : 22020 (java) S 22014 22001 22794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23827412 889569280 23755 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22021] ppid=22014 vsize=868720 CPUtime=0.18
/proc/22015/task/22021/stat : 22021 (java) S 22014 22001 22794 0 -1 64 1460 0 0 0 17 1 0 0 15 0 9 0 23827412 889569280 23755 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22022] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22022/stat : 22022 (java) S 22014 22001 22794 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23827412 889569280 23755 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22023] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22023/stat : 22023 (java) S 22014 22001 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23827412 889569280 23755 996147200 134512640 134550932 4294955936 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) 890944

[startup+12.7014 s]
/proc/loadavg: 1.93 1.97 2.02 3/86 22023
/proc/meminfo: memFree=1649928/2055920 swapFree=4192812/4192956
[pid=22001] ppid=21999 vsize=16868 CPUtime=0.89
/proc/22001/stat : 22001 (sugar) S 21999 22001 22794 0 -1 4194304 1310 8902 0 1 6 1 77 5 15 0 1 0 23827310 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22001/statm: 4217 1111 409 3 0 796 0
[pid=22014] ppid=22001 vsize=5356 CPUtime=0
/proc/22014/stat : 22014 (sh) S 22001 22001 22794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23827407 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22014/statm: 1339 233 193 169 0 50 0
[pid=22015] ppid=22014 vsize=868720 CPUtime=11.65
/proc/22015/stat : 22015 (java) S 22014 22001 22794 0 -1 0 25832 0 1 0 1142 23 0 0 18 0 9 0 23827407 889569280 23762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22015/statm: 217180 23762 2591 9 0 211657 0
[pid=22015/tid=22016] ppid=22014 vsize=868720 CPUtime=9.09
/proc/22015/task/22016/stat : 22016 (java) R 22014 22001 22794 0 -1 64 3780 0 1 0 900 9 0 0 25 0 9 0 23827408 889569280 23762 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22017] ppid=22014 vsize=868720 CPUtime=2.34
/proc/22015/task/22017/stat : 22017 (java) S 22014 22001 22794 0 -1 64 19884 0 0 0 223 11 0 0 16 0 9 0 23827409 889569280 23762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22018] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22018/stat : 22018 (java) S 22014 22001 22794 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23827409 889569280 23762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22019] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22019/stat : 22019 (java) S 22014 22001 22794 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23827409 889569280 23762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22020] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22020/stat : 22020 (java) S 22014 22001 22794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23827412 889569280 23762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22021] ppid=22014 vsize=868720 CPUtime=0.19
/proc/22015/task/22021/stat : 22021 (java) S 22014 22001 22794 0 -1 64 1466 0 0 0 18 1 0 0 16 0 9 0 23827412 889569280 23762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22022] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22022/stat : 22022 (java) S 22014 22001 22794 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23827412 889569280 23762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22023] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22023/stat : 22023 (java) S 22014 22001 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23827412 889569280 23762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 890944

[startup+25.5029 s]
/proc/loadavg: 1.94 1.97 2.01 3/86 22023
/proc/meminfo: memFree=1642824/2055920 swapFree=4192812/4192956
[pid=22001] ppid=21999 vsize=16868 CPUtime=0.89
/proc/22001/stat : 22001 (sugar) S 21999 22001 22794 0 -1 4194304 1310 8902 0 1 6 1 77 5 15 0 1 0 23827310 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22001/statm: 4217 1111 409 3 0 796 0
[pid=22014] ppid=22001 vsize=5356 CPUtime=0
/proc/22014/stat : 22014 (sh) S 22001 22001 22794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23827407 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22014/statm: 1339 233 193 169 0 50 0
[pid=22015] ppid=22014 vsize=868720 CPUtime=24.38
/proc/22015/stat : 22015 (java) S 22014 22001 22794 0 -1 0 27209 0 1 0 2412 26 0 0 18 0 9 0 23827407 889569280 25086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22015/statm: 217180 25086 2591 9 0 211657 0
[pid=22015/tid=22016] ppid=22014 vsize=868720 CPUtime=21.62
/proc/22015/task/22016/stat : 22016 (java) R 22014 22001 22794 0 -1 64 3833 0 1 0 2151 11 0 0 25 0 9 0 23827408 889569280 25086 996147200 134512640 134550932 4294955936 18446744073709551615 4126535048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22017] ppid=22014 vsize=868720 CPUtime=2.54
/proc/22015/task/22017/stat : 22017 (java) S 22014 22001 22794 0 -1 64 21205 0 0 0 241 13 0 0 16 0 9 0 23827409 889569280 25086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22018] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22018/stat : 22018 (java) S 22014 22001 22794 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23827409 889569280 25086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22019] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22019/stat : 22019 (java) S 22014 22001 22794 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23827409 889569280 25086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22020] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22020/stat : 22020 (java) S 22014 22001 22794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23827412 889569280 25086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22021] ppid=22014 vsize=868720 CPUtime=0.2
/proc/22015/task/22021/stat : 22021 (java) S 22014 22001 22794 0 -1 64 1469 0 0 0 19 1 0 0 16 0 9 0 23827412 889569280 25086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22022] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22022/stat : 22022 (java) S 22014 22001 22794 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23827412 889569280 25086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22023] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22023/stat : 22023 (java) R 22014 22001 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23827412 889569280 25086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27

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

/proc/22015/task/22018/stat : 22018 (java) S 22014 22001 22794 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23827409 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22019] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22019/stat : 22019 (java) S 22014 22001 22794 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23827409 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22020] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22020/stat : 22020 (java) S 22014 22001 22794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23827412 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22021] ppid=22014 vsize=868720 CPUtime=0.21
/proc/22015/task/22021/stat : 22021 (java) S 22014 22001 22794 0 -1 64 1476 0 0 0 20 1 0 0 16 0 9 0 23827412 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22022] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22022/stat : 22022 (java) S 22014 22001 22794 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23827412 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22023] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22023/stat : 22023 (java) S 22014 22001 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23827412 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.16
Current children cumulated vsize (KiB) 890944

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

[startup+179.103 s]
/proc/loadavg: 2.19 2.06 2.03 3/94 22296
/proc/meminfo: memFree=1204248/2055920 swapFree=4192812/4192956
[pid=22001] ppid=21999 vsize=16868 CPUtime=0.89
/proc/22001/stat : 22001 (sugar) S 21999 22001 22794 0 -1 4194304 1310 8902 0 1 6 1 77 5 16 0 1 0 23827310 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22001/statm: 4217 1111 409 3 0 796 0
[pid=22014] ppid=22001 vsize=5356 CPUtime=0
/proc/22014/stat : 22014 (sh) S 22001 22001 22794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23827407 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22014/statm: 1339 233 193 169 0 50 0
[pid=22015] ppid=22014 vsize=868720 CPUtime=177.07
/proc/22015/stat : 22015 (java) S 22014 22001 22794 0 -1 0 43884 0 1 0 17650 57 0 0 18 0 9 0 23827407 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22015/statm: 217180 32934 2591 9 0 211657 0
[pid=22015/tid=22016] ppid=22014 vsize=868720 CPUtime=172.23
/proc/22015/task/22016/stat : 22016 (java) R 22014 22001 22794 0 -1 64 4141 0 1 0 17194 29 0 0 25 0 9 0 23827408 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4126095967 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22015/tid=22017] ppid=22014 vsize=868720 CPUtime=4.59
/proc/22015/task/22017/stat : 22017 (java) S 22014 22001 22794 0 -1 64 37565 0 0 0 434 25 0 0 16 0 9 0 23827409 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22015/tid=22018] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22018/stat : 22018 (java) S 22014 22001 22794 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23827409 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22019] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22019/stat : 22019 (java) S 22014 22001 22794 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23827409 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22020] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22020/stat : 22020 (java) S 22014 22001 22794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23827412 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22021] ppid=22014 vsize=868720 CPUtime=0.21
/proc/22015/task/22021/stat : 22021 (java) S 22014 22001 22794 0 -1 64 1476 0 0 0 20 1 0 0 16 0 9 0 23827412 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22022] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22022/stat : 22022 (java) S 22014 22001 22794 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23827412 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22023] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22023/stat : 22023 (java) S 22014 22001 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23827412 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 177.96
Current children cumulated vsize (KiB) 890944

[startup+191.903 s]
/proc/loadavg: 2.30 2.09 2.04 4/94 22296
/proc/meminfo: memFree=1188824/2055920 swapFree=4192812/4192956
[pid=22001] ppid=21999 vsize=16868 CPUtime=0.89
/proc/22001/stat : 22001 (sugar) S 21999 22001 22794 0 -1 4194304 1310 8902 0 1 6 1 77 5 16 0 1 0 23827310 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22001/statm: 4217 1111 409 3 0 796 0
[pid=22014] ppid=22001 vsize=5356 CPUtime=0
/proc/22014/stat : 22014 (sh) S 22001 22001 22794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23827407 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22014/statm: 1339 233 193 169 0 50 0
[pid=22015] ppid=22014 vsize=868720 CPUtime=189.86
/proc/22015/stat : 22015 (java) S 22014 22001 22794 0 -1 0 43896 0 1 0 18929 57 0 0 18 0 9 0 23827407 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22015/statm: 217180 32934 2591 9 0 211657 0
[pid=22015/tid=22016] ppid=22014 vsize=868720 CPUtime=184.97
/proc/22015/task/22016/stat : 22016 (java) R 22014 22001 22794 0 -1 64 4153 0 1 0 18468 29 0 0 25 0 9 0 23827408 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22015/tid=22017] ppid=22014 vsize=868720 CPUtime=4.65
/proc/22015/task/22017/stat : 22017 (java) S 22014 22001 22794 0 -1 64 37565 0 0 0 440 25 0 0 16 0 9 0 23827409 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22015/tid=22018] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22018/stat : 22018 (java) S 22014 22001 22794 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23827409 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22019] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22019/stat : 22019 (java) S 22014 22001 22794 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23827409 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22020] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22020/stat : 22020 (java) S 22014 22001 22794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23827412 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22021] ppid=22014 vsize=868720 CPUtime=0.21
/proc/22015/task/22021/stat : 22021 (java) S 22014 22001 22794 0 -1 64 1476 0 0 0 20 1 0 0 16 0 9 0 23827412 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22022] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22022/stat : 22022 (java) S 22014 22001 22794 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23827412 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22015/tid=22023] ppid=22014 vsize=868720 CPUtime=0
/proc/22015/task/22023/stat : 22023 (java) S 22014 22001 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23827412 889569280 32934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 190.75
Current children cumulated vsize (KiB) 890944

[startup+204.701 s]
/proc/loadavg: 2.33 2.10 2.04 3/86 22298
/proc/meminfo: memFree=1227992/2055920 swapFree=4192812/4192956
[pid=22001] ppid=21999 vsize=16868 CPUtime=193.68
/proc/22001/stat : 22001 (sugar) S 21999 22001 22794 0 -1 4194304 1376 53143 0 2 6 1 19291 70 16 0 1 0 23827310 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22001/statm: 4217 1113 409 3 0 796 0
[pid=22297] ppid=22001 vsize=5356 CPUtime=0
/proc/22297/stat : 22297 (sh) S 22001 22001 22794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23846793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22297/statm: 1339 232 193 169 0 50 0
[pid=22298] ppid=22297 vsize=74700 CPUtime=9.74
/proc/22298/stat : 22298 (minisat) R 22297 22001 22794 0 -1 4194304 18389 0 0 0 957 17 0 0 25 0 1 0 23846794 76492800 18375 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22298/statm: 18675 18375 76 150 0 18522 0
Current children cumulated CPU time (s) 203.42
Current children cumulated vsize (KiB) 96924

[startup+211.101 s]
/proc/loadavg: 2.28 2.10 2.04 4/86 22298
/proc/meminfo: memFree=1225688/2055920 swapFree=4192812/4192956
[pid=22001] ppid=21999 vsize=16868 CPUtime=193.68
/proc/22001/stat : 22001 (sugar) S 21999 22001 22794 0 -1 4194304 1376 53143 0 2 6 1 19291 70 16 0 1 0 23827310 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22001/statm: 4217 1113 409 3 0 796 0
[pid=22297] ppid=22001 vsize=5356 CPUtime=0
/proc/22297/stat : 22297 (sh) S 22001 22001 22794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23846793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22297/statm: 1339 232 193 169 0 50 0
[pid=22298] ppid=22297 vsize=77016 CPUtime=16.09
/proc/22298/stat : 22298 (minisat) R 22297 22001 22794 0 -1 4194304 18940 0 0 0 1591 18 0 0 25 0 1 0 23846794 78864384 18926 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22298/statm: 19254 18926 76 150 0 19101 0
Current children cumulated CPU time (s) 209.77
Current children cumulated vsize (KiB) 99240

[startup+214.302 s]
/proc/loadavg: 2.28 2.10 2.04 4/86 22298
/proc/meminfo: memFree=1225048/2055920 swapFree=4192812/4192956
[pid=22001] ppid=21999 vsize=16868 CPUtime=193.68
/proc/22001/stat : 22001 (sugar) S 21999 22001 22794 0 -1 4194304 1376 53143 0 2 6 1 19291 70 16 0 1 0 23827310 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22001/statm: 4217 1113 409 3 0 796 0
[pid=22297] ppid=22001 vsize=5356 CPUtime=0
/proc/22297/stat : 22297 (sh) S 22001 22001 22794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23846793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22297/statm: 1339 232 193 169 0 50 0
[pid=22298] ppid=22297 vsize=78312 CPUtime=19.25
/proc/22298/stat : 22298 (minisat) R 22297 22001 22794 0 -1 4194304 19241 0 0 0 1907 18 0 0 25 0 1 0 23846794 80191488 19227 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22298/statm: 19578 19227 76 150 0 19425 0
Current children cumulated CPU time (s) 212.93
Current children cumulated vsize (KiB) 100536

[startup+215.903 s]
/proc/loadavg: 2.28 2.10 2.04 4/86 22298
/proc/meminfo: memFree=1224088/2055920 swapFree=4192812/4192956
[pid=22001] ppid=21999 vsize=16868 CPUtime=193.68
/proc/22001/stat : 22001 (sugar) S 21999 22001 22794 0 -1 4194304 1376 53143 0 2 6 1 19291 70 16 0 1 0 23827310 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22001/statm: 4217 1113 409 3 0 796 0
[pid=22297] ppid=22001 vsize=5356 CPUtime=0
/proc/22297/stat : 22297 (sh) S 22001 22001 22794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23846793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22297/statm: 1339 232 193 169 0 50 0
[pid=22298] ppid=22297 vsize=78844 CPUtime=20.84
/proc/22298/stat : 22298 (minisat) R 22297 22001 22794 0 -1 4194304 19377 0 0 0 2066 18 0 0 25 0 1 0 23846794 80736256 19363 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22298/statm: 19711 19363 76 150 0 19558 0
Current children cumulated CPU time (s) 214.52
Current children cumulated vsize (KiB) 101068

[startup+216.708 s]
/proc/loadavg: 2.25 2.09 2.04 3/86 22298
/proc/meminfo: memFree=1223768/2055920 swapFree=4192812/4192956
[pid=22001] ppid=21999 vsize=16868 CPUtime=193.68
/proc/22001/stat : 22001 (sugar) S 21999 22001 22794 0 -1 4194304 1376 53143 0 2 6 1 19291 70 16 0 1 0 23827310 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22001/statm: 4217 1113 409 3 0 796 0
[pid=22297] ppid=22001 vsize=5356 CPUtime=0
/proc/22297/stat : 22297 (sh) S 22001 22001 22794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23846793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22297/statm: 1339 232 193 169 0 50 0
[pid=22298] ppid=22297 vsize=79108 CPUtime=21.63
/proc/22298/stat : 22298 (minisat) R 22297 22001 22794 0 -1 4194304 19448 0 0 0 2145 18 0 0 25 0 1 0 23846794 81006592 19434 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22298/statm: 19777 19434 76 150 0 19624 0
Current children cumulated CPU time (s) 215.31
Current children cumulated vsize (KiB) 101332

[startup+217.103 s]
/proc/loadavg: 2.25 2.09 2.04 3/86 22298
/proc/meminfo: memFree=1223768/2055920 swapFree=4192812/4192956
[pid=22001] ppid=21999 vsize=16868 CPUtime=215.66
/proc/22001/stat : 22001 (sugar) S 21999 22001 22794 0 -1 4194304 1430 72950 0 2 6 1 21468 91 16 0 1 0 23827310 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22001/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 215.66
Current children cumulated vsize (KiB) 16868

[startup+217.203 s]
/proc/loadavg: 2.25 2.09 2.04 3/86 22298
/proc/meminfo: memFree=1223768/2055920 swapFree=4192812/4192956
[pid=22001] ppid=21999 vsize=16868 CPUtime=215.66
/proc/22001/stat : 22001 (sugar) S 21999 22001 22794 0 -1 4194304 1448 72950 0 2 6 1 21468 91 15 0 1 0 23827310 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22001/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 215.66
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 217.278
CPU time (s): 215.912
CPU user time (s): 214.927
CPU system time (s): 0.98485
CPU usage (%): 99.3712
Max. virtual memory (cumulated for all children) (KiB): 901192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 214.927
system time used= 0.98485
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78276
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= 11104
involuntary context switches= 13577

runsolver used 0.277957 second user time and 0.738887 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-12 05:00:21
IDJOB=2078947
IDBENCH=56827
IDSOLVER=739
FILE ID=node88/2078947-1247367621
PBS_JOBID= 9507103
Free space on /tmp= 66148 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdPuzzle/normalized-crossword-m1-ogd-puzzle16.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078947-1247367621/watcher-2078947-1247367621 -o /tmp/evaluation-result-2078947-1247367621/solver-2078947-1247367621 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2078947-1247367621.xml

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

MD5SUM BENCH= 9d45c5e9650243c44508acf520e4742e
RANDOM SEED=1170128180

node88.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1748032 kB
Buffers:         28988 kB
Cached:         167872 kB
SwapCached:          0 kB
Active:         180352 kB
Inactive:        68900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2364 kB
Writeback:           0 kB
Mapped:          62144 kB
Slab:            43816 kB
Committed_AS:   208560 kB
PageTables:       1960 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= 66152 MiB
End job on node88 at 2009-07-12 05:03:59