Trace number 2076384

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 20.5269 20.8003

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle20.xml
MD5SUM1939684b0167f45216127399dc1d7cf5
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.173973
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints92
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension68
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 03:39:18 2009
0.00/0.07	c 0	PID 19781
0.00/0.07	c 0	HOST node91.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2076384-1247362758.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-2076384-1247362758.xml' 'HOME/temp.csp'
0.06/0.51	c 1	1 domains, 52 variables, 6 predicates, 4 relations, 92 constraints
0.06/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.54	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.49/0.61	c 1	Parsing HOME/temp.csp
0.49/0.78	c 1	parsed 155 expressions
0.49/0.79	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.49/0.79	c 1	Converting to clausal form CSP
0.49/0.81	c 1	converted 16 (10%) expressions
0.49/0.81	c 1	converted 31 (20%) expressions
0.49/0.81	c 1	converted 47 (30%) expressions
0.49/0.83	c 1	converted 62 (40%) expressions
0.49/0.89	c 1	converted 78 (50%) expressions
0.49/1.02	c 1	converted 93 (60%) expressions
0.49/1.04	c 1	converted 109 (70%) expressions
1.12/1.28	c 1	converted 124 (80%) expressions
1.12/1.29	c 1	converted 140 (90%) expressions
1.21/1.31	c 2	converted 155 (100%) expressions
1.21/1.31	c 2	CSP : 52 integers, 0 booleans, 92 clauses, largest domain size 26
1.21/1.31	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.31	c 2	Propagation in CSP
1.21/1.31	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.31	c 2	CSP : 52 integers, 0 booleans, 92 clauses, largest domain size 26
1.21/1.31	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.32	c 2	Simplifing CSP by introducing new Boolean variables
1.21/1.32	c 2	CSP : 52 integers, 512 booleans, 604 clauses, largest domain size 26
1.21/1.32	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.41	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.32/1.41	c 2	6 (10%) CSP integer variables are encoded (144 clauses, 1440 bytes)
1.32/1.42	c 2	11 (20%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.32/1.42	c 2	16 (30%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.32/1.42	c 2	21 (40%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.32/1.42	c 2	26 (50%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.32/1.42	c 2	32 (60%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.32/1.42	c 2	37 (70%) CSP integer variables are encoded (888 clauses, 9624 bytes)
1.32/1.42	c 2	42 (80%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
1.32/1.42	c 2	47 (90%) CSP integer variables are encoded (1128 clauses, 12601 bytes)
1.32/1.42	c 2	52 (100%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
4.19/4.34	c 5	61 (10%) CSP clauses are encoded (89095 clauses, 2986923 bytes)
4.19/4.34	c 5	121 (20%) CSP clauses are encoded (90455 clauses, 3009273 bytes)
4.19/4.35	c 5	182 (30%) CSP clauses are encoded (91816 clauses, 3032677 bytes)
19.17/19.43	c 20	242 (40%) CSP clauses are encoded (224132 clauses, 9215221 bytes)
19.17/19.43	c 20	302 (50%) CSP clauses are encoded (225542 clauses, 9238717 bytes)
19.17/19.43	c 20	363 (60%) CSP clauses are encoded (226953 clauses, 9262497 bytes)
19.17/19.44	c 20	423 (70%) CSP clauses are encoded (228338 clauses, 9286192 bytes)
19.17/19.45	c 20	484 (80%) CSP clauses are encoded (229774 clauses, 9310839 bytes)
19.17/19.45	c 20	544 (90%) CSP clauses are encoded (231209 clauses, 9335705 bytes)
19.17/19.46	c 20	604 (100%) CSP clauses are encoded (232644 clauses, 9360581 bytes)
19.17/19.46	c 20	604 CSP clauses encoded
19.17/19.46	c 20	Writing map file : HOME/temp.map
19.17/19.46	c 20	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.17/19.46	c 20	SAT : 1812 SAT variables, 232644 SAT clauses, 9360581 bytes
19.17/19.46	c 20	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.23/19.50	c 20	SOLVING HOME/temp.cnf
19.23/19.50	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
19.23/19.51	c 20	This is MiniSat 2.0 beta
19.23/19.51	c 20	WARNING: for repeatability, setting FPU to use double precision
19.23/19.51	c 20	============================[ Problem Statistics ]=============================
19.23/19.51	c 20	|                                                                             |
19.23/19.51	c 20	|  Number of variables:  1812                                                 |
19.23/19.51	c 20	|  Number of clauses:    232644                                               |
19.25/19.71	c 20	|  Parsing time:         0.18         s                                       |
19.25/19.73	c 20	============================[ Search Statistics ]==============================
19.25/19.73	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.25/19.73	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.25/19.73	c 20	===============================================================================
19.25/19.73	c 20	|         0 |    1812   232644  1917204 |    77548        0    nan |  0.000 % |
19.25/19.76	c 20	|       101 |    1811   232644  1917204 |    85302      100      7 |  0.056 % |
19.25/19.79	c 20	|       252 |    1811   232644  1917204 |    93833      251      7 |  0.056 % |
19.25/19.80	c 20	|       477 |    1811   232644  1917204 |   103216      476      7 |  0.055 % |
19.53/19.85	c 20	|       814 |    1811   232644  1917204 |   113538      813      7 |  0.058 % |
19.53/19.90	c 20	|      1320 |    1811   232644  1917204 |   124891     1319      7 |  0.056 % |
19.63/19.98	c 20	|      2079 |    1811   232644  1917204 |   137381     2078      8 |  0.055 % |
19.73/20.06	c 20	|      3219 |    1810   232644  1917204 |   151119     3217      8 |  0.111 % |
19.93/20.26	c 20	|      4927 |    1810   232644  1917204 |   166231     4925      9 |  0.110 % |
20.22/20.59	c 21	|      7490 |    1809   232644  1917204 |   182854     7487      9 |  0.166 % |
20.31/20.63	c 21	===============================================================================
20.31/20.63	c 21	restarts              : 10
20.31/20.63	c 21	conflicts             : 7610           (7008 /sec)
20.31/20.63	c 21	decisions             : 12850          (1.54 % random) (11834 /sec)
20.31/20.63	c 21	propagations          : 204553         (188383 /sec)
20.31/20.63	c 21	conflict literals     : 71124          (20.35 % deleted)
20.31/20.63	c 21	Memory used           : 18.82 MB
20.31/20.63	c 21	CPU time              : 1.08583 s
20.31/20.63	c 21	
20.31/20.63	c 21	SATISFIABLE
20.31/20.64	c 21	DECODING HOME/temp.out WITH HOME/temp.map
20.31/20.64	c 21	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'
20.38/20.70	c 21	Decoding HOME/temp.out
20.38/20.73	s SATISFIABLE
20.38/20.73	v 22 7 14 24 14 20 13 6 20 19 17 4 2 7 19 0 18 19 12 4 0 17 11 5 20 17 18 0 14 19 17 8 15 13 19 8 18 15 20 17 2 4 11 11 12 14 20 18 24 22 4 19
20.38/20.74	c 21	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.38/20.79	c 21	CPU 20.5 (0.06 0.01 20.17 0.26)
20.38/20.79	c 21	END Sun Jul 12 03:39:39 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-2076384-1247362758/watcher-2076384-1247362758 -o /tmp/evaluation-result-2076384-1247362758/solver-2076384-1247362758 -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-2076384-1247362758.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.41 2.31 2.14 4/77 19781
/proc/meminfo: memFree=1764200/2055920 swapFree=4192812/4192956
[pid=19781] ppid=19779 vsize=11864 CPUtime=0
/proc/19781/stat : 19781 (sugar) R 19779 19781 16855 0 -1 4194304 154 0 0 0 0 0 0 0 20 0 1 0 23340438 12148736 122 996147200 4194304 4206940 548682068608 18446744073709551615 251600993024 0 0 4224 0 0 0 0 17 1 0 0
/proc/19781/statm: 2966 122 90 3 0 66 0

[startup+0.106105 s]
/proc/loadavg: 2.41 2.31 2.14 4/77 19781
/proc/meminfo: memFree=1764200/2055920 swapFree=4192812/4192956
[pid=19781] ppid=19779 vsize=16868 CPUtime=0.06
/proc/19781/stat : 19781 (sugar) S 19779 19781 16855 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23340438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19781/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202113 s]
/proc/loadavg: 2.41 2.31 2.14 4/77 19781
/proc/meminfo: memFree=1764200/2055920 swapFree=4192812/4192956
[pid=19781] ppid=19779 vsize=16868 CPUtime=0.06
/proc/19781/stat : 19781 (sugar) S 19779 19781 16855 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23340438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19781/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302123 s]
/proc/loadavg: 2.41 2.31 2.14 4/77 19781
/proc/meminfo: memFree=1764200/2055920 swapFree=4192812/4192956
[pid=19781] ppid=19779 vsize=16868 CPUtime=0.06
/proc/19781/stat : 19781 (sugar) S 19779 19781 16855 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23340438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19781/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702176 s]
/proc/loadavg: 2.41 2.31 2.14 4/77 19781
/proc/meminfo: memFree=1764200/2055920 swapFree=4192812/4192956
[pid=19781] ppid=19779 vsize=16868 CPUtime=0.49
/proc/19781/stat : 19781 (sugar) S 19779 19781 16855 0 -1 4194304 1309 4872 0 1 5 1 39 4 16 0 1 0 23340438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19781/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 16868

[startup+1.50126 s]
/proc/loadavg: 2.41 2.31 2.14 3/88 19803
/proc/meminfo: memFree=1746640/2055920 swapFree=4192812/4192956
[pid=19781] ppid=19779 vsize=16868 CPUtime=0.49
/proc/19781/stat : 19781 (sugar) S 19779 19781 16855 0 -1 4194304 1310 4872 0 1 5 1 39 4 15 0 1 0 23340438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19781/statm: 4217 1111 409 3 0 796 0
[pid=19794] ppid=19781 vsize=5356 CPUtime=0
/proc/19794/stat : 19794 (sh) S 19781 19781 16855 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23340492 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19794/statm: 1339 233 193 169 0 50 0
[pid=19795] ppid=19794 vsize=864372 CPUtime=0.93
/proc/19795/stat : 19795 (java) S 19794 19781 16855 0 -1 0 8465 0 1 0 88 5 0 0 20 0 9 0 23340493 885116928 7679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 216093 7679 2590 9 0 210570 0
[pid=19795/tid=19796] ppid=19794 vsize=864372 CPUtime=0.47
/proc/19795/task/19796/stat : 19796 (java) R 19794 19781 16855 0 -1 64 2876 0 1 0 45 2 0 0 25 0 9 0 23340493 885116928 7679 996147200 134512640 134550932 4294955936 18446744073709551615 4125977784 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19797] ppid=19794 vsize=864372 CPUtime=0.35
/proc/19795/task/19797/stat : 19797 (java) S 19794 19781 16855 0 -1 64 4546 0 0 0 34 1 0 0 16 0 9 0 23340495 885116928 7679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19798] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19798/stat : 19798 (java) S 19794 19781 16855 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23340495 885116928 7679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19799] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19799/stat : 19799 (java) S 19794 19781 16855 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23340495 885116928 7679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19800] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19800/stat : 19800 (java) S 19794 19781 16855 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23340497 885116928 7679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19801] ppid=19794 vsize=864372 CPUtime=0.08
/proc/19795/task/19801/stat : 19801 (java) S 19794 19781 16855 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 23340497 885116928 7679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19802] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19802/stat : 19802 (java) S 19794 19781 16855 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23340497 885116928 7679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19803] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19803/stat : 19803 (java) S 19794 19781 16855 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23340497 885116928 7679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886596

