Trace number 2074877

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 47.5258 48.1987

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle14.xml
MD5SUM1f913b5f1334fb3a8e83db191b206d51
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.242962
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints118
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension28
Number of constraints which are defined in intension90
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 02:42:54 2009
0.00/0.08	c 0	PID 20964
0.07/0.08	c 0	HOST node37.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2074877-1247359373.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2074877-1247359373.xml' 'HOME/temp.csp'
0.07/0.58	c 0	1 domains, 62 variables, 5 predicates, 4 relations, 118 constraints
0.07/0.60	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.60	c 0	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.07/0.68	c 0	Parsing HOME/temp.csp
0.56/0.85	c 0	parsed 190 expressions
0.56/0.86	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.56/0.86	c 0	Converting to clausal form CSP
0.56/0.88	c 0	converted 19 (10%) expressions
0.56/0.88	c 0	converted 38 (20%) expressions
0.56/0.88	c 0	converted 57 (30%) expressions
0.56/0.92	c 0	converted 76 (40%) expressions
1.13/1.22	c 1	converted 95 (50%) expressions
1.13/1.26	c 1	converted 114 (60%) expressions
1.59/1.76	c 1	converted 133 (70%) expressions
1.59/1.78	c 1	converted 152 (80%) expressions
1.69/1.80	c 1	converted 171 (90%) expressions
1.69/1.87	c 1	converted 190 (100%) expressions
1.69/1.87	c 1	CSP : 62 integers, 0 booleans, 118 clauses, largest domain size 26
1.69/1.87	c 1	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.69/1.87	c 1	Propagation in CSP
1.69/1.88	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.69/1.88	c 1	CSP : 62 integers, 0 booleans, 118 clauses, largest domain size 26
1.69/1.88	c 1	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.69/1.88	c 1	Simplifing CSP by introducing new Boolean variables
1.69/1.89	c 1	CSP : 62 integers, 728 booleans, 846 clauses, largest domain size 26
1.69/1.89	c 1	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.89/2.02	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.89/2.03	c 2	7 (10%) CSP integer variables are encoded (168 clauses, 1704 bytes)
1.89/2.04	c 2	13 (20%) CSP integer variables are encoded (312 clauses, 3288 bytes)
1.89/2.04	c 2	19 (30%) CSP integer variables are encoded (456 clauses, 4872 bytes)
1.89/2.04	c 2	25 (40%) CSP integer variables are encoded (600 clauses, 6456 bytes)
1.89/2.04	c 2	31 (50%) CSP integer variables are encoded (744 clauses, 8040 bytes)
1.89/2.04	c 2	38 (60%) CSP integer variables are encoded (912 clauses, 9888 bytes)
1.89/2.04	c 2	44 (70%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
1.89/2.04	c 2	50 (80%) CSP integer variables are encoded (1200 clauses, 13537 bytes)
1.89/2.04	c 2	56 (90%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
1.89/2.05	c 2	62 (100%) CSP integer variables are encoded (1488 clauses, 17281 bytes)
8.70/8.91	c 8	85 (10%) CSP clauses are encoded (151738 clauses, 5513164 bytes)
8.70/8.92	c 8	170 (20%) CSP clauses are encoded (153648 clauses, 5545671 bytes)
44.88/45.53	c 45	254 (30%) CSP clauses are encoded (357868 clauses, 15867704 bytes)
44.88/45.53	c 45	339 (40%) CSP clauses are encoded (359853 clauses, 15899976 bytes)
44.88/45.54	c 45	423 (50%) CSP clauses are encoded (361787 clauses, 15933140 bytes)
44.88/45.55	c 45	508 (60%) CSP clauses are encoded (363772 clauses, 15968176 bytes)
44.88/45.55	c 45	593 (70%) CSP clauses are encoded (365782 clauses, 16002927 bytes)
44.88/45.56	c 45	677 (80%) CSP clauses are encoded (367766 clauses, 16037632 bytes)
44.88/45.57	c 45	762 (90%) CSP clauses are encoded (369801 clauses, 16073897 bytes)
44.88/45.58	c 45	846 (100%) CSP clauses are encoded (371810 clauses, 16109332 bytes)
44.88/45.58	c 45	846 CSP clauses encoded
44.88/45.58	c 45	Writing map file : HOME/temp.map
44.88/45.58	c 45	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
44.88/45.58	c 45	SAT : 2278 SAT variables, 371810 SAT clauses, 16109332 bytes
44.88/45.58	c 45	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
44.97/45.62	c 45	SOLVING HOME/temp.cnf
44.97/45.62	c 45	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
44.97/45.63	c 45	This is MiniSat 2.0 beta
44.97/45.63	c 45	WARNING: for repeatability, setting FPU to use double precision
44.97/45.63	c 45	============================[ Problem Statistics ]=============================
44.97/45.63	c 45	|                                                                             |
44.97/45.63	c 45	|  Number of variables:  2278                                                 |
44.97/45.63	c 45	|  Number of clauses:    371810                                               |
44.99/46.00	c 46	|  Parsing time:         0.32         s                                       |
44.99/46.02	c 46	============================[ Search Statistics ]==============================
44.99/46.02	c 46	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
44.99/46.02	c 46	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
44.99/46.02	c 46	===============================================================================
44.99/46.02	c 46	|         0 |    2278   371810  3166644 |   123936        0    nan |  0.000 % |
44.99/46.08	c 46	|       100 |    2278   371810  3166644 |   136330      100      9 |  0.000 % |
45.45/46.14	c 46	|       250 |    2278   371810  3166644 |   149963      250      9 |  0.000 % |
45.54/46.21	c 46	|       475 |    2278   371810  3166644 |   164959      475      9 |  0.000 % |
45.54/46.27	c 46	|       813 |    2278   371810  3166644 |   181455      813      9 |  0.000 % |
45.64/46.39	c 46	|      1320 |    2278   371810  3166644 |   199601     1320     10 |  0.000 % |
45.84/46.51	c 46	|      2079 |    2278   371810  3166644 |   219561     2079     10 |  0.000 % |
46.13/46.85	c 46	|      3218 |    2278   371810  3166644 |   241517     3218     11 |  0.000 % |
46.93/47.63	c 47	|      4927 |    2278   371810  3166644 |   265669     4927     11 |  0.000 % |
47.33/48.01	c 48	===============================================================================
47.33/48.01	c 48	restarts              : 9
47.33/48.01	c 48	conflicts             : 6882           (2981 /sec)
47.33/48.01	c 48	decisions             : 11226          (1.43 % random) (4863 /sec)
47.33/48.01	c 48	propagations          : 266070         (115249 /sec)
47.33/48.01	c 48	conflict literals     : 78136          (19.80 % deleted)
47.33/48.01	c 48	Memory used           : 28.79 MB
47.33/48.01	c 48	CPU time              : 2.30865 s
47.33/48.01	c 48	
47.33/48.01	c 48	SATISFIABLE
47.33/48.02	c 48	DECODING HOME/temp.out WITH HOME/temp.map
47.33/48.02	c 48	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'
47.36/48.10	c 48	Decoding HOME/temp.out
47.36/48.14	s SATISFIABLE
47.36/48.15	v 25 14 13 4 19 20 19 14 17 17 20 11 8 13 6 18 11 14 19 20 18 0 17 19 0 1 14 18 21 8 4 13 14 17 18 8 6 13 0 19 4 22 14 14 4 3 3 20 19 8 5 20 11 18 14 13 0 17 4 24 4 18
47.36/48.15	c 48	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
47.36/48.19	c 48	CPU 47.51 (0.06 0.02 46.92 0.51)
47.36/48.19	c 48	END Sun Jul 12 02:43:42 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-2074877-1247359373/watcher-2074877-1247359373 -o /tmp/evaluation-result-2074877-1247359373/solver-2074877-1247359373 -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-2074877-1247359373.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.17 1.62 1.80 4/82 20964
/proc/meminfo: memFree=1078176/2055920 swapFree=4192812/4192956
[pid=20964] ppid=20962 vsize=12268 CPUtime=0
/proc/20964/stat : 20964 (sugar) R 20962 20964 18008 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23001524 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 213125217278 0 0 4224 0 0 0 0 17 1 0 0
/proc/20964/statm: 3067 316 241 3 0 167 0

[startup+0.0822399 s]
/proc/loadavg: 2.17 1.62 1.80 4/82 20964
/proc/meminfo: memFree=1078176/2055920 swapFree=4192812/4192956
[pid=20964] ppid=20962 vsize=16740 CPUtime=0.07
/proc/20964/stat : 20964 (sugar) S 20962 20964 18008 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 23001524 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20964/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101665 s]
/proc/loadavg: 2.17 1.62 1.80 4/82 20964
/proc/meminfo: memFree=1078176/2055920 swapFree=4192812/4192956
[pid=20964] ppid=20962 vsize=16868 CPUtime=0.07
/proc/20964/stat : 20964 (sugar) S 20962 20964 18008 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23001524 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20964/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302697 s]
/proc/loadavg: 2.17 1.62 1.80 4/82 20964
/proc/meminfo: memFree=1078176/2055920 swapFree=4192812/4192956
[pid=20964] ppid=20962 vsize=16868 CPUtime=0.07
/proc/20964/stat : 20964 (sugar) S 20962 20964 18008 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23001524 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20964/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702778 s]
/proc/loadavg: 2.17 1.62 1.80 4/82 20964
/proc/meminfo: memFree=1078176/2055920 swapFree=4192812/4192956
[pid=20964] ppid=20962 vsize=16868 CPUtime=0.56
/proc/20964/stat : 20964 (sugar) S 20962 20964 18008 0 -1 4194304 1309 6528 0 1 5 2 45 4 16 0 1 0 23001524 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20964/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 16868

