Trace number 2079134

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+minisatUNSAT 93.9377 95.1169

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg10-12_ext.xml
MD5SUMeb1569f94e68bd8b544b9e21020dd29b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.802877
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints22
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension22
Number of constraints which are defined in intension0
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:04:25 2009
0.00/0.08	c 0	PID 25677
0.00/0.08	c 0	HOST node6.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2079134-1247367865.xml TO HOME/temp.csp
0.00/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-2079134-1247367865.xml' 'HOME/temp.csp'
0.07/0.49	c 0	1 domains, 120 variables, 0 predicates, 2 relations, 22 constraints
0.07/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.51	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.07/0.58	c 1	Parsing HOME/temp.csp
0.47/0.67	c 1	parsed 145 expressions
0.47/0.68	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.47/0.68	c 1	Converting to clausal form CSP
0.47/0.70	c 1	converted 15 (10%) expressions
0.47/0.70	c 1	converted 29 (20%) expressions
0.47/0.70	c 1	converted 44 (30%) expressions
0.47/0.70	c 1	converted 58 (40%) expressions
0.47/0.70	c 1	converted 73 (50%) expressions
0.47/0.70	c 1	converted 87 (60%) expressions
0.47/0.71	c 1	converted 102 (70%) expressions
0.47/0.71	c 1	converted 116 (80%) expressions
0.47/1.03	c 1	converted 131 (90%) expressions
1.24/1.32	c 1	converted 145 (100%) expressions
1.24/1.33	c 1	CSP : 120 integers, 0 booleans, 22 clauses, largest domain size 26
1.24/1.33	c 1	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.33	c 1	Propagation in CSP
1.24/1.33	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.24/1.33	c 1	CSP : 120 integers, 0 booleans, 22 clauses, largest domain size 26
1.24/1.33	c 1	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.33	c 1	Simplifing CSP by introducing new Boolean variables
1.24/1.33	c 1	CSP : 120 integers, 0 booleans, 22 clauses, largest domain size 26
1.24/1.33	c 1	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.46	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.33/1.48	c 1	12 (10%) CSP integer variables are encoded (288 clauses, 3024 bytes)
1.33/1.48	c 1	24 (20%) CSP integer variables are encoded (576 clauses, 6192 bytes)
1.33/1.48	c 1	36 (30%) CSP integer variables are encoded (864 clauses, 9360 bytes)
1.33/1.48	c 1	48 (40%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
1.33/1.49	c 1	60 (50%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
1.33/1.49	c 1	72 (60%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
1.33/1.49	c 1	84 (70%) CSP integer variables are encoded (2016 clauses, 24145 bytes)
1.33/1.49	c 1	96 (80%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
1.33/1.49	c 1	108 (90%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
1.33/1.49	c 1	120 (100%) CSP integer variables are encoded (2880 clauses, 35377 bytes)
13.29/13.50	c 14	3 (10%) CSP clauses are encoded (93987 clauses, 5739630 bytes)
21.31/21.62	c 22	5 (20%) CSP clauses are encoded (154725 clauses, 9676660 bytes)
29.32/29.79	c 30	7 (30%) CSP clauses are encoded (215463 clauses, 13726922 bytes)
37.11/37.67	c 38	9 (40%) CSP clauses are encoded (276201 clauses, 17777184 bytes)
45.12/45.79	c 46	11 (50%) CSP clauses are encoded (336939 clauses, 21827446 bytes)
51.06/51.74	c 52	14 (60%) CSP clauses are encoded (392316 clauses, 25428589 bytes)
52.93/53.66	c 54	16 (70%) CSP clauses are encoded (417324 clauses, 27197619 bytes)
55.00/55.80	c 56	18 (80%) CSP clauses are encoded (442332 clauses, 29240807 bytes)
56.88/57.68	c 58	20 (90%) CSP clauses are encoded (467340 clauses, 31283995 bytes)
58.76/59.59	c 60	22 (100%) CSP clauses are encoded (492348 clauses, 33327183 bytes)
58.76/59.59	c 60	22 CSP clauses encoded
58.76/59.59	c 60	Writing map file : HOME/temp.map
58.86/59.60	c 60	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
58.86/59.60	c 60	SAT : 3000 SAT variables, 492348 SAT clauses, 33327183 bytes
58.86/59.60	c 60	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
58.86/59.65	c 60	SOLVING HOME/temp.cnf
58.86/59.65	c 60	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
58.86/59.66	c 60	This is MiniSat 2.0 beta
58.86/59.66	c 60	WARNING: for repeatability, setting FPU to use double precision
58.86/59.66	c 60	============================[ Problem Statistics ]=============================
58.86/59.66	c 60	|                                                                             |
58.86/59.66	c 60	|  Number of variables:  3000                                                 |
58.86/59.66	c 60	|  Number of clauses:    492348                                               |
58.89/60.44	c 60	|  Parsing time:         0.66         s                                       |
59.71/60.51	c 61	============================[ Search Statistics ]==============================
59.71/60.51	c 61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
59.71/60.51	c 61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
59.71/60.51	c 61	===============================================================================
59.71/60.51	c 61	|         0 |    2970   489578  6416373 |   163192        0    nan |  0.000 % |
59.71/60.55	c 61	|       100 |    2965   489578  6416373 |   179511       95      6 |  1.167 % |
59.71/60.57	c 61	|       250 |    2965   489578  6416373 |   197463      245      7 |  1.167 % |
59.71/60.58	c 61	|       475 |    2965   489578  6416373 |   217209      470      7 |  1.167 % |
59.80/60.60	c 61	|       814 |    2965   489578  6416373 |   238930      809      8 |  1.167 % |
59.80/60.66	c 61	|      1320 |    2965   489578  6416373 |   262823     1315      8 |  1.167 % |
59.90/60.71	c 61	|      2079 |    2965   489578  6416373 |   289105     2074      8 |  1.167 % |
59.90/60.79	c 61	|      3218 |    2965   489578  6416373 |   318016     3213      8 |  1.167 % |
60.10/60.92	c 61	|      4926 |    2965   489578  6416373 |   349817     4921      9 |  1.167 % |
60.30/61.17	c 61	|      7488 |    2964   489578  6416373 |   384799     7482      9 |  1.200 % |
60.70/61.51	c 62	|     11333 |    2964   489578  6416373 |   423279    11327      9 |  1.200 % |
61.28/62.18	c 62	|     17101 |    2963   489578  6416373 |   465607    17094      9 |  1.234 % |
62.28/63.10	c 63	|     25751 |    2962   489578  6416373 |   512168    25743      9 |  1.267 % |
72.07/73.08	c 73	|     38725 |    2961   489578  6416373 |   563385    38715     10 |  1.367 % |
93.74/94.91	c 95	===============================================================================
93.74/94.91	c 95	restarts              : 14
93.74/94.91	c 95	conflicts             : 54553          (1571 /sec)
93.74/94.91	c 95	decisions             : 73386          (1.82 % random) (2113 /sec)
93.74/94.91	c 95	propagations          : 2816472        (81083 /sec)
93.74/94.91	c 95	conflict literals     : 573072         (24.93 % deleted)
93.74/94.91	c 95	Memory used           : 52.15 MB
93.74/94.91	c 95	CPU time              : 34.7357 s
93.74/94.91	c 95	
93.74/94.91	c 95	UNSATISFIABLE
93.74/94.92	c 95	DECODING HOME/temp.out WITH HOME/temp.map
93.74/94.92	c 95	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'
93.77/95.00	c 95	Decoding HOME/temp.out
93.77/95.04	s UNSATISFIABLE
93.77/95.05	c 95	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
93.77/95.10	c 95	CPU 93.9 (0.06 0.01 93.17 0.66)
93.77/95.10	c 95	END Sun Jul 12 05:06:00 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079134-1247367865/watcher-2079134-1247367865 -o /tmp/evaluation-result-2079134-1247367865/solver-2079134-1247367865 -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-2079134-1247367865.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.53 2.49 2.44 4/82 25677
/proc/meminfo: memFree=1270800/2055924 swapFree=4192812/4192956
[pid=25677] ppid=25675 vsize=18576 CPUtime=0
/proc/25677/stat : 25677 (runsolver) R 25675 25677 21966 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23853911 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25677/statm: 4644 284 249 26 0 2626 0

[startup+0.10652 s]
/proc/loadavg: 2.53 2.49 2.44 4/82 25677
/proc/meminfo: memFree=1270800/2055924 swapFree=4192812/4192956
[pid=25677] ppid=25675 vsize=16868 CPUtime=0.07
/proc/25677/stat : 25677 (sugar) S 25675 25677 21966 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23853911 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25677/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201528 s]
/proc/loadavg: 2.53 2.49 2.44 4/82 25677
/proc/meminfo: memFree=1270800/2055924 swapFree=4192812/4192956
[pid=25677] ppid=25675 vsize=16868 CPUtime=0.07
/proc/25677/stat : 25677 (sugar) S 25675 25677 21966 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23853911 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25677/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301548 s]
/proc/loadavg: 2.53 2.49 2.44 4/82 25677
/proc/meminfo: memFree=1270800/2055924 swapFree=4192812/4192956
[pid=25677] ppid=25675 vsize=16868 CPUtime=0.07
/proc/25677/stat : 25677 (sugar) S 25675 25677 21966 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23853911 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25677/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701626 s]
/proc/loadavg: 2.53 2.49 2.44 4/82 25677
/proc/meminfo: memFree=1270800/2055924 swapFree=4192812/4192956
[pid=25677] ppid=25675 vsize=16868 CPUtime=0.47
/proc/25677/stat : 25677 (sugar) S 25675 25677 21966 0 -1 4194304 1309 4615 0 1 6 1 37 3 16 0 1 0 23853911 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25677/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 16868

[startup+1.50279 s]
/proc/loadavg: 2.49 2.48 2.44 4/93 25699
/proc/meminfo: memFree=1246328/2055924 swapFree=4192812/4192956
[pid=25677] ppid=25675 vsize=16868 CPUtime=0.47
/proc/25677/stat : 25677 (sugar) S 25675 25677 21966 0 -1 4194304 1310 4615 0 1 6 1 37 3 15 0 1 0 23853911 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25677/statm: 4217 1111 409 3 0 796 0
[pid=25690] ppid=25677 vsize=5356 CPUtime=0
/proc/25690/stat : 25690 (sh) S 25677 25677 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23853962 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25690/statm: 1339 233 193 169 0 50 0
[pid=25691] ppid=25690 vsize=864444 CPUtime=0.96
/proc/25691/stat : 25691 (java) S 25690 25677 21966 0 -1 0 10995 0 1 0 91 5 0 0 18 0 9 0 23853962 885190656 10244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25691/statm: 216111 10244 2590 9 0 210588 0
[pid=25691/tid=25692] ppid=25690 vsize=864444 CPUtime=0.37
/proc/25691/task/25692/stat : 25692 (java) R 25690 25677 21966 0 -1 64 2843 0 1 0 36 1 0 0 22 0 9 0 23853963 885190656 10244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25693] ppid=25690 vsize=864444 CPUtime=0.51
/proc/25691/task/25693/stat : 25693 (java) S 25690 25677 21966 0 -1 64 7133 0 0 0 48 3 0 0 18 0 9 0 23853964 885190656 10244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25694] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25694/stat : 25694 (java) S 25690 25677 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23853964 885190656 10244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25695] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25695/stat : 25695 (java) S 25690 25677 21966 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23853964 885190656 10244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25696] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25696/stat : 25696 (java) S 25690 25677 21966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23853966 885190656 10244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25697] ppid=25690 vsize=864444 CPUtime=0.06
/proc/25691/task/25697/stat : 25697 (java) R 25690 25677 21966 0 -1 64 320 0 0 0 6 0 0 0 16 0 9 0 23853966 885190656 10244 996147200 134512640 134550932 4294955936 18446744073709551615 101805811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25698] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25698/stat : 25698 (java) S 25690 25677 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23853966 885190656 10244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25699] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25699/stat : 25699 (java) S 25690 25677 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23853966 885190656 10244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886668