[startup+3.10144 s]
/proc/loadavg: 2.41 2.31 2.14 3/88 19803
/proc/meminfo: memFree=1737872/2055920 swapFree=4192812/4192956
[pid=19781] ppid=19779 vsize=16868 CPUtime=0.49
/proc/19781/stat : 19781 (sugar) S 19779 19781 16855 0 -1 4194304 1310 4872 0 1 5 1 39 4 15 0 1 0 23340438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19781/statm: 4217 1111 409 3 0 796 0
[pid=19794] ppid=19781 vsize=5356 CPUtime=0
/proc/19794/stat : 19794 (sh) S 19781 19781 16855 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23340492 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19794/statm: 1339 233 193 169 0 50 0
[pid=19795] ppid=19794 vsize=864372 CPUtime=2.51
/proc/19795/stat : 19795 (java) S 19794 19781 16855 0 -1 0 9441 0 1 0 244 7 0 0 20 0 9 0 23340493 885116928 8566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 216093 8566 2590 9 0 210570 0
[pid=19795/tid=19796] ppid=19794 vsize=864372 CPUtime=1.97
/proc/19795/task/19796/stat : 19796 (java) R 19794 19781 16855 0 -1 64 2965 0 1 0 194 3 0 0 25 0 9 0 23340493 885116928 8566 996147200 134512640 134550932 4294955936 18446744073709551615 4126580648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19797] ppid=19794 vsize=864372 CPUtime=0.43
/proc/19795/task/19797/stat : 19797 (java) S 19794 19781 16855 0 -1 64 5432 0 0 0 41 2 0 0 16 0 9 0 23340495 885116928 8566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19798] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19798/stat : 19798 (java) S 19794 19781 16855 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23340495 885116928 8566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19799] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19799/stat : 19799 (java) S 19794 19781 16855 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23340495 885116928 8566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19800] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19800/stat : 19800 (java) S 19794 19781 16855 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23340497 885116928 8566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19801] ppid=19794 vsize=864372 CPUtime=0.08
/proc/19795/task/19801/stat : 19801 (java) S 19794 19781 16855 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 23340497 885116928 8566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19802] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19802/stat : 19802 (java) S 19794 19781 16855 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23340497 885116928 8566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19803] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19803/stat : 19803 (java) S 19794 19781 16855 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23340497 885116928 8566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886596