[startup+1.50193 s]
/proc/loadavg: 2.17 1.62 1.80 4/93 20986
/proc/meminfo: memFree=1049992/2055920 swapFree=4192812/4192956
[pid=20964] ppid=20962 vsize=16868 CPUtime=0.56
/proc/20964/stat : 20964 (sugar) S 20962 20964 18008 0 -1 4194304 1309 6528 0 1 5 2 45 4 16 0 1 0 23001524 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20964/statm: 4217 1111 409 3 0 796 0
[pid=20977] ppid=20964 vsize=5356 CPUtime=0
/proc/20977/stat : 20977 (sh) S 20964 20964 18008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23001585 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20977/statm: 1339 233 193 169 0 50 0
[pid=20978] ppid=20977 vsize=864244 CPUtime=0.83
/proc/20978/stat : 20978 (java) S 20977 20964 18008 0 -1 0 9111 0 1 0 78 5 0 0 18 0 9 0 23001585 884985856 8369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20978/statm: 216061 8369 2566 9 0 210566 0
[pid=20978/tid=20979] ppid=20977 vsize=864244 CPUtime=0.43
/proc/20978/task/20979/stat : 20979 (java) R 20977 20964 18008 0 -1 64 2794 0 1 0 41 2 0 0 22 0 9 0 23001586 884985856 8369 996147200 134512640 134550932 4294955936 18446744073709551615 103210674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20980] ppid=20977 vsize=864244 CPUtime=0.33
/proc/20978/task/20980/stat : 20980 (java) S 20977 20964 18008 0 -1 64 5303 0 0 0 31 2 0 0 16 0 9 0 23001587 884985856 8369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20981] ppid=20977 vsize=864244 CPUtime=0
/proc/20978/task/20981/stat : 20981 (java) S 20977 20964 18008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23001587 884985856 8369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20982] ppid=20977 vsize=864244 CPUtime=0
/proc/20978/task/20982/stat : 20982 (java) S 20977 20964 18008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23001587 884985856 8369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20983] ppid=20977 vsize=864244 CPUtime=0
/proc/20978/task/20983/stat : 20983 (java) S 20977 20964 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23001589 884985856 8369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20984] ppid=20977 vsize=864244 CPUtime=0.05
/proc/20978/task/20984/stat : 20984 (java) S 20977 20964 18008 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 23001589 884985856 8369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20985] ppid=20977 vsize=864244 CPUtime=0
/proc/20978/task/20985/stat : 20985 (java) S 20977 20964 18008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23001589 884985856 8369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20986] ppid=20977 vsize=864244 CPUtime=0
/proc/20978/task/20986/stat : 20986 (java) S 20977 20964 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23001589 884985856 8369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886468

