Trace number 2079243

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+picosatUNSAT 84.7141 85.6684

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg10-14_ext.xml
MD5SUM361a7f1d050f963b08f30697f20309ec
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.05599
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints24
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
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/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:06:19 2009
0.00/0.08	c 0	PID 26074
0.00/0.08	c 0	HOST node6.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2079243-1247367978.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-2079243-1247367978.xml' 'HOME/temp.csp'
0.07/0.35	c 0	1 domains, 140 variables, 0 predicates, 2 relations, 24 constraints
0.07/0.37	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.37	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.32/0.45	c 0	Parsing HOME/temp.csp
0.32/0.54	c 0	parsed 167 expressions
0.32/0.55	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.32/0.55	c 0	Converting to clausal form CSP
0.32/0.57	c 0	converted 17 (10%) expressions
0.32/0.57	c 0	converted 34 (20%) expressions
0.32/0.57	c 0	converted 51 (30%) expressions
0.32/0.57	c 0	converted 67 (40%) expressions
0.32/0.57	c 0	converted 84 (50%) expressions
0.32/0.57	c 0	converted 101 (60%) expressions
0.32/0.57	c 0	converted 117 (70%) expressions
0.32/0.57	c 0	converted 134 (80%) expressions
0.32/0.89	c 0	converted 151 (90%) expressions
1.04/1.16	c 1	converted 167 (100%) expressions
1.04/1.16	c 1	CSP : 140 integers, 0 booleans, 24 clauses, largest domain size 26
1.04/1.16	c 1	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.16	c 1	Propagation in CSP
1.04/1.16	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.16	c 1	CSP : 140 integers, 0 booleans, 24 clauses, largest domain size 26
1.04/1.16	c 1	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.16	c 1	Simplifing CSP by introducing new Boolean variables
1.04/1.17	c 1	CSP : 140 integers, 0 booleans, 24 clauses, largest domain size 26
1.04/1.17	c 1	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.29	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.22/1.31	c 1	14 (10%) CSP integer variables are encoded (336 clauses, 3552 bytes)
1.22/1.31	c 1	28 (20%) CSP integer variables are encoded (672 clauses, 7248 bytes)
1.22/1.32	c 1	42 (30%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
1.22/1.32	c 1	56 (40%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
1.22/1.32	c 1	70 (50%) CSP integer variables are encoded (1680 clauses, 19777 bytes)
1.22/1.32	c 1	84 (60%) CSP integer variables are encoded (2016 clauses, 24145 bytes)
1.22/1.32	c 1	98 (70%) CSP integer variables are encoded (2352 clauses, 28513 bytes)
1.22/1.32	c 1	112 (80%) CSP integer variables are encoded (2688 clauses, 32881 bytes)
1.22/1.32	c 1	126 (90%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
1.22/1.32	c 1	140 (100%) CSP integer variables are encoded (3360 clauses, 41617 bytes)
13.11/13.40	c 13	3 (10%) CSP clauses are encoded (94467 clauses, 5912076 bytes)
21.12/21.42	c 21	5 (20%) CSP clauses are encoded (155205 clauses, 9904200 bytes)
32.99/33.44	c 33	8 (30%) CSP clauses are encoded (246312 clauses, 15979593 bytes)
40.81/41.37	c 41	10 (40%) CSP clauses are encoded (307050 clauses, 20029855 bytes)
48.82/49.47	c 49	12 (50%) CSP clauses are encoded (367788 clauses, 24080346 bytes)
56.94/57.63	c 57	15 (60%) CSP clauses are encoded (431762 clauses, 28457305 bytes)
57.23/57.94	c 57	17 (70%) CSP clauses are encoded (438234 clauses, 28936007 bytes)
57.83/58.60	c 58	20 (80%) CSP clauses are encoded (447942 clauses, 29806784 bytes)
58.23/58.91	c 58	22 (90%) CSP clauses are encoded (454414 clauses, 30387302 bytes)
58.52/59.22	c 59	24 (100%) CSP clauses are encoded (460886 clauses, 30967820 bytes)
58.52/59.22	c 59	24 CSP clauses encoded
58.52/59.22	c 59	Writing map file : HOME/temp.map
58.52/59.23	c 59	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
58.52/59.23	c 59	SAT : 3500 SAT variables, 460886 SAT clauses, 30967820 bytes
58.52/59.23	c 59	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
58.52/59.26	c 59	SOLVING HOME/temp.cnf
58.52/59.26	c 59	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
84.45/85.47	c 85	DECODING HOME/temp.out WITH HOME/temp.map
84.45/85.47	c 85	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'
84.54/85.55	c 85	Decoding HOME/temp.out
84.54/85.58	s UNSATISFIABLE
84.54/85.59	c 85	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
84.54/85.66	c 85	CPU 84.68 (0.06 0.02 76.16 8.44)
84.54/85.66	c 85	END Sun Jul 12 05:07:44 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-2079243-1247367978/watcher-2079243-1247367978 -o /tmp/evaluation-result-2079243-1247367978/solver-2079243-1247367978 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2079243-1247367978.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.29 2.44 2.43 4/82 26074
/proc/meminfo: memFree=1269200/2055924 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=12268 CPUtime=0
/proc/26074/stat : 26074 (sugar) R 26072 26074 21966 0 -1 4194304 327 0 0 0 0 0 0 0 20 0 1 0 23865267 12562432 295 996147200 4194304 4206940 548682068608 18446744073709551615 268600463080 0 0 4224 0 0 0 0 17 1 0 0
/proc/26074/statm: 3067 295 221 3 0 167 0

[startup+0.141387 s]
/proc/loadavg: 2.29 2.44 2.43 4/82 26074
/proc/meminfo: memFree=1269200/2055924 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=0.07
/proc/26074/stat : 26074 (sugar) S 26072 26074 21966 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 23865267 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.202404 s]
/proc/loadavg: 2.29 2.44 2.43 4/82 26074
/proc/meminfo: memFree=1269200/2055924 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=0.07
/proc/26074/stat : 26074 (sugar) S 26072 26074 21966 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 23865267 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302422 s]
/proc/loadavg: 2.29 2.44 2.43 4/82 26074
/proc/meminfo: memFree=1269200/2055924 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=0.07
/proc/26074/stat : 26074 (sugar) S 26072 26074 21966 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 23865267 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702498 s]
/proc/loadavg: 2.29 2.44 2.43 4/82 26074
/proc/meminfo: memFree=1269200/2055924 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=0.32
/proc/26074/stat : 26074 (sugar) S 26072 26074 21966 0 -1 4194304 1309 4513 0 1 5 2 22 3 15 0 1 0 23865267 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16868

