Trace number 2078969

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 241.237 243.682

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle10.xml
MD5SUMcc3038c2e62940125f2c6aa42d3a26e2
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.132979
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints146
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension20
Number of constraints which are defined in intension126
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 05:01:08 2009
0.00/0.08	c 0	PID 23579
0.07/0.08	c 0	HOST node21.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2078969-1247367668.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-2078969-1247367668.xml' 'HOME/temp.csp'
0.07/0.85	c 1	1 domains, 40 variables, 4 predicates, 2 relations, 146 constraints
0.07/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.87	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.82/0.95	c 1	Parsing HOME/temp.csp
1.22/1.32	c 1	parsed 193 expressions
1.22/1.33	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.33	c 2	Converting to clausal form CSP
1.22/1.36	c 2	converted 20 (10%) expressions
1.22/1.36	c 2	converted 39 (20%) expressions
1.32/1.47	c 2	converted 58 (30%) expressions
1.32/1.50	c 2	converted 78 (40%) expressions
1.42/1.51	c 2	converted 97 (50%) expressions
1.42/1.53	c 2	converted 116 (60%) expressions
1.42/1.55	c 2	converted 136 (70%) expressions
1.42/1.56	c 2	converted 155 (80%) expressions
1.52/1.63	c 2	converted 174 (90%) expressions
2.90/3.05	c 3	converted 193 (100%) expressions
2.90/3.05	c 3	CSP : 40 integers, 0 booleans, 146 clauses, largest domain size 26
2.90/3.05	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.90/3.05	c 3	Propagation in CSP
2.90/3.05	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.90/3.05	c 3	CSP : 40 integers, 0 booleans, 146 clauses, largest domain size 26
2.90/3.05	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.90/3.05	c 3	Simplifing CSP by introducing new Boolean variables
2.90/3.07	c 3	CSP : 40 integers, 764 booleans, 910 clauses, largest domain size 26
2.90/3.07	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.20/3.33	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.20/3.34	c 4	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
3.20/3.34	c 4	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
3.20/3.34	c 4	12 (30%) CSP integer variables are encoded (288 clauses, 3024 bytes)
3.20/3.34	c 4	16 (40%) CSP integer variables are encoded (384 clauses, 4080 bytes)
3.20/3.34	c 4	20 (50%) CSP integer variables are encoded (480 clauses, 5136 bytes)
3.20/3.34	c 4	24 (60%) CSP integer variables are encoded (576 clauses, 6192 bytes)
3.20/3.35	c 4	28 (70%) CSP integer variables are encoded (672 clauses, 7248 bytes)
3.20/3.35	c 4	32 (80%) CSP integer variables are encoded (768 clauses, 8304 bytes)
3.20/3.35	c 4	36 (90%) CSP integer variables are encoded (864 clauses, 9360 bytes)
3.20/3.35	c 4	40 (100%) CSP integer variables are encoded (960 clauses, 10417 bytes)
3.39/3.57	c 4	91 (10%) CSP clauses are encoded (17223 clauses, 381876 bytes)
3.39/3.58	c 4	182 (20%) CSP clauses are encoded (19264 clauses, 413926 bytes)
3.39/3.58	c 4	273 (30%) CSP clauses are encoded (21305 clauses, 447038 bytes)
3.39/3.59	c 4	364 (40%) CSP clauses are encoded (23346 clauses, 480538 bytes)
3.39/3.60	c 4	455 (50%) CSP clauses are encoded (25387 clauses, 514300 bytes)
3.49/3.61	c 4	546 (60%) CSP clauses are encoded (27428 clauses, 548496 bytes)
3.49/3.62	c 4	637 (70%) CSP clauses are encoded (29469 clauses, 582692 bytes)
3.49/3.62	c 4	728 (80%) CSP clauses are encoded (31510 clauses, 616890 bytes)
3.49/3.63	c 4	819 (90%) CSP clauses are encoded (33551 clauses, 651094 bytes)
239.52/241.93	c 242	910 (100%) CSP clauses are encoded (565046 clauses, 26457828 bytes)
239.52/241.93	c 242	910 CSP clauses encoded
239.52/241.93	c 242	Writing map file : HOME/temp.map
239.52/241.93	c 242	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
239.52/241.93	c 242	SAT : 1764 SAT variables, 565046 SAT clauses, 26457828 bytes
239.52/241.93	c 242	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
239.52/242.00	c 242	SOLVING HOME/temp.cnf
239.52/242.00	c 242	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
239.59/242.01	c 242	This is MiniSat 2.0 beta
239.59/242.01	c 242	WARNING: for repeatability, setting FPU to use double precision
239.59/242.01	c 242	============================[ Problem Statistics ]=============================
239.59/242.01	c 242	|                                                                             |
239.59/242.01	c 242	|  Number of variables:  1764                                                 |
239.59/242.01	c 242	|  Number of clauses:    565046                                               |
239.59/242.66	c 243	|  Parsing time:         0.57         s                                       |
239.59/242.70	c 243	============================[ Search Statistics ]==============================
239.59/242.70	c 243	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
239.59/242.70	c 243	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
239.59/242.70	c 243	===============================================================================
239.59/242.70	c 243	|         0 |    1764   565046  5702132 |   188348        0    nan |  0.000 % |
239.59/242.85	c 243	|       101 |    1764   565046  5702132 |   207183      101      9 |  0.000 % |
239.59/242.98	c 243	|       251 |    1764   565046  5702132 |   227901      251      8 |  0.000 % |
240.66/243.12	c 243	|       476 |    1764   565046  5702132 |   250692      476      9 |  0.002 % |
240.86/243.33	c 244	|       813 |    1764   565046  5702132 |   275761      813     10 |  0.001 % |
240.95/243.48	c 244	===============================================================================
240.95/243.48	c 244	restarts              : 5
240.95/243.48	c 244	conflicts             : 946            (692 /sec)
240.95/243.48	c 244	decisions             : 2822           (1.13 % random) (2063 /sec)
240.95/243.48	c 244	propagations          : 46072          (33683 /sec)
240.95/243.48	c 244	conflict literals     : 8629           (16.86 % deleted)
240.95/243.48	c 244	Memory used           : 43.99 MB
240.95/243.48	c 244	CPU time              : 1.36779 s
240.95/243.48	c 244	
240.95/243.48	c 244	SATISFIABLE
240.95/243.49	c 244	DECODING HOME/temp.out WITH HOME/temp.map
240.95/243.49	c 244	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'
241.06/243.57	c 244	Decoding HOME/temp.out
241.06/243.60	s SATISFIABLE
241.06/243.60	v 18 12 4 18 12 18 21 14 11 24 20 4 15 20 25 25 11 4 18 4 15 18 14 21 10 7 14 25 14 20 8 4 23 0 20 5 17 18 14 2
241.06/243.61	c 244	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
241.06/243.67	c 244	CPU 241.19 (0.06 0.01 240.52 0.6)
241.06/243.67	c 244	END Sun Jul 12 05:05:12 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-2078969-1247367668/watcher-2078969-1247367668 -o /tmp/evaluation-result-2078969-1247367668/solver-2078969-1247367668 -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-2078969-1247367668.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.09 2.01 2.08 4/74 23579
/proc/meminfo: memFree=1602216/2055920 swapFree=4192812/4192956
[pid=23579] ppid=23577 vsize=12000 CPUtime=0
/proc/23579/stat : 23579 (sugar) R 23577 23579 18192 0 -1 4194304 195 0 0 0 0 0 0 0 20 0 1 0 23833290 12288000 163 996147200 4194304 4206940 548682068608 18446744073709551615 221236058643 0 0 4224 0 0 0 0 17 1 0 0
/proc/23579/statm: 3000 163 125 3 0 100 0