[startup+3.10109 s]
/proc/loadavg: 2.49 2.48 2.44 3/93 25699
/proc/meminfo: memFree=1235256/2055924 swapFree=4192812/4192956
[pid=25677] ppid=25675 vsize=16868 CPUtime=0.47
/proc/25677/stat : 25677 (sugar) S 25675 25677 21966 0 -1 4194304 1310 4615 0 1 6 1 37 3 15 0 1 0 23853911 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25677/statm: 4217 1111 409 3 0 796 0
[pid=25690] ppid=25677 vsize=5356 CPUtime=0
/proc/25690/stat : 25690 (sh) S 25677 25677 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23853962 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25690/statm: 1339 233 193 169 0 50 0
[pid=25691] ppid=25690 vsize=864444 CPUtime=2.54
/proc/25691/stat : 25691 (java) S 25690 25677 21966 0 -1 0 11431 0 1 0 248 6 0 0 18 0 9 0 23853962 885190656 10658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25691/statm: 216111 10658 2590 9 0 210588 0
[pid=25691/tid=25692] ppid=25690 vsize=864444 CPUtime=1.89
/proc/25691/task/25692/stat : 25692 (java) R 25690 25677 21966 0 -1 64 3012 0 1 0 188 1 0 0 25 0 9 0 23853963 885190656 10658 996147200 134512640 134550932 4294955936 18446744073709551615 4126554639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25693] ppid=25690 vsize=864444 CPUtime=0.54
/proc/25691/task/25693/stat : 25693 (java) S 25690 25677 21966 0 -1 64 7386 0 0 0 51 3 0 0 16 0 9 0 23853964 885190656 10658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25694] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25694/stat : 25694 (java) S 25690 25677 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23853964 885190656 10658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25695] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25695/stat : 25695 (java) S 25690 25677 21966 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23853964 885190656 10658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25696] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25696/stat : 25696 (java) S 25690 25677 21966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23853966 885190656 10658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25697] ppid=25690 vsize=864444 CPUtime=0.08
/proc/25691/task/25697/stat : 25697 (java) S 25690 25677 21966 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 23853966 885190656 10658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25698] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25698/stat : 25698 (java) S 25690 25677 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23853966 885190656 10658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25699] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25699/stat : 25699 (java) S 25690 25677 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23853966 885190656 10658 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) 886668