[startup+6.30279 s]
/proc/loadavg: 2.46 2.32 2.14 3/88 19803
/proc/meminfo: memFree=1728528/2055920 swapFree=4192812/4192956
[pid=19781] ppid=19779 vsize=16868 CPUtime=0.49
/proc/19781/stat : 19781 (sugar) S 19779 19781 16855 0 -1 4194304 1310 4872 0 1 5 1 39 4 16 0 1 0 23340438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19781/statm: 4217 1111 409 3 0 796 0
[pid=19794] ppid=19781 vsize=5356 CPUtime=0
/proc/19794/stat : 19794 (sh) S 19781 19781 16855 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23340492 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19794/statm: 1339 233 193 169 0 50 0
[pid=19795] ppid=19794 vsize=864372 CPUtime=5.68
/proc/19795/stat : 19795 (java) S 19794 19781 16855 0 -1 0 12064 0 1 0 559 9 0 0 20 0 9 0 23340493 885116928 9876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 216093 9876 2590 9 0 210570 0
[pid=19795/tid=19796] ppid=19794 vsize=864372 CPUtime=4.93
/proc/19795/task/19796/stat : 19796 (java) R 19794 19781 16855 0 -1 64 3067 0 1 0 490 3 0 0 25 0 9 0 23340493 885116928 9876 996147200 134512640 134550932 4294955936 18446744073709551615 4126580648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19797] ppid=19794 vsize=864372 CPUtime=0.63
/proc/19795/task/19797/stat : 19797 (java) S 19794 19781 16855 0 -1 64 7949 0 0 0 59 4 0 0 16 0 9 0 23340495 885116928 9876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19798] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19798/stat : 19798 (java) S 19794 19781 16855 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23340495 885116928 9876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19799] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19799/stat : 19799 (java) S 19794 19781 16855 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23340495 885116928 9876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19800] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19800/stat : 19800 (java) S 19794 19781 16855 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23340497 885116928 9876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19801] ppid=19794 vsize=864372 CPUtime=0.09
/proc/19795/task/19801/stat : 19801 (java) S 19794 19781 16855 0 -1 64 349 0 0 0 9 0 0 0 16 0 9 0 23340497 885116928 9876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19802] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19802/stat : 19802 (java) S 19794 19781 16855 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23340497 885116928 9876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19803] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19803/stat : 19803 (java) S 19794 19781 16855 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23340497 885116928 9876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886596