[startup+0.083574 s]
/proc/loadavg: 2.09 2.01 2.08 4/74 23579
/proc/meminfo: memFree=1602216/2055920 swapFree=4192812/4192956
[pid=23579] ppid=23577 vsize=16872 CPUtime=0.07
/proc/23579/stat : 23579 (sugar) S 23577 23579 18192 0 -1 4194304 1159 0 0 0 6 1 0 0 18 0 1 0 23833290 17276928 1108 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23579/statm: 4218 1108 406 3 0 797 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16872

[startup+0.101581 s]
/proc/loadavg: 2.09 2.01 2.08 4/74 23579
/proc/meminfo: memFree=1602216/2055920 swapFree=4192812/4192956
[pid=23579] ppid=23577 vsize=16868 CPUtime=0.07
/proc/23579/stat : 23579 (sugar) S 23577 23579 18192 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23833290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23579/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301592 s]
/proc/loadavg: 2.09 2.01 2.08 4/74 23579
/proc/meminfo: memFree=1602216/2055920 swapFree=4192812/4192956
[pid=23579] ppid=23577 vsize=16868 CPUtime=0.07
/proc/23579/stat : 23579 (sugar) S 23577 23579 18192 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23833290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23579/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701636 s]
/proc/loadavg: 2.09 2.01 2.08 4/74 23579
/proc/meminfo: memFree=1602216/2055920 swapFree=4192812/4192956
[pid=23579] ppid=23577 vsize=16868 CPUtime=0.07
/proc/23579/stat : 23579 (sugar) S 23577 23579 18192 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23833290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23579/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50272 s]
/proc/loadavg: 2.09 2.01 2.08 4/85 23601
/proc/meminfo: memFree=1593552/2055920 swapFree=4192812/4192956
[pid=23579] ppid=23577 vsize=16868 CPUtime=0.82
/proc/23579/stat : 23579 (sugar) S 23577 23579 18192 0 -1 4194304 1309 8743 0 1 6 1 69 6 16 0 1 0 23833290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23579/statm: 4217 1111 409 3 0 796 0
[pid=23592] ppid=23579 vsize=5356 CPUtime=0
/proc/23592/stat : 23592 (sh) S 23579 23579 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23833377 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23592/statm: 1339 233 193 169 0 50 0
[pid=23593] ppid=23592 vsize=864212 CPUtime=0.6
/proc/23593/stat : 23593 (java) S 23592 23579 18192 0 -1 0 7414 0 1 0 56 4 0 0 18 0 9 0 23833378 884953088 6383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23593/statm: 216053 6383 2567 9 0 210558 0
[pid=23593/tid=23594] ppid=23592 vsize=864212 CPUtime=0.36
/proc/23593/task/23594/stat : 23594 (java) R 23592 23579 18192 0 -1 64 2574 0 1 0 34 2 0 0 18 0 9 0 23833379 884953088 6383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23595] ppid=23592 vsize=864212 CPUtime=0.17
/proc/23593/task/23595/stat : 23595 (java) S 23592 23579 18192 0 -1 64 3823 0 0 0 16 1 0 0 16 0 9 0 23833380 884953088 6383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23596] ppid=23592 vsize=864212 CPUtime=0
/proc/23593/task/23596/stat : 23596 (java) S 23592 23579 18192 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23833380 884953088 6383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23597] ppid=23592 vsize=864212 CPUtime=0
/proc/23593/task/23597/stat : 23597 (java) S 23592 23579 18192 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23833380 884953088 6383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23598] ppid=23592 vsize=864212 CPUtime=0
/proc/23593/task/23598/stat : 23598 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23833382 884953088 6383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23599] ppid=23592 vsize=864212 CPUtime=0.05
/proc/23593/task/23599/stat : 23599 (java) R 23592 23579 18192 0 -1 64 314 0 0 0 5 0 0 0 16 0 9 0 23833382 884953088 6383 996147200 134512640 134550932 4294955936 18446744073709551615 102016153 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23600] ppid=23592 vsize=864212 CPUtime=0
/proc/23593/task/23600/stat : 23600 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23833382 884953088 6383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23601] ppid=23592 vsize=864212 CPUtime=0
/proc/23593/task/23601/stat : 23601 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23833382 884953088 6383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886436