[startup+3.10223 s]
/proc/loadavg: 2.17 1.62 1.80 3/93 20986
/proc/meminfo: memFree=1012616/2055920 swapFree=4192812/4192956
[pid=20964] ppid=20962 vsize=16868 CPUtime=0.56
/proc/20964/stat : 20964 (sugar) S 20962 20964 18008 0 -1 4194304 1310 6528 0 1 5 2 45 4 15 0 1 0 23001524 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20964/statm: 4217 1111 409 3 0 796 0
[pid=20977] ppid=20964 vsize=5356 CPUtime=0
/proc/20977/stat : 20977 (sh) S 20964 20964 18008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23001585 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20977/statm: 1339 233 193 169 0 50 0
[pid=20978] ppid=20977 vsize=868688 CPUtime=2.41
/proc/20978/stat : 20978 (java) S 20977 20964 18008 0 -1 0 12093 0 1 0 232 9 0 0 18 0 9 0 23001585 889536512 11221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20978/statm: 217172 11221 2591 9 0 211649 0
[pid=20978/tid=20979] ppid=20977 vsize=868688 CPUtime=1.51
/proc/20978/task/20979/stat : 20979 (java) R 20977 20964 18008 0 -1 64 3052 0 1 0 147 4 0 0 25 0 9 0 23001586 889536512 11221 996147200 134512640 134550932 4294955936 18446744073709551615 4125952241 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20980] ppid=20977 vsize=868688 CPUtime=0.73
/proc/20978/task/20980/stat : 20980 (java) S 20977 20964 18008 0 -1 64 6870 0 0 0 70 3 0 0 16 0 9 0 23001587 889536512 11221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20981] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20981/stat : 20981 (java) S 20977 20964 18008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23001587 889536512 11221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20982] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20982/stat : 20982 (java) S 20977 20964 18008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23001587 889536512 11221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20983] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20983/stat : 20983 (java) S 20977 20964 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23001589 889536512 11221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20984] ppid=20977 vsize=868688 CPUtime=0.16
/proc/20978/task/20984/stat : 20984 (java) S 20977 20964 18008 0 -1 64 1472 0 0 0 15 1 0 0 16 0 9 0 23001589 889536512 11221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20985] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20985/stat : 20985 (java) S 20977 20964 18008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23001589 889536512 11221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20986] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20986/stat : 20986 (java) S 20977 20964 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23001589 889536512 11221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890912