[startup+6.30272 s]
/proc/loadavg: 2.49 2.48 2.44 3/93 25699
/proc/meminfo: memFree=1229560/2055924 swapFree=4192812/4192956
[pid=25677] ppid=25675 vsize=16868 CPUtime=0.47
/proc/25677/stat : 25677 (sugar) S 25675 25677 21966 0 -1 4194304 1310 4615 0 1 6 1 37 3 15 0 1 0 23853911 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25677/statm: 4217 1111 409 3 0 796 0
[pid=25690] ppid=25677 vsize=5356 CPUtime=0
/proc/25690/stat : 25690 (sh) S 25677 25677 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23853962 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25690/statm: 1339 233 193 169 0 50 0
[pid=25691] ppid=25690 vsize=864444 CPUtime=5.71
/proc/25691/stat : 25691 (java) S 25690 25677 21966 0 -1 0 12501 0 1 0 563 8 0 0 18 0 9 0 23853962 885190656 11661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25691/statm: 216111 11661 2590 9 0 210588 0
[pid=25691/tid=25692] ppid=25690 vsize=864444 CPUtime=4.97
/proc/25691/task/25692/stat : 25692 (java) R 25690 25677 21966 0 -1 64 3079 0 1 0 495 2 0 0 25 0 9 0 23853963 885190656 11661 996147200 134512640 134550932 4294955936 18446744073709551615 4126570391 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25693] ppid=25690 vsize=864444 CPUtime=0.62
/proc/25691/task/25693/stat : 25693 (java) S 25690 25677 21966 0 -1 64 8386 0 0 0 58 4 0 0 16 0 9 0 23853964 885190656 11661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25694] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25694/stat : 25694 (java) S 25690 25677 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23853964 885190656 11661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25695] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25695/stat : 25695 (java) S 25690 25677 21966 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23853964 885190656 11661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25696] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25696/stat : 25696 (java) S 25690 25677 21966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23853966 885190656 11661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25697] ppid=25690 vsize=864444 CPUtime=0.08
/proc/25691/task/25697/stat : 25697 (java) S 25690 25677 21966 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 23853966 885190656 11661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25698] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25698/stat : 25698 (java) S 25690 25677 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23853966 885190656 11661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25699] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25699/stat : 25699 (java) S 25690 25677 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23853966 885190656 11661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886668