[startup+3.1029 s]
/proc/loadavg: 2.09 2.01 2.08 4/85 23601
/proc/meminfo: memFree=1564368/2055920 swapFree=4192812/4192956
[pid=23579] ppid=23577 vsize=16868 CPUtime=0.82
/proc/23579/stat : 23579 (sugar) S 23577 23579 18192 0 -1 4194304 1310 8743 0 1 6 1 69 6 16 0 1 0 23833290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23579/statm: 4217 1111 409 3 0 796 0
[pid=23592] ppid=23579 vsize=5356 CPUtime=0
/proc/23592/stat : 23592 (sh) S 23579 23579 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23833377 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23592/statm: 1339 233 193 169 0 50 0
[pid=23593] ppid=23592 vsize=869140 CPUtime=2.19
/proc/23593/stat : 23593 (java) S 23592 23579 18192 0 -1 0 17004 0 1 0 209 10 0 0 18 0 9 0 23833378 889999360 15261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23593/statm: 217285 15261 2566 9 0 211790 0
[pid=23593/tid=23594] ppid=23592 vsize=869140 CPUtime=0.92
/proc/23593/task/23594/stat : 23594 (java) R 23592 23579 18192 0 -1 64 3146 0 1 0 90 2 0 0 23 0 9 0 23833379 889999360 15261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23595] ppid=23592 vsize=869140 CPUtime=1.08
/proc/23593/task/23595/stat : 23595 (java) R 23592 23579 18192 0 -1 64 11675 0 0 0 103 5 0 0 17 0 9 0 23833380 889999360 15261 996147200 134512640 134550932 4294955936 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23596] ppid=23592 vsize=869140 CPUtime=0
/proc/23593/task/23596/stat : 23596 (java) S 23592 23579 18192 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23833380 889999360 15261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23597] ppid=23592 vsize=869140 CPUtime=0
/proc/23593/task/23597/stat : 23597 (java) S 23592 23579 18192 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23833380 889999360 15261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23598] ppid=23592 vsize=869140 CPUtime=0
/proc/23593/task/23598/stat : 23598 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23833382 889999360 15261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23599] ppid=23592 vsize=869140 CPUtime=0.15
/proc/23593/task/23599/stat : 23599 (java) S 23592 23579 18192 0 -1 64 1480 0 0 0 14 1 0 0 16 0 9 0 23833382 889999360 15261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23600] ppid=23592 vsize=869140 CPUtime=0
/proc/23593/task/23600/stat : 23600 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23833382 889999360 15261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23601] ppid=23592 vsize=869140 CPUtime=0
/proc/23593/task/23601/stat : 23601 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23833382 889999360 15261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 891364