[startup+1.50166 s]
/proc/loadavg: 2.29 2.44 2.43 3/93 26096
/proc/meminfo: memFree=1240376/2055924 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=0.32
/proc/26074/stat : 26074 (sugar) S 26072 26074 21966 0 -1 4194304 1310 4513 0 1 5 2 22 3 15 0 1 0 23865267 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1111 409 3 0 796 0
[pid=26087] ppid=26074 vsize=5356 CPUtime=0
/proc/26087/stat : 26087 (sh) S 26074 26074 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23865304 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26087/statm: 1339 233 193 169 0 50 0
[pid=26088] ppid=26087 vsize=864440 CPUtime=1.1
/proc/26088/stat : 26088 (java) S 26087 26074 21966 0 -1 0 10754 0 1 0 104 6 0 0 18 0 9 0 23865304 885186560 9995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26088/statm: 216110 9995 2590 9 0 210587 0
[pid=26088/tid=26089] ppid=26087 vsize=864440 CPUtime=0.49
/proc/26088/task/26089/stat : 26089 (java) R 26087 26074 21966 0 -1 64 2951 0 1 0 47 2 0 0 23 0 9 0 23865305 885186560 9995 996147200 134512640 134550932 4294955936 18446744073709551615 4126607463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26090] ppid=26087 vsize=864440 CPUtime=0.49
/proc/26088/task/26090/stat : 26090 (java) S 26087 26074 21966 0 -1 64 6770 0 0 0 47 2 0 0 16 0 9 0 23865306 885186560 9995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26091] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26091/stat : 26091 (java) S 26087 26074 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23865307 885186560 9995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26092] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26092/stat : 26092 (java) S 26087 26074 21966 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23865307 885186560 9995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26093] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26093/stat : 26093 (java) S 26087 26074 21966 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23865309 885186560 9995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26094] ppid=26087 vsize=864440 CPUtime=0.08
/proc/26088/task/26094/stat : 26094 (java) S 26087 26074 21966 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 23865309 885186560 9995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26095] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26095/stat : 26095 (java) S 26087 26074 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23865309 885186560 9995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26096] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26096/stat : 26096 (java) S 26087 26074 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23865309 885186560 9995 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) 886664