[startup+12.7015 s]
/proc/loadavg: 2.42 2.32 2.14 3/88 19803
/proc/meminfo: memFree=1724880/2055920 swapFree=4192812/4192956
[pid=19781] ppid=19779 vsize=16868 CPUtime=0.49
/proc/19781/stat : 19781 (sugar) S 19779 19781 16855 0 -1 4194304 1310 4872 0 1 5 1 39 4 16 0 1 0 23340438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19781/statm: 4217 1111 409 3 0 796 0
[pid=19794] ppid=19781 vsize=5356 CPUtime=0
/proc/19794/stat : 19794 (sh) S 19781 19781 16855 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23340492 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19794/statm: 1339 233 193 169 0 50 0
[pid=19795] ppid=19794 vsize=864372 CPUtime=12.01
/proc/19795/stat : 19795 (java) S 19794 19781 16855 0 -1 0 12260 0 1 0 1189 12 0 0 20 0 9 0 23340493 885116928 9892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 216093 9892 2590 9 0 210570 0
[pid=19795/tid=19796] ppid=19794 vsize=864372 CPUtime=11.14
/proc/19795/task/19796/stat : 19796 (java) R 19794 19781 16855 0 -1 64 3247 0 1 0 1109 5 0 0 25 0 9 0 23340493 885116928 9892 996147200 134512640 134550932 4294955936 18446744073709551615 4125952229 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19797] ppid=19794 vsize=864372 CPUtime=0.76
/proc/19795/task/19797/stat : 19797 (java) S 19794 19781 16855 0 -1 64 7964 0 0 0 71 5 0 0 16 0 9 0 23340495 885116928 9892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19798] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19798/stat : 19798 (java) S 19794 19781 16855 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23340495 885116928 9892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19799] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19799/stat : 19799 (java) S 19794 19781 16855 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23340495 885116928 9892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19800] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19800/stat : 19800 (java) S 19794 19781 16855 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23340497 885116928 9892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19801] ppid=19794 vsize=864372 CPUtime=0.09
/proc/19795/task/19801/stat : 19801 (java) S 19794 19781 16855 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 23340497 885116928 9892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19802] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19802/stat : 19802 (java) S 19794 19781 16855 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23340497 885116928 9892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19803] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19803/stat : 19803 (java) S 19794 19781 16855 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23340497 885116928 9892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 886596

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