[startup+6.30224 s]
/proc/loadavg: 2.08 2.01 2.07 3/85 23601
/proc/meminfo: memFree=1541200/2055920 swapFree=4192812/4192956
[pid=23579] ppid=23577 vsize=16868 CPUtime=0.82
/proc/23579/stat : 23579 (sugar) S 23577 23579 18192 0 -1 4194304 1310 8743 0 1 6 1 69 6 15 0 1 0 23833290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23579/statm: 4217 1111 409 3 0 796 0
[pid=23592] ppid=23579 vsize=5356 CPUtime=0
/proc/23592/stat : 23592 (sh) S 23579 23579 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23833377 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23592/statm: 1339 233 193 169 0 50 0
[pid=23593] ppid=23592 vsize=868748 CPUtime=5.34
/proc/23593/stat : 23593 (java) S 23592 23579 18192 0 -1 0 18447 0 1 0 523 11 0 0 18 0 9 0 23833378 889597952 16520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23593/statm: 217187 16520 2591 9 0 211664 0
[pid=23593/tid=23594] ppid=23592 vsize=868748 CPUtime=3.73
/proc/23593/task/23594/stat : 23594 (java) R 23592 23579 18192 0 -1 64 3246 0 1 0 370 3 0 0 25 0 9 0 23833379 889597952 16520 996147200 134512640 134550932 4294955936 18446744073709551615 4126579888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23595] ppid=23592 vsize=868748 CPUtime=1.4
/proc/23593/task/23595/stat : 23595 (java) S 23592 23579 18192 0 -1 64 12988 0 0 0 134 6 0 0 16 0 9 0 23833380 889597952 16520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23596] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23596/stat : 23596 (java) S 23592 23579 18192 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23833380 889597952 16520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23597] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23597/stat : 23597 (java) S 23592 23579 18192 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23833380 889597952 16520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23598] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23598/stat : 23598 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23833382 889597952 16520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23599] ppid=23592 vsize=868748 CPUtime=0.19
/proc/23593/task/23599/stat : 23599 (java) S 23592 23579 18192 0 -1 64 1510 0 0 0 18 1 0 0 16 0 9 0 23833382 889597952 16520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23600] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23600/stat : 23600 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23833382 889597952 16520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23601] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23601/stat : 23601 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23833382 889597952 16520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890972