[startup+6.30183 s]
/proc/loadavg: 2.32 1.66 1.81 3/93 20986
/proc/meminfo: memFree=963336/2055920 swapFree=4192812/4192956
[pid=20964] ppid=20962 vsize=16868 CPUtime=0.56
/proc/20964/stat : 20964 (sugar) S 20962 20964 18008 0 -1 4194304 1310 6528 0 1 5 2 45 4 15 0 1 0 23001524 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20964/statm: 4217 1111 409 3 0 796 0
[pid=20977] ppid=20964 vsize=5356 CPUtime=0
/proc/20977/stat : 20977 (sh) S 20964 20964 18008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23001585 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20977/statm: 1339 233 193 169 0 50 0
[pid=20978] ppid=20977 vsize=868688 CPUtime=5.58
/proc/20978/stat : 20978 (java) S 20977 20964 18008 0 -1 0 13591 0 1 0 547 11 0 0 18 0 9 0 23001585 889536512 12640 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20978/statm: 217172 12640 2591 9 0 211649 0
[pid=20978/tid=20979] ppid=20977 vsize=868688 CPUtime=4.55
/proc/20978/task/20979/stat : 20979 (java) R 20977 20964 18008 0 -1 64 3131 0 1 0 450 5 0 0 25 0 9 0 23001586 889536512 12640 996147200 134512640 134550932 4294955936 18446744073709551615 4126839552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20980] ppid=20977 vsize=868688 CPUtime=0.84
/proc/20978/task/20980/stat : 20980 (java) S 20977 20964 18008 0 -1 64 8288 0 0 0 80 4 0 0 16 0 9 0 23001587 889536512 12640 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20981] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20981/stat : 20981 (java) S 20977 20964 18008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23001587 889536512 12640 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20982] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20982/stat : 20982 (java) S 20977 20964 18008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23001587 889536512 12640 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20983] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20983/stat : 20983 (java) S 20977 20964 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23001589 889536512 12640 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20984] ppid=20977 vsize=868688 CPUtime=0.16
/proc/20978/task/20984/stat : 20984 (java) S 20977 20964 18008 0 -1 64 1473 0 0 0 15 1 0 0 16 0 9 0 23001589 889536512 12640 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20985] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20985/stat : 20985 (java) S 20977 20964 18008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23001589 889536512 12640 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20986] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20986/stat : 20986 (java) S 20977 20964 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23001589 889536512 12640 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890912