[startup+12.8029 s]
/proc/loadavg: 2.42 2.32 2.14 3/88 19803
/proc/meminfo: memFree=1724880/2055920 swapFree=4192812/4192956
[pid=19781] ppid=19779 vsize=16868 CPUtime=0.49
/proc/19781/stat : 19781 (sugar) S 19779 19781 16855 0 -1 4194304 1310 4872 0 1 5 1 39 4 16 0 1 0 23340438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19781/statm: 4217 1111 409 3 0 796 0
[pid=19794] ppid=19781 vsize=5356 CPUtime=0
/proc/19794/stat : 19794 (sh) S 19781 19781 16855 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23340492 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19794/statm: 1339 233 193 169 0 50 0
[pid=19795] ppid=19794 vsize=864372 CPUtime=12.12
/proc/19795/stat : 19795 (java) S 19794 19781 16855 0 -1 0 12306 0 1 0 1200 12 0 0 20 0 9 0 23340493 885116928 9935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 216093 9935 2590 9 0 210570 0
[pid=19795/tid=19796] ppid=19794 vsize=864372 CPUtime=11.24
/proc/19795/task/19796/stat : 19796 (java) R 19794 19781 16855 0 -1 64 3250 0 1 0 1119 5 0 0 25 0 9 0 23340493 885116928 9935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19797] ppid=19794 vsize=864372 CPUtime=0.76
/proc/19795/task/19797/stat : 19797 (java) S 19794 19781 16855 0 -1 64 8007 0 0 0 71 5 0 0 15 0 9 0 23340495 885116928 9935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19798] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19798/stat : 19798 (java) S 19794 19781 16855 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23340495 885116928 9935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19799] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19799/stat : 19799 (java) S 19794 19781 16855 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23340495 885116928 9935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19800] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19800/stat : 19800 (java) S 19794 19781 16855 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23340497 885116928 9935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19801] ppid=19794 vsize=864372 CPUtime=0.09
/proc/19795/task/19801/stat : 19801 (java) S 19794 19781 16855 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 23340497 885116928 9935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19802] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19802/stat : 19802 (java) S 19794 19781 16855 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23340497 885116928 9935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19803] ppid=19794 vsize=864372 CPUtime=0
/proc/19795/task/19803/stat : 19803 (java) S 19794 19781 16855 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23340497 885116928 9935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 886596