[startup+12.7029 s]
/proc/loadavg: 2.08 2.01 2.07 3/85 23601
/proc/meminfo: memFree=1541008/2055920 swapFree=4192812/4192956
[pid=23579] ppid=23577 vsize=16868 CPUtime=0.82
/proc/23579/stat : 23579 (sugar) S 23577 23579 18192 0 -1 4194304 1310 8743 0 1 6 1 69 6 15 0 1 0 23833290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23579/statm: 4217 1111 409 3 0 796 0
[pid=23592] ppid=23579 vsize=5356 CPUtime=0
/proc/23592/stat : 23592 (sh) S 23579 23579 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23833377 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23592/statm: 1339 233 193 169 0 50 0
[pid=23593] ppid=23592 vsize=868748 CPUtime=11.68
/proc/23593/stat : 23593 (java) S 23592 23579 18192 0 -1 0 18447 0 1 0 1157 11 0 0 18 0 9 0 23833378 889597952 16520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23593/statm: 217187 16520 2591 9 0 211664 0
[pid=23593/tid=23594] ppid=23592 vsize=868748 CPUtime=10.07
/proc/23593/task/23594/stat : 23594 (java) R 23592 23579 18192 0 -1 64 3246 0 1 0 1004 3 0 0 25 0 9 0 23833379 889597952 16520 996147200 134512640 134550932 4294955936 18446744073709551615 4126868103 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23595] ppid=23592 vsize=868748 CPUtime=1.4
/proc/23593/task/23595/stat : 23595 (java) S 23592 23579 18192 0 -1 64 12988 0 0 0 134 6 0 0 16 0 9 0 23833380 889597952 16520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23596] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23596/stat : 23596 (java) S 23592 23579 18192 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23833380 889597952 16520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23597] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23597/stat : 23597 (java) S 23592 23579 18192 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23833380 889597952 16520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23598] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23598/stat : 23598 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23833382 889597952 16520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23599] ppid=23592 vsize=868748 CPUtime=0.19
/proc/23593/task/23599/stat : 23599 (java) S 23592 23579 18192 0 -1 64 1510 0 0 0 18 1 0 0 16 0 9 0 23833382 889597952 16520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23600] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23600/stat : 23600 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23833382 889597952 16520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23601] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23601/stat : 23601 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23833382 889597952 16520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890972

[startup+25.5013 s]
/proc/loadavg: 2.06 2.01 2.07 3/85 23601
/proc/meminfo: memFree=1538128/2055920 swapFree=4192812/4192956
[pid=23579] ppid=23577 vsize=16868 CPUtime=0.82
/proc/23579/stat : 23579 (sugar) S 23577 23579 18192 0 -1 4194304 1310 8743 0 1 6 1 69 6 15 0 1 0 23833290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23579/statm: 4217 1111 409 3 0 796 0
[pid=23592] ppid=23579 vsize=5356 CPUtime=0
/proc/23592/stat : 23592 (sh) S 23579 23579 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23833377 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23592/statm: 1339 233 193 169 0 50 0
[pid=23593] ppid=23592 vsize=868748 CPUtime=24.36
/proc/23593/stat : 23593 (java) S 23592 23579 18192 0 -1 0 19159 0 1 0 2424 12 0 0 18 0 9 0 23833378 889597952 17217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23593/statm: 217187 17217 2591 9 0 211664 0
[pid=23593/tid=23594] ppid=23592 vsize=868748 CPUtime=22.69
/proc/23593/task/23594/stat : 23594 (java) R 23592 23579 18192 0 -1 64 3261 0 1 0 2266 3 0 0 25 0 9 0 23833379 889597952 17217 996147200 134512640 134550932 4294955936 18446744073709551615 4126868010 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23595] ppid=23592 vsize=868748 CPUtime=1.45
/proc/23593/task/23595/stat : 23595 (java) S 23592 23579 18192 0 -1 64 13685 0 0 0 138 7 0 0 16 0 9 0 23833380 889597952 17217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23596] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23596/stat : 23596 (java) S 23592 23579 18192 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23833380 889597952 17217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23597] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23597/stat : 23597 (java) S 23592 23579 18192 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23833380 889597952 17217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23598] ppid=23592 vsize=868748 CPUtime=0

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

Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 890972

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