[startup+12.702 s]
/proc/loadavg: 2.49 2.48 2.44 4/93 25699
/proc/meminfo: memFree=1219576/2055924 swapFree=4192812/4192956
[pid=25677] ppid=25675 vsize=16868 CPUtime=0.47
/proc/25677/stat : 25677 (sugar) S 25675 25677 21966 0 -1 4194304 1310 4615 0 1 6 1 37 3 15 0 1 0 23853911 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25677/statm: 4217 1111 409 3 0 796 0
[pid=25690] ppid=25677 vsize=5356 CPUtime=0
/proc/25690/stat : 25690 (sh) S 25677 25677 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23853962 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25690/statm: 1339 233 193 169 0 50 0
[pid=25691] ppid=25690 vsize=864444 CPUtime=12.04
/proc/25691/stat : 25691 (java) S 25690 25677 21966 0 -1 0 14642 0 1 0 1193 11 0 0 18 0 9 0 23853962 885190656 13692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25691/statm: 216111 13692 2590 9 0 210588 0
[pid=25691/tid=25692] ppid=25690 vsize=864444 CPUtime=11.15
/proc/25691/task/25692/stat : 25692 (java) R 25690 25677 21966 0 -1 64 3189 0 1 0 1112 3 0 0 25 0 9 0 23853963 885190656 13692 996147200 134512640 134550932 4294955936 18446744073709551615 4126592493 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25693] ppid=25690 vsize=864444 CPUtime=0.76
/proc/25691/task/25693/stat : 25693 (java) S 25690 25677 21966 0 -1 64 10416 0 0 0 71 5 0 0 16 0 9 0 23853964 885190656 13692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25694] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25694/stat : 25694 (java) S 25690 25677 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23853964 885190656 13692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25695] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25695/stat : 25695 (java) S 25690 25677 21966 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23853964 885190656 13692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25696] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25696/stat : 25696 (java) S 25690 25677 21966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23853966 885190656 13692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25697] ppid=25690 vsize=864444 CPUtime=0.08
/proc/25691/task/25697/stat : 25697 (java) S 25690 25677 21966 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 23853966 885190656 13692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25698] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25698/stat : 25698 (java) S 25690 25677 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23853966 885190656 13692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25699] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25699/stat : 25699 (java) S 25690 25677 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23853966 885190656 13692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 886668