[startup+16.0029 s]
/proc/loadavg: 2.39 2.31 2.14 3/88 19803
/proc/meminfo: memFree=1723408/2055920 swapFree=4192812/4192956
[pid=19781] ppid=19779 vsize=16868 CPUtime=0.49
/proc/19781/stat : 19781 (sugar) S 19779 19781 16855 0 -1 4194304 1310 4872 0 1 5 1 39 4 16 0 1 0 23340438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19781/statm: 4217 1111 409 3 0 796 0
[pid=19794] ppid=19781 vsize=5356 CPUtime=0
/proc/19794/stat : 19794 (sh) S 19781 19781 16855 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23340492 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19794/statm: 1339 233 193 169 0 50 0
[pid=19795] ppid=19794 vsize=864400 CPUtime=15.28
/proc/19795/stat : 19795 (java) S 19794 19781 16855 0 -1 0 13939 0 1 0 1514 14 0 0 20 0 9 0 23340493 885145600 10245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 216100 10245 2590 9 0 210577 0
[pid=19795/tid=19796] ppid=19794 vsize=864400 CPUtime=14.21
/proc/19795/task/19796/stat : 19796 (java) R 19794 19781 16855 0 -1 64 3346 0 1 0 1415 6 0 0 17 0 9 0 23340493 885145600 10245 996147200 134512640 134550932 4294955936 18446744073709551615 4126618970 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19795/tid=19797] ppid=19794 vsize=864400 CPUtime=0.94
/proc/19795/task/19797/stat : 19797 (java) S 19794 19781 16855 0 -1 64 9539 0 0 0 88 6 0 0 15 0 9 0 23340495 885145600 10245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19798] ppid=19794 vsize=864400 CPUtime=0
/proc/19795/task/19798/stat : 19798 (java) S 19794 19781 16855 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23340495 885145600 10245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19799] ppid=19794 vsize=864400 CPUtime=0
/proc/19795/task/19799/stat : 19799 (java) S 19794 19781 16855 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23340495 885145600 10245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19800] ppid=19794 vsize=864400 CPUtime=0
/proc/19795/task/19800/stat : 19800 (java) S 19794 19781 16855 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23340497 885145600 10245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19801] ppid=19794 vsize=864400 CPUtime=0.1
/proc/19795/task/19801/stat : 19801 (java) S 19794 19781 16855 0 -1 64 355 0 0 0 10 0 0 0 17 0 9 0 23340497 885145600 10245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19802] ppid=19794 vsize=864400 CPUtime=0
/proc/19795/task/19802/stat : 19802 (java) S 19794 19781 16855 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23340497 885145600 10245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19803] ppid=19794 vsize=864400 CPUtime=0
/proc/19795/task/19803/stat : 19803 (java) S 19794 19781 16855 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23340497 885145600 10245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.77
Current children cumulated vsize (KiB) 886624