[startup+3.10297 s]
/proc/loadavg: 2.27 2.43 2.43 3/93 26096
/proc/meminfo: memFree=1235448/2055924 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=0.32
/proc/26074/stat : 26074 (sugar) S 26072 26074 21966 0 -1 4194304 1310 4513 0 1 5 2 22 3 15 0 1 0 23865267 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1111 409 3 0 796 0
[pid=26087] ppid=26074 vsize=5356 CPUtime=0
/proc/26087/stat : 26087 (sh) S 26074 26074 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23865304 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26087/statm: 1339 233 193 169 0 50 0
[pid=26088] ppid=26087 vsize=864440 CPUtime=2.7
/proc/26088/stat : 26088 (java) S 26087 26074 21966 0 -1 0 11133 0 1 0 263 7 0 0 18 0 9 0 23865304 885186560 10356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26088/statm: 216110 10356 2590 9 0 210587 0
[pid=26088/tid=26089] ppid=26087 vsize=864440 CPUtime=2.05
/proc/26088/task/26089/stat : 26089 (java) R 26087 26074 21966 0 -1 64 2969 0 1 0 203 2 0 0 25 0 9 0 23865305 885186560 10356 996147200 134512640 134550932 4294955936 18446744073709551615 4126577490 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26090] ppid=26087 vsize=864440 CPUtime=0.53
/proc/26088/task/26090/stat : 26090 (java) S 26087 26074 21966 0 -1 64 7131 0 0 0 50 3 0 0 16 0 9 0 23865306 885186560 10356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26091] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26091/stat : 26091 (java) S 26087 26074 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23865307 885186560 10356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26092] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26092/stat : 26092 (java) S 26087 26074 21966 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23865307 885186560 10356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26093] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26093/stat : 26093 (java) S 26087 26074 21966 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23865309 885186560 10356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26094] ppid=26087 vsize=864440 CPUtime=0.09
/proc/26088/task/26094/stat : 26094 (java) S 26087 26074 21966 0 -1 64 333 0 0 0 9 0 0 0 16 0 9 0 23865309 885186560 10356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26095] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26095/stat : 26095 (java) S 26087 26074 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23865309 885186560 10356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26096] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26096/stat : 26096 (java) S 26087 26074 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23865309 885186560 10356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886664