[startup+25.5025 s]
/proc/loadavg: 2.57 2.49 2.44 4/93 25699
/proc/meminfo: memFree=1211128/2055924 swapFree=4192812/4192956
[pid=25677] ppid=25675 vsize=16868 CPUtime=0.47
/proc/25677/stat : 25677 (sugar) S 25675 25677 21966 0 -1 4194304 1310 4615 0 1 6 1 37 3 16 0 1 0 23853911 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25677/statm: 4217 1111 409 3 0 796 0
[pid=25690] ppid=25677 vsize=5356 CPUtime=0
/proc/25690/stat : 25690 (sh) S 25677 25677 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23853962 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25690/statm: 1339 233 193 169 0 50 0
[pid=25691] ppid=25690 vsize=864444 CPUtime=24.7
/proc/25691/stat : 25691 (java) S 25690 25677 21966 0 -1 0 17686 0 1 0 2452 18 0 0 18 0 9 0 23853962 885190656 14058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25691/statm: 216111 14058 2590 9 0 210588 0
[pid=25691/tid=25692] ppid=25690 vsize=864444 CPUtime=23.37
/proc/25691/task/25692/stat : 25692 (java) R 25690 25677 21966 0 -1 64 3415 0 1 0 2329 8 0 0 25 0 9 0 23853963 885190656 14058 996147200 134512640 134550932 4294955936 18446744073709551615 4126533820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25693] ppid=25690 vsize=864444 CPUtime=1.2
/proc/25691/task/25693/stat : 25693 (java) S 25690 25677 21966 0 -1 64 13229 0 0 0 112 8 0 0 16 0 9 0 23853964 885190656 14058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25694] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25694/stat : 25694 (java) S 25690 25677 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23853964 885190656 14058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25695] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25695/stat : 25695 (java) S 25690 25677 21966 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23853964 885190656 14058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25696] ppid=25690 vsize=864444 CPUtime=0

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