[startup+230.301 s]
/proc/loadavg: 2.06 2.02 2.06 3/85 23601
/proc/meminfo: memFree=1502032/2055920 swapFree=4192812/4192956
[pid=23579] ppid=23577 vsize=16868 CPUtime=0.82
/proc/23579/stat : 23579 (sugar) S 23577 23579 18192 0 -1 4194304 1310 8743 0 1 6 1 69 6 15 0 1 0 23833290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23579/statm: 4217 1111 409 3 0 796 0
[pid=23592] ppid=23579 vsize=5356 CPUtime=0
/proc/23592/stat : 23592 (sh) S 23579 23579 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23833377 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23592/statm: 1339 233 193 169 0 50 0
[pid=23593] ppid=23592 vsize=868748 CPUtime=227.21
/proc/23593/stat : 23593 (java) S 23592 23579 18192 0 -1 0 28385 0 1 0 22688 33 0 0 18 0 9 0 23833378 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23593/statm: 217187 20764 2591 9 0 211664 0
[pid=23593/tid=23594] ppid=23592 vsize=868748 CPUtime=223.5
/proc/23593/task/23594/stat : 23594 (java) R 23592 23579 18192 0 -1 64 3774 0 1 0 22334 16 0 0 25 0 9 0 23833379 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23595] ppid=23592 vsize=868748 CPUtime=3.49
/proc/23593/task/23595/stat : 23595 (java) S 23592 23579 18192 0 -1 64 22393 0 0 0 334 15 0 0 16 0 9 0 23833380 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23596] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23596/stat : 23596 (java) S 23592 23579 18192 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23833380 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23597] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23597/stat : 23597 (java) S 23592 23579 18192 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23833380 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23598] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23598/stat : 23598 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23833382 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23599] ppid=23592 vsize=868748 CPUtime=0.2
/proc/23593/task/23599/stat : 23599 (java) S 23592 23579 18192 0 -1 64 1515 0 0 0 19 1 0 0 16 0 9 0 23833382 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23600] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23600/stat : 23600 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23833382 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23601] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23601/stat : 23601 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23833382 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 228.03
Current children cumulated vsize (KiB) 890972

[startup+236.702 s]
/proc/loadavg: 2.06 2.01 2.06 3/85 23601
/proc/meminfo: memFree=1502032/2055920 swapFree=4192812/4192956
[pid=23579] ppid=23577 vsize=16868 CPUtime=0.82
/proc/23579/stat : 23579 (sugar) S 23577 23579 18192 0 -1 4194304 1310 8743 0 1 6 1 69 6 15 0 1 0 23833290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23579/statm: 4217 1111 409 3 0 796 0
[pid=23592] ppid=23579 vsize=5356 CPUtime=0
/proc/23592/stat : 23592 (sh) S 23579 23579 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23833377 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23592/statm: 1339 233 193 169 0 50 0
[pid=23593] ppid=23592 vsize=868748 CPUtime=233.56
/proc/23593/stat : 23593 (java) S 23592 23579 18192 0 -1 0 28394 0 1 0 23322 34 0 0 18 0 9 0 23833378 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23593/statm: 217187 20764 2591 9 0 211664 0
[pid=23593/tid=23594] ppid=23592 vsize=868748 CPUtime=229.81
/proc/23593/task/23594/stat : 23594 (java) R 23592 23579 18192 0 -1 64 3783 0 1 0 22965 16 0 0 25 0 9 0 23833379 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23595] ppid=23592 vsize=868748 CPUtime=3.52
/proc/23593/task/23595/stat : 23595 (java) S 23592 23579 18192 0 -1 64 22393 0 0 0 337 15 0 0 16 0 9 0 23833380 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23596] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23596/stat : 23596 (java) S 23592 23579 18192 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23833380 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23597] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23597/stat : 23597 (java) S 23592 23579 18192 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23833380 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23598] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23598/stat : 23598 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23833382 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23599] ppid=23592 vsize=868748 CPUtime=0.2
/proc/23593/task/23599/stat : 23599 (java) S 23592 23579 18192 0 -1 64 1515 0 0 0 19 1 0 0 16 0 9 0 23833382 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23600] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23600/stat : 23600 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23833382 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23601] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23601/stat : 23601 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23833382 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 234.38
Current children cumulated vsize (KiB) 890972