[startup+6.30198 s]
/proc/loadavg: 2.27 2.43 2.43 3/93 26096
/proc/meminfo: memFree=1228792/2055924 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=0.32
/proc/26074/stat : 26074 (sugar) S 26072 26074 21966 0 -1 4194304 1310 4513 0 1 5 2 22 3 15 0 1 0 23865267 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1111 409 3 0 796 0
[pid=26087] ppid=26074 vsize=5356 CPUtime=0
/proc/26087/stat : 26087 (sh) S 26074 26074 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23865304 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26087/statm: 1339 233 193 169 0 50 0
[pid=26088] ppid=26087 vsize=864440 CPUtime=5.86
/proc/26088/stat : 26088 (java) S 26087 26074 21966 0 -1 0 12305 0 1 0 576 10 0 0 18 0 9 0 23865304 885186560 11451 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26088/statm: 216110 11451 2590 9 0 210587 0
[pid=26088/tid=26089] ppid=26087 vsize=864440 CPUtime=5.13
/proc/26088/task/26089/stat : 26089 (java) R 26087 26074 21966 0 -1 64 3046 0 1 0 509 4 0 0 25 0 9 0 23865305 885186560 11451 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26090] ppid=26087 vsize=864440 CPUtime=0.61
/proc/26088/task/26090/stat : 26090 (java) S 26087 26074 21966 0 -1 64 8223 0 0 0 57 4 0 0 15 0 9 0 23865306 885186560 11451 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26091] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26091/stat : 26091 (java) S 26087 26074 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23865307 885186560 11451 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26092] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26092/stat : 26092 (java) S 26087 26074 21966 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23865307 885186560 11451 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26093] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26093/stat : 26093 (java) S 26087 26074 21966 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23865309 885186560 11451 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26094] ppid=26087 vsize=864440 CPUtime=0.09
/proc/26088/task/26094/stat : 26094 (java) S 26087 26074 21966 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 23865309 885186560 11451 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26095] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26095/stat : 26095 (java) S 26087 26074 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23865309 885186560 11451 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26096] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26096/stat : 26096 (java) S 26087 26074 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23865309 885186560 11451 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) 886664

[startup+12.7018 s]
/proc/loadavg: 2.46 2.47 2.44 4/93 26096
/proc/meminfo: memFree=1218808/2055924 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=0.32
/proc/26074/stat : 26074 (sugar) S 26072 26074 21966 0 -1 4194304 1310 4513 0 1 5 2 22 3 15 0 1 0 23865267 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1111 409 3 0 796 0
[pid=26087] ppid=26074 vsize=5356 CPUtime=0
/proc/26087/stat : 26087 (sh) S 26074 26074 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23865304 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26087/statm: 1339 233 193 169 0 50 0
[pid=26088] ppid=26087 vsize=864440 CPUtime=12.19
/proc/26088/stat : 26088 (java) S 26087 26074 21966 0 -1 0 14276 0 1 0 1206 13 0 0 18 0 9 0 23865304 885186560 13311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26088/statm: 216110 13311 2590 9 0 210587 0
[pid=26088/tid=26089] ppid=26087 vsize=864440 CPUtime=11.32
/proc/26088/task/26089/stat : 26089 (java) R 26087 26074 21966 0 -1 64 3157 0 1 0 1126 6 0 0 25 0 9 0 23865305 885186560 13311 996147200 134512640 134550932 4294955936 18446744073709551615 4126592483 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26090] ppid=26087 vsize=864440 CPUtime=0.75
/proc/26088/task/26090/stat : 26090 (java) S 26087 26074 21966 0 -1 64 10082 0 0 0 69 6 0 0 16 0 9 0 23865306 885186560 13311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26091] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26091/stat : 26091 (java) S 26087 26074 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23865307 885186560 13311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26092] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26092/stat : 26092 (java) S 26087 26074 21966 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23865307 885186560 13311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26093] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26093/stat : 26093 (java) S 26087 26074 21966 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23865309 885186560 13311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26094] ppid=26087 vsize=864440 CPUtime=0.09
/proc/26088/task/26094/stat : 26094 (java) S 26087 26074 21966 0 -1 64 337 0 0 0 9 0 0 0 16 0 9 0 23865309 885186560 13311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26095] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26095/stat : 26095 (java) S 26087 26074 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23865309 885186560 13311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26096] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26096/stat : 26096 (java) S 26087 26074 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23865309 885186560 13311 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) 886664