/proc/loadavg: 2.52 2.49 2.45 4/93 25699
/proc/meminfo: memFree=1192440/2055924 swapFree=4192812/4192956
[pid=25677] ppid=25675 vsize=16868 CPUtime=0.47
/proc/25677/stat : 25677 (sugar) S 25675 25677 21966 0 -1 4194304 1310 4615 0 1 6 1 37 3 16 0 1 0 23853911 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25677/statm: 4217 1111 409 3 0 796 0
[pid=25690] ppid=25677 vsize=5356 CPUtime=0
/proc/25690/stat : 25690 (sh) S 25677 25677 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23853962 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25690/statm: 1339 233 193 169 0 50 0
[pid=25691] ppid=25690 vsize=864444 CPUtime=49.99
/proc/25691/stat : 25691 (java) S 25690 25677 21966 0 -1 0 24308 0 1 0 4965 34 0 0 18 0 9 0 23853962 885190656 15241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25691/statm: 216111 15241 2590 9 0 210588 0
[pid=25691/tid=25692] ppid=25690 vsize=864444 CPUtime=47.73
/proc/25691/task/25692/stat : 25692 (java) R 25690 25677 21966 0 -1 64 3874 0 1 0 4756 17 0 0 25 0 9 0 23853963 885190656 15241 996147200 134512640 134550932 4294955936 18446744073709551615 4126515753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25693] ppid=25690 vsize=864444 CPUtime=2.14
/proc/25691/task/25693/stat : 25693 (java) S 25690 25677 21966 0 -1 64 19392 0 0 0 199 15 0 0 16 0 9 0 23853964 885190656 15241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25694] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25694/stat : 25694 (java) S 25690 25677 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23853964 885190656 15241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25695] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25695/stat : 25695 (java) S 25690 25677 21966 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23853964 885190656 15241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25696] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25696/stat : 25696 (java) S 25690 25677 21966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23853966 885190656 15241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25697] ppid=25690 vsize=864444 CPUtime=0.09
/proc/25691/task/25697/stat : 25697 (java) S 25690 25677 21966 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 23853966 885190656 15241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25698] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25698/stat : 25698 (java) S 25690 25677 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23853966 885190656 15241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25699] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25699/stat : 25699 (java) S 25690 25677 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23853966 885190656 15241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 886668

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

[startup+51.2033 s]
/proc/loadavg: 2.52 2.49 2.45 4/93 25699
/proc/meminfo: memFree=1192440/2055924 swapFree=4192812/4192956
[pid=25677] ppid=25675 vsize=16868 CPUtime=0.47
/proc/25677/stat : 25677 (sugar) S 25675 25677 21966 0 -1 4194304 1310 4615 0 1 6 1 37 3 16 0 1 0 23853911 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25677/statm: 4217 1111 409 3 0 796 0
[pid=25690] ppid=25677 vsize=5356 CPUtime=0
/proc/25690/stat : 25690 (sh) S 25677 25677 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23853962 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25690/statm: 1339 233 193 169 0 50 0
[pid=25691] ppid=25690 vsize=864444 CPUtime=50.09
/proc/25691/stat : 25691 (java) S 25690 25677 21966 0 -1 0 24309 0 1 0 4975 34 0 0 18 0 9 0 23853962 885190656 15241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25691/statm: 216111 15241 2590 9 0 210588 0
[pid=25691/tid=25692] ppid=25690 vsize=864444 CPUtime=47.82
/proc/25691/task/25692/stat : 25692 (java) R 25690 25677 21966 0 -1 64 3875 0 1 0 4765 17 0 0 25 0 9 0 23853963 885190656 15241 996147200 134512640 134550932 4294955936 18446744073709551615 4126570426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25693] ppid=25690 vsize=864444 CPUtime=2.14
/proc/25691/task/25693/stat : 25693 (java) S 25690 25677 21966 0 -1 64 19392 0 0 0 199 15 0 0 16 0 9 0 23853964 885190656 15241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25694] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25694/stat : 25694 (java) S 25690 25677 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23853964 885190656 15241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25695] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25695/stat : 25695 (java) S 25690 25677 21966 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23853964 885190656 15241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25696] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25696/stat : 25696 (java) S 25690 25677 21966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23853966 885190656 15241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25697] ppid=25690 vsize=864444 CPUtime=0.09
/proc/25691/task/25697/stat : 25697 (java) S 25690 25677 21966 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 23853966 885190656 15241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25698] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25698/stat : 25698 (java) S 25690 25677 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23853966 885190656 15241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25691/tid=25699] ppid=25690 vsize=864444 CPUtime=0
/proc/25691/task/25699/stat : 25699 (java) S 25690 25677 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23853966 885190656 15241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 886668