[startup+12.701 s]
/proc/loadavg: 2.37 1.68 1.82 3/93 20986
/proc/meminfo: memFree=866632/2055920 swapFree=4192812/4192956
[pid=20964] ppid=20962 vsize=16868 CPUtime=0.56
/proc/20964/stat : 20964 (sugar) S 20962 20964 18008 0 -1 4194304 1310 6528 0 1 5 2 45 4 16 0 1 0 23001524 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20964/statm: 4217 1111 409 3 0 796 0
[pid=20977] ppid=20964 vsize=5356 CPUtime=0
/proc/20977/stat : 20977 (sh) S 20964 20964 18008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23001585 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20977/statm: 1339 233 193 169 0 50 0
[pid=20978] ppid=20977 vsize=868688 CPUtime=11.9
/proc/20978/stat : 20978 (java) S 20977 20964 18008 0 -1 0 16487 0 1 0 1173 17 0 0 18 0 9 0 23001585 889536512 14476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20978/statm: 217172 14476 2591 9 0 211649 0
[pid=20978/tid=20979] ppid=20977 vsize=868688 CPUtime=10.57
/proc/20978/task/20979/stat : 20979 (java) R 20977 20964 18008 0 -1 64 3226 0 1 0 1049 8 0 0 25 0 9 0 23001586 889536512 14476 996147200 134512640 134550932 4294955936 18446744073709551615 4126842211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20980] ppid=20977 vsize=868688 CPUtime=1.14
/proc/20978/task/20980/stat : 20980 (java) S 20977 20964 18008 0 -1 64 11085 0 0 0 107 7 0 0 16 0 9 0 23001587 889536512 14476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20981] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20981/stat : 20981 (java) S 20977 20964 18008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23001587 889536512 14476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20982] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20982/stat : 20982 (java) S 20977 20964 18008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23001587 889536512 14476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20983] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20983/stat : 20983 (java) S 20977 20964 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23001589 889536512 14476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20984] ppid=20977 vsize=868688 CPUtime=0.17
/proc/20978/task/20984/stat : 20984 (java) S 20977 20964 18008 0 -1 64 1477 0 0 0 16 1 0 0 16 0 9 0 23001589 889536512 14476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20985] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20985/stat : 20985 (java) S 20977 20964 18008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23001589 889536512 14476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20986] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20986/stat : 20986 (java) S 20977 20964 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23001589 889536512 14476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890912