[startup+25.5027 s]
/proc/loadavg: 2.46 2.47 2.44 4/93 26096
/proc/meminfo: memFree=1206200/2055924 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=0.32
/proc/26074/stat : 26074 (sugar) S 26072 26074 21966 0 -1 4194304 1310 4513 0 1 5 2 22 3 16 0 1 0 23865267 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1111 409 3 0 796 0
[pid=26087] ppid=26074 vsize=5356 CPUtime=0
/proc/26087/stat : 26087 (sh) S 26074 26074 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23865304 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26087/statm: 1339 233 193 169 0 50 0
[pid=26088] ppid=26087 vsize=864440 CPUtime=24.85
/proc/26088/stat : 26088 (java) S 26087 26074 21966 0 -1 0 18374 0 1 0 2461 24 0 0 18 0 9 0 23865304 885186560 14670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26088/statm: 216110 14670 2590 9 0 210587 0
[pid=26088/tid=26089] ppid=26087 vsize=864440 CPUtime=23.5
/proc/26088/task/26089/stat : 26089 (java) R 26087 26074 21966 0 -1 64 3381 0 1 0 2338 12 0 0 25 0 9 0 23865305 885186560 14670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26090] ppid=26087 vsize=864440 CPUtime=1.22
/proc/26088/task/26090/stat : 26090 (java) S 26087 26074 21966 0 -1 64 13951 0 0 0 112 10 0 0 15 0 9 0 23865306 885186560 14670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26091] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26091/stat : 26091 (java) S 26087 26074 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23865307 885186560 14670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26092] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26092/stat : 26092 (java) S 26087 26074 21966 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23865307 885186560 14670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26093] ppid=26087 vsize=864440 CPUtime=0

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

/proc/26088/task/26094/stat : 26094 (java) S 26087 26074 21966 0 -1 64 342 0 0 0 10 0 0 0 17 0 9 0 23865309 885186560 14670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26095] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26095/stat : 26095 (java) S 26087 26074 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23865309 885186560 14670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26096] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26096/stat : 26096 (java) S 26087 26074 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23865309 885186560 14670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 886664

[startup+51.1024 s]
/proc/loadavg: 2.46 2.46 2.44 3/93 26096
/proc/meminfo: memFree=1190520/2055924 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=0.32
/proc/26074/stat : 26074 (sugar) S 26072 26074 21966 0 -1 4194304 1310 4513 0 1 5 2 22 3 16 0 1 0 23865267 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1111 409 3 0 796 0
[pid=26087] ppid=26074 vsize=5356 CPUtime=0
/proc/26087/stat : 26087 (sh) S 26074 26074 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23865304 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26087/statm: 1339 233 193 169 0 50 0
[pid=26088] ppid=26087 vsize=864440 CPUtime=50.18
/proc/26088/stat : 26088 (java) S 26087 26074 21966 0 -1 0 24496 0 1 0 4980 38 0 0 18 0 9 0 23865304 885186560 15338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26088/statm: 216110 15338 2590 9 0 210587 0
[pid=26088/tid=26089] ppid=26087 vsize=864440 CPUtime=48
/proc/26088/task/26089/stat : 26089 (java) R 26087 26074 21966 0 -1 64 3787 0 1 0 4779 21 0 0 25 0 9 0 23865305 885186560 15338 996147200 134512640 134550932 4294955936 18446744073709551615 4126592416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26090] ppid=26087 vsize=864440 CPUtime=2.05
/proc/26088/task/26090/stat : 26090 (java) S 26087 26074 21966 0 -1 64 19667 0 0 0 189 16 0 0 16 0 9 0 23865306 885186560 15338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26091] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26091/stat : 26091 (java) S 26087 26074 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23865307 885186560 15338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26092] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26092/stat : 26092 (java) S 26087 26074 21966 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23865307 885186560 15338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26093] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26093/stat : 26093 (java) S 26087 26074 21966 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23865309 885186560 15338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26094] ppid=26087 vsize=864440 CPUtime=0.1
/proc/26088/task/26094/stat : 26094 (java) S 26087 26074 21966 0 -1 64 342 0 0 0 10 0 0 0 17 0 9 0 23865309 885186560 15338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26095] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26095/stat : 26095 (java) S 26087 26074 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23865309 885186560 15338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26096] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26096/stat : 26096 (java) S 26087 26074 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23865309 885186560 15338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 886664

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