[startup+76.8016 s]
/proc/loadavg: 2.56 2.50 2.45 3/85 25701
/proc/meminfo: memFree=1183672/2055924 swapFree=4192812/4192956
[pid=25677] ppid=25675 vsize=16868 CPUtime=58.89
/proc/25677/stat : 25677 (sugar) S 25675 25677 21966 0 -1 4194304 1376 31954 0 2 6 1 5833 49 16 0 1 0 23853911 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25677/statm: 4217 1113 409 3 0 796 0
[pid=25700] ppid=25677 vsize=5356 CPUtime=0
/proc/25700/stat : 25700 (sh) S 25677 25677 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23859877 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25700/statm: 1339 232 193 169 0 50 0
[pid=25701] ppid=25700 vsize=52072 CPUtime=16.94
/proc/25701/stat : 25701 (minisat) R 25700 25677 21966 0 -1 4194304 12683 0 0 0 1681 13 0 0 25 0 1 0 23859877 53321728 12669 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 13018 12669 75 150 0 12865 0
Current children cumulated CPU time (s) 75.83
Current children cumulated vsize (KiB) 74296

[startup+83.2029 s]
/proc/loadavg: 2.60 2.51 2.45 3/85 25701
/proc/meminfo: memFree=1183032/2055924 swapFree=4192812/4192956
[pid=25677] ppid=25675 vsize=16868 CPUtime=58.89
/proc/25677/stat : 25677 (sugar) S 25675 25677 21966 0 -1 4194304 1376 31954 0 2 6 1 5833 49 16 0 1 0 23853911 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25677/statm: 4217 1113 409 3 0 796 0
[pid=25700] ppid=25677 vsize=5356 CPUtime=0
/proc/25700/stat : 25700 (sh) S 25677 25677 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23859877 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25700/statm: 1339 232 193 169 0 50 0
[pid=25701] ppid=25700 vsize=52732 CPUtime=23.28
/proc/25701/stat : 25701 (minisat) R 25700 25677 21966 0 -1 4194304 12843 0 0 0 2315 13 0 0 25 0 1 0 23859877 53997568 12829 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 13183 12829 75 150 0 13030 0
Current children cumulated CPU time (s) 82.17
Current children cumulated vsize (KiB) 74956

[startup+89.6029 s]
/proc/loadavg: 2.55 2.50 2.45 3/85 25701
/proc/meminfo: memFree=1182584/2055924 swapFree=4192812/4192956
[pid=25677] ppid=25675 vsize=16868 CPUtime=58.89
/proc/25677/stat : 25677 (sugar) S 25675 25677 21966 0 -1 4194304 1376 31954 0 2 6 1 5833 49 16 0 1 0 23853911 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25677/statm: 4217 1113 409 3 0 796 0
[pid=25700] ppid=25677 vsize=5356 CPUtime=0
/proc/25700/stat : 25700 (sh) S 25677 25677 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23859877 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25700/statm: 1339 232 193 169 0 50 0
[pid=25701] ppid=25700 vsize=53132 CPUtime=29.61
/proc/25701/stat : 25701 (minisat) R 25700 25677 21966 0 -1 4194304 12949 0 0 0 2948 13 0 0 25 0 1 0 23859877 54407168 12935 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 13283 12935 75 150 0 13130 0
Current children cumulated CPU time (s) 88.5
Current children cumulated vsize (KiB) 75356

[startup+92.8027 s]
/proc/loadavg: 2.50 2.49 2.45 4/85 25701
/proc/meminfo: memFree=1182456/2055924 swapFree=4192812/4192956
[pid=25677] ppid=25675 vsize=16868 CPUtime=58.89
/proc/25677/stat : 25677 (sugar) S 25675 25677 21966 0 -1 4194304 1376 31954 0 2 6 1 5833 49 16 0 1 0 23853911 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25677/statm: 4217 1113 409 3 0 796 0
[pid=25700] ppid=25677 vsize=5356 CPUtime=0
/proc/25700/stat : 25700 (sh) S 25677 25677 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23859877 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25700/statm: 1339 232 193 169 0 50 0
[pid=25701] ppid=25700 vsize=53264 CPUtime=32.78
/proc/25701/stat : 25701 (minisat) R 25700 25677 21966 0 -1 4194304 12995 0 0 0 3265 13 0 0 25 0 1 0 23859877 54542336 12981 996147200 134512640 135127466 4294956256 18446744073709551615 134530793 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 13316 12981 75 150 0 13163 0
Current children cumulated CPU time (s) 91.67
Current children cumulated vsize (KiB) 75488