[startup+25.5025 s]
/proc/loadavg: 2.51 1.75 1.83 3/93 20986
/proc/meminfo: memFree=689672/2055920 swapFree=4192812/4192956
[pid=20964] ppid=20962 vsize=16868 CPUtime=0.56
/proc/20964/stat : 20964 (sugar) S 20962 20964 18008 0 -1 4194304 1310 6528 0 1 5 2 45 4 16 0 1 0 23001524 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20964/statm: 4217 1111 409 3 0 796 0
[pid=20977] ppid=20964 vsize=5356 CPUtime=0
/proc/20977/stat : 20977 (sh) S 20964 20964 18008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23001585 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20977/statm: 1339 233 193 169 0 50 0
[pid=20978] ppid=20977 vsize=868688 CPUtime=24.56
/proc/20978/stat : 20978 (java) S 20977 20964 18008 0 -1 0 16635 0 1 0 2432 24 0 0 18 0 9 0 23001585 889536512 14488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20978/statm: 217172 14488 2591 9 0 211649 0
[pid=20978/tid=20979] ppid=20977 vsize=868688 CPUtime=23.03
/proc/20978/task/20979/stat : 20979 (java) R 20977 20964 18008 0 -1 64 3363 0 1 0 2289 14 0 0 25 0 9 0 23001586 889536512 14488 996147200 134512640 134550932 4294955936 18446744073709551615 4126839589 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20980] ppid=20977 vsize=868688 CPUtime=1.32
/proc/20978/task/20980/stat : 20980 (java) S 20977 20964 18008 0 -1 64 11092 0 0 0 125 7 0 0 16 0 9 0 23001587 889536512 14488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20981] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20981/stat : 20981 (java) S 20977 20964 18008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23001587 889536512 14488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20982] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20982/stat : 20982 (java) S 20977 20964 18008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23001587 889536512 14488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20983] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20983/stat : 20983 (java) S 20977 20964 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23001589 889536512 14488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20984] ppid=20977 vsize=868688 CPUtime=0.17
/proc/20978/task/20984/stat : 20984 (java) S 20977 20964 18008 0 -1 64 1481 0 0 0 16 1 0 0 16 0 9 0 23001589 889536512 14488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20985] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20985/stat : 20985 (java) S 20977 20964 18008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23001589 889536512 14488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20986] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20986/stat : 20986 (java) S 20977 20964 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23001589 889536512 14488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 890912

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

[startup+38.3019 s]
/proc/loadavg: 2.58 1.79 1.85 3/93 20986
/proc/meminfo: memFree=525064/2055920 swapFree=4192812/4192956
[pid=20964] ppid=20962 vsize=16868 CPUtime=0.56
/proc/20964/stat : 20964 (sugar) S 20962 20964 18008 0 -1 4194304 1310 6528 0 1 5 2 45 4 16 0 1 0 23001524 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20964/statm: 4217 1111 409 3 0 796 0
[pid=20977] ppid=20964 vsize=5356 CPUtime=0
/proc/20977/stat : 20977 (sh) S 20964 20964 18008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23001585 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20977/statm: 1339 233 193 169 0 50 0
[pid=20978] ppid=20977 vsize=868688 CPUtime=37.22
/proc/20978/stat : 20978 (java) S 20977 20964 18008 0 -1 0 18013 0 1 0 3688 34 0 0 18 0 9 0 23001585 889536512 14746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20978/statm: 217172 14746 2591 9 0 211649 0
[pid=20978/tid=20979] ppid=20977 vsize=868688 CPUtime=35.35
/proc/20978/task/20979/stat : 20979 (java) R 20977 20964 18008 0 -1 64 3513 0 1 0 3513 22 0 0 25 0 9 0 23001586 889536512 14746 996147200 134512640 134550932 4294955936 18446744073709551615 4126842192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20980] ppid=20977 vsize=868688 CPUtime=1.66
/proc/20978/task/20980/stat : 20980 (java) S 20977 20964 18008 0 -1 64 12320 0 0 0 157 9 0 0 16 0 9 0 23001587 889536512 14746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20981] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20981/stat : 20981 (java) S 20977 20964 18008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23001587 889536512 14746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20982] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20982/stat : 20982 (java) S 20977 20964 18008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23001587 889536512 14746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20983] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20983/stat : 20983 (java) S 20977 20964 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23001589 889536512 14746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20984] ppid=20977 vsize=868688 CPUtime=0.17
/proc/20978/task/20984/stat : 20984 (java) S 20977 20964 18008 0 -1 64 1481 0 0 0 16 1 0 0 16 0 9 0 23001589 889536512 14746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20985] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20985/stat : 20985 (java) S 20977 20964 18008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23001589 889536512 14746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20986] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20986/stat : 20986 (java) S 20977 20964 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23001589 889536512 14746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.78
Current children cumulated vsize (KiB) 890912