[startup+51.2024 s]
/proc/loadavg: 2.46 2.46 2.44 3/93 26096
/proc/meminfo: memFree=1190520/2055924 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=0.32
/proc/26074/stat : 26074 (sugar) S 26072 26074 21966 0 -1 4194304 1310 4513 0 1 5 2 22 3 16 0 1 0 23865267 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1111 409 3 0 796 0
[pid=26087] ppid=26074 vsize=5356 CPUtime=0
/proc/26087/stat : 26087 (sh) S 26074 26074 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23865304 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26087/statm: 1339 233 193 169 0 50 0
[pid=26088] ppid=26087 vsize=864440 CPUtime=50.28
/proc/26088/stat : 26088 (java) S 26087 26074 21966 0 -1 0 24497 0 1 0 4990 38 0 0 18 0 9 0 23865304 885186560 15338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26088/statm: 216110 15338 2590 9 0 210587 0
[pid=26088/tid=26089] ppid=26087 vsize=864440 CPUtime=48.1
/proc/26088/task/26089/stat : 26089 (java) R 26087 26074 21966 0 -1 64 3788 0 1 0 4789 21 0 0 25 0 9 0 23865305 885186560 15338 996147200 134512640 134550932 4294955936 18446744073709551615 103210635 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26090] ppid=26087 vsize=864440 CPUtime=2.06
/proc/26088/task/26090/stat : 26090 (java) S 26087 26074 21966 0 -1 64 19667 0 0 0 190 16 0 0 16 0 9 0 23865306 885186560 15338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26091] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26091/stat : 26091 (java) S 26087 26074 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23865307 885186560 15338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26092] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26092/stat : 26092 (java) S 26087 26074 21966 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23865307 885186560 15338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26093] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26093/stat : 26093 (java) S 26087 26074 21966 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23865309 885186560 15338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26094] ppid=26087 vsize=864440 CPUtime=0.1
/proc/26088/task/26094/stat : 26094 (java) S 26087 26074 21966 0 -1 64 342 0 0 0 10 0 0 0 17 0 9 0 23865309 885186560 15338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26095] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26095/stat : 26095 (java) S 26087 26074 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23865309 885186560 15338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26096] ppid=26087 vsize=864440 CPUtime=0
/proc/26088/task/26096/stat : 26096 (java) S 26087 26074 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23865309 885186560 15338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 886664

[startup+64.0019 s]
/proc/loadavg: 2.50 2.47 2.44 3/85 26098
/proc/meminfo: memFree=1224568/2055924 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=58.58
/proc/26074/stat : 26074 (sugar) S 26072 26074 21966 0 -1 4194304 1365 31978 0 2 5 2 5801 50 16 0 1 0 23865267 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23871193 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=11584 CPUtime=4.67
/proc/26098/stat : 26098 (picosat) R 26097 26074 21966 0 -1 4194304 2729 0 0 0 222 245 0 0 25 0 1 0 23871194 11862016 2715 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26098/statm: 2896 2715 40 102 0 2791 0
Current children cumulated CPU time (s) 63.25
Current children cumulated vsize (KiB) 33808

[startup+76.8024 s]
/proc/loadavg: 2.50 2.47 2.44 3/85 26098
/proc/meminfo: memFree=1201336/2055924 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=58.58
/proc/26074/stat : 26074 (sugar) S 26072 26074 21966 0 -1 4194304 1365 31978 0 2 5 2 5801 50 16 0 1 0 23865267 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23871193 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=34124 CPUtime=17.35
/proc/26098/stat : 26098 (picosat) R 26097 26074 21966 0 -1 4194304 8417 0 0 0 945 790 0 0 25 0 1 0 23871194 34942976 8403 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26098/statm: 8531 8403 42 102 0 8426 0
Current children cumulated CPU time (s) 75.93
Current children cumulated vsize (KiB) 56348

[startup+80.0011 s]
/proc/loadavg: 2.46 2.47 2.44 3/85 26098
/proc/meminfo: memFree=1201272/2055924 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=58.58
/proc/26074/stat : 26074 (sugar) S 26072 26074 21966 0 -1 4194304 1365 31978 0 2 5 2 5801 50 16 0 1 0 23865267 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23871193 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=34388 CPUtime=20.52
/proc/26098/stat : 26098 (picosat) R 26097 26074 21966 0 -1 4194304 8481 0 0 0 1262 790 0 0 25 0 1 0 23871194 35213312 8467 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/26098/statm: 8597 8467 42 102 0 8492 0
Current children cumulated CPU time (s) 79.1
Current children cumulated vsize (KiB) 56612