[startup+19.2012 s]
/proc/loadavg: 2.39 2.31 2.14 3/85 19832
/proc/meminfo: memFree=1829608/2055920 swapFree=4192812/4192956
[pid=19781] ppid=19779 vsize=16868 CPUtime=0.49
/proc/19781/stat : 19781 (sugar) S 19779 19781 16855 0 -1 4194304 1310 4872 0 1 5 1 39 4 16 0 1 0 23340438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19781/statm: 4217 1111 409 3 0 796 0
[pid=19794] ppid=19781 vsize=5356 CPUtime=0
/proc/19794/stat : 19794 (sh) S 19781 19781 16855 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23340492 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19794/statm: 1339 233 193 169 0 50 0
[pid=19795] ppid=19794 vsize=864400 CPUtime=18.48
/proc/19795/stat : 19795 (java) S 19794 19781 16855 0 -1 0 13987 0 1 0 1834 14 0 0 20 0 9 0 23340493 885145600 10245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 216100 10245 2590 9 0 210577 0
[pid=19795/tid=19796] ppid=19794 vsize=864400 CPUtime=17.37
/proc/19795/task/19796/stat : 19796 (java) R 19794 19781 16855 0 -1 64 3394 0 1 0 1730 7 0 0 21 0 9 0 23340493 885145600 10245 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19795/tid=19797] ppid=19794 vsize=864400 CPUtime=0.98
/proc/19795/task/19797/stat : 19797 (java) S 19794 19781 16855 0 -1 64 9539 0 0 0 92 6 0 0 16 0 9 0 23340495 885145600 10245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19798] ppid=19794 vsize=864400 CPUtime=0
/proc/19795/task/19798/stat : 19798 (java) S 19794 19781 16855 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23340495 885145600 10245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19799] ppid=19794 vsize=864400 CPUtime=0
/proc/19795/task/19799/stat : 19799 (java) S 19794 19781 16855 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23340495 885145600 10245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19800] ppid=19794 vsize=864400 CPUtime=0
/proc/19795/task/19800/stat : 19800 (java) S 19794 19781 16855 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23340497 885145600 10245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19801] ppid=19794 vsize=864400 CPUtime=0.1
/proc/19795/task/19801/stat : 19801 (java) S 19794 19781 16855 0 -1 64 355 0 0 0 10 0 0 0 17 0 9 0 23340497 885145600 10245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19802] ppid=19794 vsize=864400 CPUtime=0
/proc/19795/task/19802/stat : 19802 (java) S 19794 19781 16855 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23340497 885145600 10245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19803] ppid=19794 vsize=864400 CPUtime=0
/proc/19795/task/19803/stat : 19803 (java) S 19794 19781 16855 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23340497 885145600 10245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.97
Current children cumulated vsize (KiB) 886624

[startup+20.0013 s]
/proc/loadavg: 2.35 2.31 2.14 3/84 19841
/proc/meminfo: memFree=1820656/2055920 swapFree=4192812/4192956
[pid=19781] ppid=19779 vsize=16868 CPUtime=19.25
/proc/19781/stat : 19781 (sugar) S 19779 19781 16855 0 -1 4194304 1376 19202 0 2 5 1 1898 21 15 0 1 0 23340438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19781/statm: 4217 1113 409 3 0 796 0
[pid=19840] ppid=19781 vsize=5356 CPUtime=0
/proc/19840/stat : 19840 (sh) S 19781 19781 16855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23342388 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19840/statm: 1339 232 193 169 0 50 0
[pid=19841] ppid=19840 vsize=18052 CPUtime=0.48
/proc/19841/stat : 19841 (minisat) R 19840 19781 16855 0 -1 4194304 4339 0 0 0 46 2 0 0 23 0 1 0 23342389 18485248 4325 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/19841/statm: 4513 4325 75 150 0 4360 0
Current children cumulated CPU time (s) 19.73
Current children cumulated vsize (KiB) 40276