[startup+94.402 s]
/proc/loadavg: 2.50 2.49 2.45 3/85 25701
/proc/meminfo: memFree=1182392/2055924 swapFree=4192812/4192956
[pid=25677] ppid=25675 vsize=16868 CPUtime=58.89
/proc/25677/stat : 25677 (sugar) S 25675 25677 21966 0 -1 4194304 1376 31954 0 2 6 1 5833 49 16 0 1 0 23853911 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25677/statm: 4217 1113 409 3 0 796 0
[pid=25700] ppid=25677 vsize=5356 CPUtime=0
/proc/25700/stat : 25700 (sh) S 25677 25677 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23859877 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25700/statm: 1339 232 193 169 0 50 0
[pid=25701] ppid=25700 vsize=53396 CPUtime=34.35
/proc/25701/stat : 25701 (minisat) R 25700 25677 21966 0 -1 4194304 13016 0 0 0 3422 13 0 0 25 0 1 0 23859877 54677504 13002 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 13349 13002 75 150 0 13196 0
Current children cumulated CPU time (s) 93.24
Current children cumulated vsize (KiB) 75620

[startup+94.8011 s]
/proc/loadavg: 2.50 2.49 2.45 3/85 25701
/proc/meminfo: memFree=1182328/2055924 swapFree=4192812/4192956
[pid=25677] ppid=25675 vsize=16868 CPUtime=58.89
/proc/25677/stat : 25677 (sugar) S 25675 25677 21966 0 -1 4194304 1376 31954 0 2 6 1 5833 49 16 0 1 0 23853911 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25677/statm: 4217 1113 409 3 0 796 0
[pid=25700] ppid=25677 vsize=5356 CPUtime=0
/proc/25700/stat : 25700 (sh) S 25677 25677 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23859877 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25700/statm: 1339 232 193 169 0 50 0
[pid=25701] ppid=25700 vsize=53396 CPUtime=34.75
/proc/25701/stat : 25701 (minisat) R 25700 25677 21966 0 -1 4194304 13021 0 0 0 3462 13 0 0 25 0 1 0 23859877 54677504 13007 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25701/statm: 13349 13007 75 150 0 13196 0
Current children cumulated CPU time (s) 93.64
Current children cumulated vsize (KiB) 75620

[startup+95.0011 s]
/proc/loadavg: 2.50 2.49 2.45 3/85 25701
/proc/meminfo: memFree=1182328/2055924 swapFree=4192812/4192956
[pid=25677] ppid=25675 vsize=16868 CPUtime=93.77
/proc/25677/stat : 25677 (sugar) S 25675 25677 21966 0 -1 4194304 1430 45269 0 2 6 1 9307 63 17 0 1 0 23853911 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25677/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 93.77
Current children cumulated vsize (KiB) 16868

[startup+95.1069 s]
/proc/loadavg: 2.50 2.49 2.45 3/85 25701
/proc/meminfo: memFree=1182328/2055924 swapFree=4192812/4192956
[pid=25677] ppid=25675 vsize=16868 CPUtime=93.91
/proc/25677/stat : 25677 (sugar) R 25675 25677 21966 0 -1 4194304 1477 49022 0 3 6 2 9317 66 16 0 1 0 23853911 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 268583015465 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25677/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 93.91
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 95.1169
CPU time (s): 93.9377
CPU user time (s): 93.2418
CPU system time (s): 0.695894
CPU usage (%): 98.7603
Max. virtual memory (cumulated for all children) (KiB): 892048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 93.2418
system time used= 0.695894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50559
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= 12769
involuntary context switches= 14429

runsolver used 0.150977 second user time and 0.411937 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-12 05:04:25
IDJOB=2079134
IDBENCH=56853
IDSOLVER=739
FILE ID=node6/2079134-1247367865
PBS_JOBID= 9507036
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg10-12_ext.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-2079134-1247367865/watcher-2079134-1247367865 -o /tmp/evaluation-result-2079134-1247367865/solver-2079134-1247367865 -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-2079134-1247367865.xml

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

MD5SUM BENCH= eb1569f94e68bd8b544b9e21020dd29b
RANDOM SEED=26590459

node6.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.263
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.263
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:      2055924 kB
MemFree:       1271280 kB
Buffers:         43916 kB
Cached:         203060 kB
SwapCached:          0 kB
Active:         599160 kB
Inactive:       109652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1271280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:         482324 kB
Slab:            60192 kB
Committed_AS:   638080 kB
PageTables:       2804 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= 66392 MiB
End job on node6 at 2009-07-12 05:06:00