[startup+44.7021 s]
/proc/loadavg: 2.65 1.83 1.86 3/93 20986
/proc/meminfo: memFree=442312/2055920 swapFree=4192812/4192956
[pid=20964] ppid=20962 vsize=16868 CPUtime=0.56
/proc/20964/stat : 20964 (sugar) S 20962 20964 18008 0 -1 4194304 1310 6528 0 1 5 2 45 4 16 0 1 0 23001524 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20964/statm: 4217 1111 409 3 0 796 0
[pid=20977] ppid=20964 vsize=5356 CPUtime=0
/proc/20977/stat : 20977 (sh) S 20964 20964 18008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23001585 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20977/statm: 1339 233 193 169 0 50 0
[pid=20978] ppid=20977 vsize=868688 CPUtime=43.54
/proc/20978/stat : 20978 (java) S 20977 20964 18008 0 -1 0 18060 0 1 0 4320 34 0 0 18 0 9 0 23001585 889536512 14746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20978/statm: 217172 14746 2591 9 0 211649 0
[pid=20978/tid=20979] ppid=20977 vsize=868688 CPUtime=41.6
/proc/20978/task/20979/stat : 20979 (java) R 20977 20964 18008 0 -1 64 3560 0 1 0 4138 22 0 0 25 0 9 0 23001586 889536512 14746 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20980] ppid=20977 vsize=868688 CPUtime=1.73
/proc/20978/task/20980/stat : 20980 (java) S 20977 20964 18008 0 -1 64 12320 0 0 0 164 9 0 0 16 0 9 0 23001587 889536512 14746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20981] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20981/stat : 20981 (java) S 20977 20964 18008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23001587 889536512 14746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20982] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20982/stat : 20982 (java) S 20977 20964 18008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23001587 889536512 14746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20983] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20983/stat : 20983 (java) S 20977 20964 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23001589 889536512 14746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20984] ppid=20977 vsize=868688 CPUtime=0.17
/proc/20978/task/20984/stat : 20984 (java) S 20977 20964 18008 0 -1 64 1481 0 0 0 16 1 0 0 16 0 9 0 23001589 889536512 14746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20985] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20985/stat : 20985 (java) S 20977 20964 18008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23001589 889536512 14746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20978/tid=20986] ppid=20977 vsize=868688 CPUtime=0
/proc/20978/task/20986/stat : 20986 (java) S 20977 20964 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23001589 889536512 14746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.1
Current children cumulated vsize (KiB) 890912

[startup+46.3024 s]
/proc/loadavg: 2.65 1.83 1.86 3/85 20988
/proc/meminfo: memFree=433480/2055920 swapFree=4192812/4192956
[pid=20964] ppid=20962 vsize=16868 CPUtime=44.99
/proc/20964/stat : 20964 (sugar) S 20962 20964 18008 0 -1 4194304 1376 24933 0 2 5 2 4450 42 15 0 1 0 23001524 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20964/statm: 4217 1113 409 3 0 796 0
[pid=20987] ppid=20964 vsize=5356 CPUtime=0
/proc/20987/stat : 20987 (sh) S 20964 20964 18008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23006087 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20987/statm: 1339 232 193 169 0 50 0
[pid=20988] ppid=20987 vsize=26984 CPUtime=0.65
/proc/20988/stat : 20988 (minisat) R 20987 20964 18008 0 -1 4194304 6536 0 0 0 61 4 0 0 25 0 1 0 23006087 27631616 6522 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20988/statm: 6746 6522 76 150 0 6593 0
Current children cumulated CPU time (s) 45.64
Current children cumulated vsize (KiB) 49208