[startup+20.4014 s]
/proc/loadavg: 2.35 2.31 2.14 3/84 19841
/proc/meminfo: memFree=1820656/2055920 swapFree=4192812/4192956
[pid=19781] ppid=19779 vsize=16868 CPUtime=19.25
/proc/19781/stat : 19781 (sugar) S 19779 19781 16855 0 -1 4194304 1376 19202 0 2 5 1 1898 21 15 0 1 0 23340438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19781/statm: 4217 1113 409 3 0 796 0
[pid=19840] ppid=19781 vsize=5356 CPUtime=0
/proc/19840/stat : 19840 (sh) S 19781 19781 16855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23342388 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19840/statm: 1339 232 193 169 0 50 0
[pid=19841] ppid=19840 vsize=18868 CPUtime=0.87
/proc/19841/stat : 19841 (minisat) R 19840 19781 16855 0 -1 4194304 4524 0 0 0 85 2 0 0 25 0 1 0 23342389 19320832 4510 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19841/statm: 4717 4510 75 150 0 4564 0
Current children cumulated CPU time (s) 20.12
Current children cumulated vsize (KiB) 41092

[startup+20.6014 s]
/proc/loadavg: 2.35 2.31 2.14 3/84 19841
/proc/meminfo: memFree=1820656/2055920 swapFree=4192812/4192956
[pid=19781] ppid=19779 vsize=16868 CPUtime=19.25
/proc/19781/stat : 19781 (sugar) S 19779 19781 16855 0 -1 4194304 1376 19202 0 2 5 1 1898 21 15 0 1 0 23340438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19781/statm: 4217 1113 409 3 0 796 0
[pid=19840] ppid=19781 vsize=5356 CPUtime=0
/proc/19840/stat : 19840 (sh) S 19781 19781 16855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23342388 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19840/statm: 1339 232 193 169 0 50 0
[pid=19841] ppid=19840 vsize=19136 CPUtime=1.06
/proc/19841/stat : 19841 (minisat) R 19840 19781 16855 0 -1 4194304 4618 0 0 0 104 2 0 0 25 0 1 0 23342389 19595264 4604 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/19841/statm: 4784 4604 75 150 0 4631 0
Current children cumulated CPU time (s) 20.31
Current children cumulated vsize (KiB) 41360

[startup+20.7014 s]
/proc/loadavg: 2.35 2.31 2.14 3/84 19841
/proc/meminfo: memFree=1820656/2055920 swapFree=4192812/4192956
[pid=19781] ppid=19779 vsize=16868 CPUtime=20.38
/proc/19781/stat : 19781 (sugar) S 19779 19781 16855 0 -1 4194304 1430 24127 0 2 6 1 2007 24 16 0 1 0 23340438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19781/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 20.38
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 20.8003
CPU time (s): 20.5269
CPU user time (s): 20.2339
CPU system time (s): 0.292955
CPU usage (%): 98.6857
Max. virtual memory (cumulated for all children) (KiB): 889164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.2339
system time used= 0.292955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29424
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= 6215
involuntary context switches= 6145

runsolver used 0.024996 second user time and 0.080987 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-12 03:39:18
IDJOB=2076384
IDBENCH=56416
IDSOLVER=739
FILE ID=node91/2076384-1247362758
PBS_JOBID= 9506935
Free space on /tmp= 66108 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexPuzzle/normalized-crossword-m1-lex-puzzle20.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-2076384-1247362758/watcher-2076384-1247362758 -o /tmp/evaluation-result-2076384-1247362758/solver-2076384-1247362758 -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-2076384-1247362758.xml

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

MD5SUM BENCH= 1939684b0167f45216127399dc1d7cf5
RANDOM SEED=132497774

node91.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.241
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.241
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:       1764616 kB
Buffers:         22480 kB
Cached:          94072 kB
SwapCached:          0 kB
Active:         207600 kB
Inactive:        30156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:         131876 kB
Slab:            38452 kB
Committed_AS:   364288 kB
PageTables:       2024 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66112 MiB
End job on node91 at 2009-07-12 03:39:39