[startup+83.2017 s]
/proc/loadavg: 2.42 2.46 2.44 3/85 26098
/proc/meminfo: memFree=1200824/2055924 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=58.58
/proc/26074/stat : 26074 (sugar) S 26072 26074 21966 0 -1 4194304 1365 31978 0 2 5 2 5801 50 16 0 1 0 23865267 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23871193 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=34916 CPUtime=23.69
/proc/26098/stat : 26098 (picosat) R 26097 26074 21966 0 -1 4194304 8607 0 0 0 1579 790 0 0 25 0 1 0 23871194 35753984 8593 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26098/statm: 8729 8593 42 102 0 8624 0
Current children cumulated CPU time (s) 82.27
Current children cumulated vsize (KiB) 57140

[startup+84.807 s]
/proc/loadavg: 2.42 2.46 2.44 4/85 26098
/proc/meminfo: memFree=1200568/2055924 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=58.58
/proc/26074/stat : 26074 (sugar) S 26072 26074 21966 0 -1 4194304 1365 31978 0 2 5 2 5801 50 16 0 1 0 23865267 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23871193 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=35048 CPUtime=25.28
/proc/26098/stat : 26098 (picosat) R 26097 26074 21966 0 -1 4194304 8656 0 0 0 1738 790 0 0 25 0 1 0 23871194 35889152 8642 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 1 0 0
/proc/26098/statm: 8762 8642 42 102 0 8657 0
Current children cumulated CPU time (s) 83.86
Current children cumulated vsize (KiB) 57272

[startup+85.2011 s]
/proc/loadavg: 2.42 2.46 2.44 4/85 26098
/proc/meminfo: memFree=1200568/2055924 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=58.58
/proc/26074/stat : 26074 (sugar) S 26072 26074 21966 0 -1 4194304 1365 31978 0 2 5 2 5801 50 16 0 1 0 23865267 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23871193 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=35048 CPUtime=25.67
/proc/26098/stat : 26098 (picosat) R 26097 26074 21966 0 -1 4194304 8663 0 0 0 1777 790 0 0 25 0 1 0 23871194 35889152 8649 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26098/statm: 8762 8649 42 102 0 8657 0
Current children cumulated CPU time (s) 84.25
Current children cumulated vsize (KiB) 57272

[startup+85.6012 s]
/proc/loadavg: 2.42 2.46 2.44 4/85 26098
/proc/meminfo: memFree=1200568/2055924 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=84.54
/proc/26074/stat : 26074 (sugar) S 26072 26074 21966 0 -1 4194304 1448 40934 0 2 6 2 7605 841 16 0 1 0 23865267 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 84.54
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 85.6684
CPU time (s): 84.7141
CPU user time (s): 76.2254
CPU system time (s): 8.48871
CPU usage (%): 98.8861
Max. virtual memory (cumulated for all children) (KiB): 892044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.2254
system time used= 8.48871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46227
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= 11783
involuntary context switches= 14108

runsolver used 0.110983 second user time and 0.314952 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-12 05:06:19
IDJOB=2079243
IDBENCH=56869
IDSOLVER=738
FILE ID=node6/2079243-1247367978
PBS_JOBID= 9507036
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg10-14_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079243-1247367978/watcher-2079243-1247367978 -o /tmp/evaluation-result-2079243-1247367978/solver-2079243-1247367978 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2079243-1247367978.xml

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

MD5SUM BENCH= 361a7f1d050f963b08f30697f20309ec
RANDOM SEED=950787933

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:       1269680 kB
Buffers:         44980 kB
Cached:         203288 kB
SwapCached:          0 kB
Active:         600132 kB
Inactive:       109972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1269680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1956 kB
Writeback:           0 kB
Mapped:         482360 kB
Slab:            60416 kB
Committed_AS:   639768 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:07:44