[startup+239.902 s]
/proc/loadavg: 2.06 2.01 2.06 3/85 23601
/proc/meminfo: memFree=1502032/2055920 swapFree=4192812/4192956
[pid=23579] ppid=23577 vsize=16868 CPUtime=0.82
/proc/23579/stat : 23579 (sugar) S 23577 23579 18192 0 -1 4194304 1310 8743 0 1 6 1 69 6 15 0 1 0 23833290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23579/statm: 4217 1111 409 3 0 796 0
[pid=23592] ppid=23579 vsize=5356 CPUtime=0
/proc/23592/stat : 23592 (sh) S 23579 23579 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23833377 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23592/statm: 1339 233 193 169 0 50 0
[pid=23593] ppid=23592 vsize=868748 CPUtime=236.73
/proc/23593/stat : 23593 (java) S 23592 23579 18192 0 -1 0 28394 0 1 0 23639 34 0 0 18 0 9 0 23833378 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23593/statm: 217187 20764 2591 9 0 211664 0
[pid=23593/tid=23594] ppid=23592 vsize=868748 CPUtime=232.98
/proc/23593/task/23594/stat : 23594 (java) R 23592 23579 18192 0 -1 64 3783 0 1 0 23281 17 0 0 25 0 9 0 23833379 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23595] ppid=23592 vsize=868748 CPUtime=3.52
/proc/23593/task/23595/stat : 23595 (java) S 23592 23579 18192 0 -1 64 22393 0 0 0 337 15 0 0 16 0 9 0 23833380 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23596] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23596/stat : 23596 (java) S 23592 23579 18192 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23833380 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23597] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23597/stat : 23597 (java) S 23592 23579 18192 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23833380 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23598] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23598/stat : 23598 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23833382 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23599] ppid=23592 vsize=868748 CPUtime=0.2
/proc/23593/task/23599/stat : 23599 (java) S 23592 23579 18192 0 -1 64 1515 0 0 0 19 1 0 0 16 0 9 0 23833382 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23600] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23600/stat : 23600 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23833382 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23601] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23601/stat : 23601 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23833382 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 237.55
Current children cumulated vsize (KiB) 890972

[startup+241.503 s]
/proc/loadavg: 2.05 2.01 2.06 3/85 23601
/proc/meminfo: memFree=1502032/2055920 swapFree=4192812/4192956
[pid=23579] ppid=23577 vsize=16868 CPUtime=0.82
/proc/23579/stat : 23579 (sugar) S 23577 23579 18192 0 -1 4194304 1310 8743 0 1 6 1 69 6 15 0 1 0 23833290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23579/statm: 4217 1111 409 3 0 796 0
[pid=23592] ppid=23579 vsize=5356 CPUtime=0
/proc/23592/stat : 23592 (sh) S 23579 23579 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23833377 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23592/statm: 1339 233 193 169 0 50 0
[pid=23593] ppid=23592 vsize=868748 CPUtime=238.32
/proc/23593/stat : 23593 (java) S 23592 23579 18192 0 -1 0 28417 0 1 0 23796 36 0 0 18 0 9 0 23833378 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23593/statm: 217187 20764 2591 9 0 211664 0
[pid=23593/tid=23594] ppid=23592 vsize=868748 CPUtime=234.52
/proc/23593/task/23594/stat : 23594 (java) R 23592 23579 18192 0 -1 64 3806 0 1 0 23434 18 0 0 25 0 9 0 23833379 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4126546455 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23595] ppid=23592 vsize=868748 CPUtime=3.56
/proc/23593/task/23595/stat : 23595 (java) S 23592 23579 18192 0 -1 64 22393 0 0 0 341 15 0 0 16 0 9 0 23833380 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23596] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23596/stat : 23596 (java) S 23592 23579 18192 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23833380 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23597] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23597/stat : 23597 (java) S 23592 23579 18192 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23833380 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23598] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23598/stat : 23598 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23833382 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23599] ppid=23592 vsize=868748 CPUtime=0.2
/proc/23593/task/23599/stat : 23599 (java) S 23592 23579 18192 0 -1 64 1515 0 0 0 19 1 0 0 16 0 9 0 23833382 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23600] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23600/stat : 23600 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23833382 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23593/tid=23601] ppid=23592 vsize=868748 CPUtime=0
/proc/23593/task/23601/stat : 23601 (java) S 23592 23579 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23833382 889597952 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 239.14
Current children cumulated vsize (KiB) 890972