[startup+47.1016 s]
/proc/loadavg: 2.65 1.83 1.86 3/85 20988
/proc/meminfo: memFree=433480/2055920 swapFree=4192812/4192956
[pid=20964] ppid=20962 vsize=16868 CPUtime=44.99
/proc/20964/stat : 20964 (sugar) S 20962 20964 18008 0 -1 4194304 1376 24933 0 2 5 2 4450 42 15 0 1 0 23001524 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20964/statm: 4217 1113 409 3 0 796 0
[pid=20987] ppid=20964 vsize=5356 CPUtime=0
/proc/20987/stat : 20987 (sh) S 20964 20964 18008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23006087 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20987/statm: 1339 232 193 169 0 50 0
[pid=20988] ppid=20987 vsize=28644 CPUtime=1.45
/proc/20988/stat : 20988 (minisat) R 20987 20964 18008 0 -1 4194304 6953 0 0 0 140 5 0 0 25 0 1 0 23006087 29331456 6939 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/20988/statm: 7161 6939 76 150 0 7008 0
Current children cumulated CPU time (s) 46.44
Current children cumulated vsize (KiB) 50868

[startup+47.9017 s]
/proc/loadavg: 2.65 1.83 1.86 3/85 20988
/proc/meminfo: memFree=416648/2055920 swapFree=4192812/4192956
[pid=20964] ppid=20962 vsize=16868 CPUtime=44.99
/proc/20964/stat : 20964 (sugar) S 20962 20964 18008 0 -1 4194304 1376 24933 0 2 5 2 4450 42 15 0 1 0 23001524 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20964/statm: 4217 1113 409 3 0 796 0
[pid=20987] ppid=20964 vsize=5356 CPUtime=0
/proc/20987/stat : 20987 (sh) S 20964 20964 18008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23006087 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20987/statm: 1339 232 193 169 0 50 0
[pid=20988] ppid=20987 vsize=29344 CPUtime=2.24
/proc/20988/stat : 20988 (minisat) R 20987 20964 18008 0 -1 4194304 7135 0 0 0 219 5 0 0 25 0 1 0 23006087 30048256 7121 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/20988/statm: 7336 7121 76 150 0 7183 0
Current children cumulated CPU time (s) 47.23
Current children cumulated vsize (KiB) 51568

[startup+48.1017 s]
/proc/loadavg: 2.65 1.83 1.86 3/85 20988
/proc/meminfo: memFree=416648/2055920 swapFree=4192812/4192956
[pid=20964] ppid=20962 vsize=16868 CPUtime=47.36
/proc/20964/stat : 20964 (sugar) S 20962 20964 18008 0 -1 4194304 1430 32387 0 2 5 2 4681 48 16 0 1 0 23001524 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20964/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 47.36
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 48.1987
CPU time (s): 47.5258
CPU user time (s): 46.9819
CPU system time (s): 0.543917
CPU usage (%): 98.6038
Max. virtual memory (cumulated for all children) (KiB): 893476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.9819
system time used= 0.543917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37678
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= 7848
involuntary context switches= 8661

runsolver used 0.06299 second user time and 0.181972 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-12 02:42:53
IDJOB=2074877
IDBENCH=56148
IDSOLVER=739
FILE ID=node37/2074877-1247359373
PBS_JOBID= 9506908
Free space on /tmp= 65636 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsPuzzle/normalized-crossword-m1-words-puzzle14.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-2074877-1247359373/watcher-2074877-1247359373 -o /tmp/evaluation-result-2074877-1247359373/solver-2074877-1247359373 -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-2074877-1247359373.xml

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

MD5SUM BENCH= 1f913b5f1334fb3a8e83db191b206d51
RANDOM SEED=663874373

node37.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.260
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.260
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:       1078784 kB
Buffers:         23120 kB
Cached:         860608 kB
SwapCached:          0 kB
Active:         879848 kB
Inactive:        30052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1078784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          206540 kB
Writeback:           0 kB
Mapped:          47512 kB
Slab:            52504 kB
Committed_AS:   214768 kB
PageTables:       1896 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= 65040 MiB
End job on node37 at 2009-07-12 02:43:42