[startup+242.302 s]
/proc/loadavg: 2.05 2.01 2.06 3/85 23601
/proc/meminfo: memFree=1495824/2055920 swapFree=4192812/4192956
[pid=23579] ppid=23577 vsize=16868 CPUtime=239.59
/proc/23579/stat : 23579 (sugar) S 23577 23579 18192 0 -1 4194304 1376 37497 0 2 6 1 23905 47 16 0 1 0 23833290 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23579/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 239.59
Current children cumulated vsize (KiB) 16868

[startup+243.108 s]
/proc/loadavg: 2.05 2.01 2.06 3/77 23603
/proc/meminfo: memFree=1526864/2055920 swapFree=4192812/4192956
[pid=23579] ppid=23577 vsize=16868 CPUtime=239.59
/proc/23579/stat : 23579 (sugar) S 23577 23579 18192 0 -1 4194304 1376 37497 0 2 6 1 23905 47 15 0 1 0 23833290 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23579/statm: 4217 1113 409 3 0 796 0
[pid=23602] ppid=23579 vsize=5356 CPUtime=0
/proc/23602/stat : 23602 (sh) S 23579 23579 18192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23857490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23602/statm: 1339 232 193 169 0 50 0
[pid=23603] ppid=23602 vsize=43692 CPUtime=1.07
/proc/23603/stat : 23603 (minisat) R 23602 23579 18192 0 -1 4194304 10520 0 0 0 99 8 0 0 25 0 1 0 23857491 44740608 10506 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23603/statm: 10923 10506 76 150 0 10770 0
Current children cumulated CPU time (s) 240.66
Current children cumulated vsize (KiB) 65916

[startup+243.503 s]
/proc/loadavg: 2.05 2.01 2.06 3/77 23603
/proc/meminfo: memFree=1526864/2055920 swapFree=4192812/4192956
[pid=23579] ppid=23577 vsize=16868 CPUtime=241.06
/proc/23579/stat : 23579 (sugar) S 23577 23579 18192 0 -1 4194304 1430 48627 0 2 6 1 24042 57 16 0 1 0 23833290 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23579/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 241.06
Current children cumulated vsize (KiB) 16868

[startup+243.602 s]
/proc/loadavg: 2.05 2.01 2.06 3/77 23603
/proc/meminfo: memFree=1526864/2055920 swapFree=4192812/4192956
[pid=23579] ppid=23577 vsize=16868 CPUtime=241.06
/proc/23579/stat : 23579 (sugar) S 23577 23579 18192 0 -1 4194304 1448 48627 0 2 6 1 24042 57 16 0 1 0 23833290 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23579/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 241.06
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 243.682
CPU time (s): 241.237
CPU user time (s): 240.596
CPU system time (s): 0.640902
CPU usage (%): 98.9968
Max. virtual memory (cumulated for all children) (KiB): 896100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 240.596
system time used= 0.640902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53907
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= 12579
involuntary context switches= 17359

runsolver used 0.307953 second user time and 0.844871 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-12 05:01:08
IDJOB=2078969
IDBENCH=56829
IDSOLVER=739
FILE ID=node21/2078969-1247367668
PBS_JOBID= 9507035
Free space on /tmp= 66400 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdPuzzle/normalized-crossword-m1-ogd-puzzle10.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-2078969-1247367668/watcher-2078969-1247367668 -o /tmp/evaluation-result-2078969-1247367668/solver-2078969-1247367668 -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-2078969-1247367668.xml

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

MD5SUM BENCH= cc3038c2e62940125f2c6aa42d3a26e2
RANDOM SEED=793054464

node21.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.240
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.240
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:       1602696 kB
Buffers:         40656 kB
Cached:         288872 kB
SwapCached:          0 kB
Active:         175760 kB
Inactive:       201232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1602696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1992 kB
Writeback:           0 kB
Mapped:          58668 kB
Slab:            61568 kB
Committed_AS:   178364 kB
PageTables:       1852 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= 66400 MiB
End job on node21 at 2009-07-12 05:05:12