Trace number 2079089

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+picosatSAT 115.248 115.807

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle21.xml
MD5SUM4d42284b8f5f2eedeb4dbff726646a06
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.207967
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints672
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension64
Number of constraints which are defined in intension608
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:03:30 2009
0.00/0.08	c 0	PID 24237
0.06/0.08	c 0	HOST node34.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2079089-1247367810.xml TO HOME/temp.csp
0.06/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-2079089-1247367810.xml' 'HOME/temp.csp'
0.06/0.87	c 1	1 domains, 128 variables, 5 predicates, 4 relations, 672 constraints
0.06/0.90	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.90	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.06/0.98	c 1	Parsing HOME/temp.csp
1.22/1.30	c 2	parsed 810 expressions
1.22/1.31	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.31	c 2	Converting to clausal form CSP
1.22/1.33	c 2	converted 81 (10%) expressions
1.31/1.47	c 2	converted 162 (20%) expressions
2.20/2.38	c 3	converted 243 (30%) expressions
2.60/2.71	c 3	converted 324 (40%) expressions
2.90/3.06	c 3	converted 405 (50%) expressions
3.21/3.35	c 4	converted 486 (60%) expressions
3.39/3.58	c 4	converted 567 (70%) expressions
3.39/3.59	c 4	converted 648 (80%) expressions
3.50/3.60	c 4	converted 729 (90%) expressions
3.50/3.62	c 4	converted 810 (100%) expressions
3.50/3.62	c 4	CSP : 128 integers, 0 booleans, 672 clauses, largest domain size 26
3.50/3.62	c 4	Heap : 52 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.50/3.62	c 4	Propagation in CSP
3.50/3.63	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.50/3.63	c 4	CSP : 128 integers, 0 booleans, 672 clauses, largest domain size 26
3.50/3.63	c 4	Heap : 52 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.50/3.63	c 4	Simplifing CSP by introducing new Boolean variables
3.50/3.66	c 4	CSP : 128 integers, 4368 booleans, 5040 clauses, largest domain size 26
3.50/3.66	c 4	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.89/4.00	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.89/4.02	c 4	13 (10%) CSP integer variables are encoded (312 clauses, 3288 bytes)
3.89/4.02	c 4	26 (20%) CSP integer variables are encoded (624 clauses, 6720 bytes)
3.89/4.02	c 4	39 (30%) CSP integer variables are encoded (936 clauses, 10152 bytes)
3.89/4.02	c 4	52 (40%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
3.89/4.03	c 4	64 (50%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
3.89/4.03	c 4	77 (60%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
3.89/4.03	c 4	90 (70%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
3.89/4.03	c 4	103 (80%) CSP integer variables are encoded (2472 clauses, 30073 bytes)
3.89/4.03	c 4	116 (90%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
3.89/4.04	c 4	128 (100%) CSP integer variables are encoded (3072 clauses, 37873 bytes)
26.94/27.21	c 28	504 (10%) CSP clauses are encoded (348420 clauses, 13317467 bytes)
56.43/56.77	c 57	1008 (20%) CSP clauses are encoded (529884 clauses, 21515603 bytes)
56.43/56.80	c 57	1512 (30%) CSP clauses are encoded (541188 clauses, 21726563 bytes)
75.92/76.25	c 77	2016 (40%) CSP clauses are encoded (665957 clauses, 27898780 bytes)
95.89/96.24	c 97	2520 (50%) CSP clauses are encoded (790951 clauses, 34060339 bytes)
95.89/96.27	c 97	3024 (60%) CSP clauses are encoded (802655 clauses, 34262467 bytes)
95.89/96.29	c 97	3528 (70%) CSP clauses are encoded (814359 clauses, 34470003 bytes)
95.98/96.32	c 97	4032 (80%) CSP clauses are encoded (826063 clauses, 34678914 bytes)
95.98/96.34	c 97	4536 (90%) CSP clauses are encoded (837842 clauses, 34895681 bytes)
95.98/96.37	c 97	5040 (100%) CSP clauses are encoded (849896 clauses, 35116775 bytes)
95.98/96.37	c 97	5040 CSP clauses encoded
95.98/96.37	c 97	Writing map file : HOME/temp.map
95.98/96.37	c 97	Heap : 53 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
95.98/96.37	c 97	SAT : 7568 SAT variables, 849896 SAT clauses, 35116775 bytes
95.98/96.37	c 97	Heap : 53 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
95.98/96.40	c 97	SOLVING HOME/temp.cnf
95.98/96.40	c 97	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
114.90/115.48	c 116	DECODING HOME/temp.out WITH HOME/temp.map
114.90/115.48	c 116	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'
114.99/115.60	c 116	Decoding HOME/temp.out
114.99/115.69	s SATISFIABLE
114.99/115.69	v 2 7 4 17 19 14 8 3 4 2 14 17 20 15 4 14 20 19 14 12 4 19 20 13 0 20 19 7 4 11 8 17 0 19 4 17 13 8 4 12 4 11 4 13 19 8 17 12 18 20 0 6 4 13 17 4 19 17 0 18 7 4 19 0 2 14 8 14 2 2 8 18 3 25 4 19 0 11 20 18 4 20 4 17 20 15 4 4 13 2 14 20 15 0 19 0 12 20 8 8 3 7 6 20 17 20 18 19 0 19 5 8 4 12 0 19 4 4 18 18 4 0 13 4 0 8 18 4
114.99/115.73	c 116	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
114.99/115.79	c 116	CPU 115.21 (0.06 0.02 105.68 9.45)
114.99/115.79	c 116	END Sun Jul 12 05:05:26 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079089-1247367810/watcher-2079089-1247367810 -o /tmp/evaluation-result-2079089-1247367810/solver-2079089-1247367810 -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-2079089-1247367810.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.27 2.14 2.10 4/74 24237
/proc/meminfo: memFree=1730800/2055920 swapFree=4192812/4192956
[pid=24237] ppid=24235 vsize=12268 CPUtime=0
/proc/24237/stat : 24237 (sugar) R 24235 24237 20259 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23847051 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 254195497573 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24237/statm: 3067 316 241 3 0 167 0

[startup+0.0834961 s]
/proc/loadavg: 2.27 2.14 2.10 4/74 24237
/proc/meminfo: memFree=1730800/2055920 swapFree=4192812/4192956
[pid=24237] ppid=24235 vsize=16740 CPUtime=0.06
/proc/24237/stat : 24237 (sugar) S 24235 24237 20259 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23847051 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24237/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101758 s]
/proc/loadavg: 2.27 2.14 2.10 4/74 24237
/proc/meminfo: memFree=1730800/2055920 swapFree=4192812/4192956
[pid=24237] ppid=24235 vsize=16868 CPUtime=0.06
/proc/24237/stat : 24237 (sugar) S 24235 24237 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23847051 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24237/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301767 s]
/proc/loadavg: 2.27 2.14 2.10 4/74 24237
/proc/meminfo: memFree=1730800/2055920 swapFree=4192812/4192956
[pid=24237] ppid=24235 vsize=16868 CPUtime=0.06
/proc/24237/stat : 24237 (sugar) S 24235 24237 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23847051 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24237/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.7018 s]
/proc/loadavg: 2.27 2.14 2.10 4/74 24237
/proc/meminfo: memFree=1730800/2055920 swapFree=4192812/4192956
[pid=24237] ppid=24235 vsize=16868 CPUtime=0.06
/proc/24237/stat : 24237 (sugar) S 24235 24237 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23847051 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24237/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50286 s]
/proc/loadavg: 2.27 2.14 2.10 3/85 24259
/proc/meminfo: memFree=1722712/2055920 swapFree=4192812/4192956
[pid=24237] ppid=24235 vsize=16868 CPUtime=0.84
/proc/24237/stat : 24237 (sugar) S 24235 24237 20259 0 -1 4194304 1309 7541 0 1 5 1 73 5 16 0 1 0 23847051 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24237/statm: 4217 1111 409 3 0 796 0
[pid=24250] ppid=24237 vsize=5356 CPUtime=0
/proc/24250/stat : 24250 (sh) S 24237 24237 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23847142 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24250/statm: 1339 233 193 169 0 50 0
[pid=24251] ppid=24250 vsize=864200 CPUtime=0.58
/proc/24251/stat : 24251 (java) S 24250 24237 20259 0 -1 0 7287 0 1 0 54 4 0 0 18 0 9 0 23847142 884940800 6377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24251/statm: 216050 6377 2566 9 0 210555 0
[pid=24251/tid=24252] ppid=24250 vsize=864200 CPUtime=0.32
/proc/24251/task/24252/stat : 24252 (java) R 24250 24237 20259 0 -1 64 2570 0 1 0 31 1 0 0 21 0 9 0 23847143 884940800 6377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24253] ppid=24250 vsize=864200 CPUtime=0.18
/proc/24251/task/24253/stat : 24253 (java) R 24250 24237 20259 0 -1 64 3703 0 0 0 17 1 0 0 16 0 9 0 23847144 884940800 6377 996147200 134512640 134550932 4294955936 18446744073709551615 102759040 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24254] ppid=24250 vsize=864200 CPUtime=0
/proc/24251/task/24254/stat : 24254 (java) S 24250 24237 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23847145 884940800 6377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24255] ppid=24250 vsize=864200 CPUtime=0
/proc/24251/task/24255/stat : 24255 (java) S 24250 24237 20259 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23847145 884940800 6377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24256] ppid=24250 vsize=864200 CPUtime=0
/proc/24251/task/24256/stat : 24256 (java) S 24250 24237 20259 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23847147 884940800 6377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24257] ppid=24250 vsize=864200 CPUtime=0.04
/proc/24251/task/24257/stat : 24257 (java) S 24250 24237 20259 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23847147 884940800 6377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24258] ppid=24250 vsize=864200 CPUtime=0
/proc/24251/task/24258/stat : 24258 (java) S 24250 24237 20259 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23847147 884940800 6377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24259] ppid=24250 vsize=864200 CPUtime=0
/proc/24251/task/24259/stat : 24259 (java) S 24250 24237 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23847147 884940800 6377 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) 886424

[startup+3.10297 s]
/proc/loadavg: 2.27 2.14 2.10 4/85 24259
/proc/meminfo: memFree=1695960/2055920 swapFree=4192812/4192956
[pid=24237] ppid=24235 vsize=16868 CPUtime=0.85
/proc/24237/stat : 24237 (sugar) S 24235 24237 20259 0 -1 4194304 1309 7541 0 1 6 1 73 5 16 0 1 0 23847051 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24237/statm: 4217 1111 409 3 0 796 0
[pid=24250] ppid=24237 vsize=5356 CPUtime=0
/proc/24250/stat : 24250 (sh) S 24237 24237 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23847142 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24250/statm: 1339 233 193 169 0 50 0
[pid=24251] ppid=24250 vsize=868600 CPUtime=2.16
/proc/24251/stat : 24251 (java) S 24250 24237 20259 0 -1 0 16921 0 1 0 206 10 0 0 18 0 9 0 23847142 889446400 15718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24251/statm: 217150 15718 2567 9 0 211655 0
[pid=24251/tid=24252] ppid=24250 vsize=868600 CPUtime=0.94
/proc/24251/task/24252/stat : 24252 (java) R 24250 24237 20259 0 -1 64 3142 0 1 0 93 1 0 0 25 0 9 0 23847143 889446400 15718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24253] ppid=24250 vsize=868600 CPUtime=1.02
/proc/24251/task/24253/stat : 24253 (java) R 24250 24237 20259 0 -1 64 11615 0 0 0 96 6 0 0 16 0 9 0 23847144 889446400 15718 996147200 134512640 134550932 4294955936 18446744073709551615 102759442 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24254] ppid=24250 vsize=868600 CPUtime=0
/proc/24251/task/24254/stat : 24254 (java) S 24250 24237 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23847145 889446400 15718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24255] ppid=24250 vsize=868600 CPUtime=0
/proc/24251/task/24255/stat : 24255 (java) S 24250 24237 20259 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23847145 889446400 15718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24256] ppid=24250 vsize=868600 CPUtime=0
/proc/24251/task/24256/stat : 24256 (java) S 24250 24237 20259 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23847147 889446400 15718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24257] ppid=24250 vsize=868600 CPUtime=0.15
/proc/24251/task/24257/stat : 24257 (java) S 24250 24237 20259 0 -1 64 1461 0 0 0 15 0 0 0 16 0 9 0 23847147 889446400 15718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24258] ppid=24250 vsize=868600 CPUtime=0
/proc/24251/task/24258/stat : 24258 (java) S 24250 24237 20259 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23847147 889446400 15718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24259] ppid=24250 vsize=868600 CPUtime=0
/proc/24251/task/24259/stat : 24259 (java) S 24250 24237 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23847147 889446400 15718 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) 890824

[startup+6.3012 s]
/proc/loadavg: 2.33 2.16 2.10 3/85 24259
/proc/meminfo: memFree=1655384/2055920 swapFree=4192812/4192956
[pid=24237] ppid=24235 vsize=16868 CPUtime=0.85
/proc/24237/stat : 24237 (sugar) S 24235 24237 20259 0 -1 4194304 1310 7541 0 1 6 1 73 5 15 0 1 0 23847051 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24237/statm: 4217 1111 409 3 0 796 0
[pid=24250] ppid=24237 vsize=5356 CPUtime=0
/proc/24250/stat : 24250 (sh) S 24237 24237 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23847142 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24250/statm: 1339 233 193 169 0 50 0
[pid=24251] ppid=24250 vsize=868712 CPUtime=5.31
/proc/24251/stat : 24251 (java) S 24250 24237 20259 0 -1 0 21178 0 1 0 516 15 0 0 18 0 9 0 23847142 889561088 19826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24251/statm: 217178 19826 2591 9 0 211655 0
[pid=24251/tid=24252] ppid=24250 vsize=868712 CPUtime=3.38
/proc/24251/task/24252/stat : 24252 (java) R 24250 24237 20259 0 -1 64 3291 0 1 0 334 4 0 0 25 0 9 0 23847143 889561088 19826 996147200 134512640 134550932 4294955936 18446744073709551615 4126914676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24253] ppid=24250 vsize=868712 CPUtime=1.71
/proc/24251/task/24253/stat : 24253 (java) S 24250 24237 20259 0 -1 64 15690 0 0 0 162 9 0 0 16 0 9 0 23847144 889561088 19826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24254] ppid=24250 vsize=868712 CPUtime=0
/proc/24251/task/24254/stat : 24254 (java) S 24250 24237 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23847145 889561088 19826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24255] ppid=24250 vsize=868712 CPUtime=0
/proc/24251/task/24255/stat : 24255 (java) S 24250 24237 20259 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23847145 889561088 19826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24256] ppid=24250 vsize=868712 CPUtime=0
/proc/24251/task/24256/stat : 24256 (java) S 24250 24237 20259 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23847147 889561088 19826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24257] ppid=24250 vsize=868712 CPUtime=0.21
/proc/24251/task/24257/stat : 24257 (java) S 24250 24237 20259 0 -1 64 1494 0 0 0 20 1 0 0 16 0 9 0 23847147 889561088 19826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24258] ppid=24250 vsize=868712 CPUtime=0
/proc/24251/task/24258/stat : 24258 (java) S 24250 24237 20259 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23847147 889561088 19826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24259] ppid=24250 vsize=868712 CPUtime=0
/proc/24251/task/24259/stat : 24259 (java) S 24250 24237 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23847147 889561088 19826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890936

[startup+12.7027 s]
/proc/loadavg: 2.30 2.15 2.10 3/85 24259
/proc/meminfo: memFree=1647768/2055920 swapFree=4192812/4192956
[pid=24237] ppid=24235 vsize=16868 CPUtime=0.85
/proc/24237/stat : 24237 (sugar) S 24235 24237 20259 0 -1 4194304 1310 7541 0 1 6 1 73 5 15 0 1 0 23847051 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24237/statm: 4217 1111 409 3 0 796 0
[pid=24250] ppid=24237 vsize=5356 CPUtime=0
/proc/24250/stat : 24250 (sh) S 24237 24237 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23847142 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24250/statm: 1339 233 193 169 0 50 0
[pid=24251] ppid=24250 vsize=868712 CPUtime=11.65
/proc/24251/stat : 24251 (java) S 24250 24237 20259 0 -1 0 22035 0 1 0 1147 18 0 0 18 0 9 0 23847142 889561088 20622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24251/statm: 217178 20622 2591 9 0 211655 0
[pid=24251/tid=24252] ppid=24250 vsize=868712 CPUtime=9.54
/proc/24251/task/24252/stat : 24252 (java) R 24250 24237 20259 0 -1 64 3352 0 1 0 948 6 0 0 25 0 9 0 23847143 889561088 20622 996147200 134512640 134550932 4294955936 18446744073709551615 4126912821 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24253] ppid=24250 vsize=868712 CPUtime=1.86
/proc/24251/task/24253/stat : 24253 (java) S 24250 24237 20259 0 -1 64 16481 0 0 0 177 9 0 0 16 0 9 0 23847144 889561088 20622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24254] ppid=24250 vsize=868712 CPUtime=0
/proc/24251/task/24254/stat : 24254 (java) S 24250 24237 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23847145 889561088 20622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24255] ppid=24250 vsize=868712 CPUtime=0
/proc/24251/task/24255/stat : 24255 (java) S 24250 24237 20259 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23847145 889561088 20622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24256] ppid=24250 vsize=868712 CPUtime=0
/proc/24251/task/24256/stat : 24256 (java) S 24250 24237 20259 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23847147 889561088 20622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24257] ppid=24250 vsize=868712 CPUtime=0.21
/proc/24251/task/24257/stat : 24257 (java) S 24250 24237 20259 0 -1 64 1499 0 0 0 20 1 0 0 16 0 9 0 23847147 889561088 20622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24258] ppid=24250 vsize=868712 CPUtime=0
/proc/24251/task/24258/stat : 24258 (java) S 24250 24237 20259 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23847147 889561088 20622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24259] ppid=24250 vsize=868712 CPUtime=0
/proc/24251/task/24259/stat : 24259 (java) S 24250 24237 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23847147 889561088 20622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890936

[startup+25.5026 s]
/proc/loadavg: 2.23 2.14 2.10 3/93 24317
/proc/meminfo: memFree=1620824/2055920 swapFree=4192812/4192956
[pid=24237] ppid=24235 vsize=16868 CPUtime=0.85
/proc/24237/stat : 24237 (sugar) S 24235 24237 20259 0 -1 4194304 1310 7541 0 1 6 1 73 5 15 0 1 0 23847051 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24237/statm: 4217 1111 409 3 0 796 0
[pid=24250] ppid=24237 vsize=5356 CPUtime=0
/proc/24250/stat : 24250 (sh) S 24237 24237 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23847142 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24250/statm: 1339 233 193 169 0 50 0
[pid=24251] ppid=24250 vsize=868712 CPUtime=24.4
/proc/24251/stat : 24251 (java) S 24250 24237 20259 0 -1 0 25297 0 1 0 2417 23 0 0 18 0 9 0 23847142 889561088 23816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24251/statm: 217178 23816 2591 9 0 211655 0
[pid=24251/tid=24252] ppid=24250 vsize=868712 CPUtime=22.06
/proc/24251/task/24252/stat : 24252 (java) R 24250 24237 20259 0 -1 64 3420 0 1 0 2197 9 0 0 25 0 9 0 23847143 889561088 23816 996147200 134512640 134550932 4294955936 18446744073709551615 4126564976 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24251/tid=24253] ppid=24250 vsize=868712 CPUtime=2.1
/proc/24251/task/24253/stat : 24253 (java) S 24250 24237 20259 0 -1 64 19675 0 0 0 198 12 0 0 16 0 9 0 23847144 889561088 23816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24251/tid=24254] ppid=24250 vsize=868712 CPUtime=0
/proc/24251/task/24254/stat : 24254 (java) S 24250 24237 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23847145 889561088 23816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24255] ppid=24250 vsize=868712 CPUtime=0
/proc/24251/task/24255/stat : 24255 (java) S 24250 24237 20259 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23847145 889561088 23816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24256] ppid=24250 vsize=868712 CPUtime=0
/proc/24251/task/24256/stat : 24256 (java) S 24250 24237 20259 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23847147 889561088 23816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24257] ppid=24250 vsize=868712 CPUtime=0.21
/proc/24251/task/24257/stat : 24257 (java) S 24250 24237 20259 0 -1 64 1499 0 0 0 20 1 0 0 16 0 9 0 23847147 889561088 23816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24258] ppid=24250 vsize=868712 CPUtime=0
/proc/24251/task/24258/stat : 24258 (java) S 24250 24237 20259 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23847147 889561088 23816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24259] ppid=24250 vsize=868712 CPUtime=0
/proc/24251/task/24259/stat : 24259 (java) R 24250 24237 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23847147 889561088 23816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 890936

[startup+51.1014 s]
/proc/loadavg: 2.15 2.13 2.10 5/93 24317
/proc/meminfo: memFree=1578200/2055920 swapFree=4192812/4192956
[pid=24237] ppid=24235 vsize=16868 CPUtime=0.85
/proc/24237/stat : 24237 (sugar) S 24235 24237 20259 0 -1 4194304 1310 7541 0 1 6 1 73 5 16 0 1 0 23847051 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24237/statm: 4217 1111 409 3 0 796 0
[pid=24250] ppid=24237 vsize=5356 CPUtime=0
/proc/24250/stat : 24250 (sh) S 24237 24237 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23847142 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24250/statm: 1339 233 193 169 0 50 0
[pid=24251] ppid=24250 vsize=868712 CPUtime=49.97
/proc/24251/stat : 24251 (java) S 24250 24237 20259 0 -1 0 32366 0 1 0 4967 30 0 0 18 0 9 0 23847142 889561088 27248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24251/statm: 217178 27248 2591 9 0 211655 0
[pid=24251/tid=24252] ppid=24250 vsize=868712 CPUtime=47.01
/proc/24251/task/24252/stat : 24252 (java) R 24250 24237 20259 0 -1 64 3530 0 1 0 4688 13 0 0 25 0 9 0 23847143 889561088 27248 996147200 134512640 134550932 4294955936 18446744073709551615 4126915375 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24251/tid=24253] ppid=24250 vsize=868712 CPUtime=2.72
/proc/24251/task/24253/stat : 24253 (java) S 24250 24237 20259 0 -1 64 26629 0 0 0 257 15 0 0 16 0 9 0 23847144 889561088 27248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24251/tid=24254] ppid=24250 vsize=868712 CPUtime=0
/proc/24251/task/24254/stat : 24254 (java) S 24250 24237 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23847145 889561088 27248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24251/tid=24255] ppid=24250 vsize=868712 CPUtime=0
/proc/24251/task/24255/stat : 24255 (java) S 24250 24237 20259 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23847145 889561088 27248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24256] ppid=24250 vsize=868712 CPUtime=0
/proc/24251/task/24256/stat : 24256 (java) S 24250 24237 20259 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23847147 889561088 27248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24257] ppid=24250 vsize=868712 CPUtime=0.22
/proc/24251/task/24257/stat : 24257 (java) S 24250 24237 20259 0 -1 64 1504 0 0 0 21 1 0 0 16 0 9 0 23847147 889561088 27248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24251/tid=24258] ppid=24250 vsize=868712 CPUtime=0
/proc/24251/task/24258/stat : 24258 (java) S 24250 24237 20259 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23847147 889561088 27248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24259] ppid=24250 vsize=868712 CPUtime=0
/proc/24251/task/24259/stat : 24259 (java) S 24250 24237 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23847147 889561088 27248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 890936

[startup+102.306 s]
/proc/loadavg: 2.13 2.12 2.09 3/77 24321
/proc/meminfo: memFree=1623256/2055920 swapFree=4192812/4192956
[pid=24237] ppid=24235 vsize=16868 CPUtime=96.09
/proc/24237/stat : 24237 (sugar) S 24235 24237 20259 0 -1 4194304 1365 46538 0 2 6 1 9551 51 16 0 1 0 23847051 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24237/statm: 4217 1113 409 3 0 796 0
[pid=24320] ppid=24237 vsize=5356 CPUtime=0
/proc/24320/stat : 24320 (sh) S 24237 24237 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856691 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24320/statm: 1339 232 193 169 0 50 0
[pid=24321] ppid=24320 vsize=16964 CPUtime=5.83
/proc/24321/stat : 24321 (picosat) R 24320 24237 20259 0 -1 4194304 3973 0 0 0 275 308 0 0 25 0 1 0 23856692 17371136 3959 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24321/statm: 4241 3959 40 102 0 4136 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 39188

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

[startup+108.702 s]
/proc/loadavg: 2.12 2.12 2.09 3/77 24321
/proc/meminfo: memFree=1608728/2055920 swapFree=4192812/4192956
[pid=24237] ppid=24235 vsize=16868 CPUtime=96.09
/proc/24237/stat : 24237 (sugar) S 24235 24237 20259 0 -1 4194304 1365 46538 0 2 6 1 9551 51 16 0 1 0 23847051 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24237/statm: 4217 1113 409 3 0 796 0
[pid=24320] ppid=24237 vsize=5356 CPUtime=0
/proc/24320/stat : 24320 (sh) S 24237 24237 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856691 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24320/statm: 1339 232 193 169 0 50 0
[pid=24321] ppid=24320 vsize=33892 CPUtime=12.17
/proc/24321/stat : 24321 (picosat) R 24320 24237 20259 0 -1 4194304 7924 0 0 0 578 639 0 0 25 0 1 0 23856692 34705408 7910 996147200 134512640 134931368 4294956256 18446744073709551615 134549595 0 0 4096 0 0 0 0 17 1 0 0
/proc/24321/statm: 8473 7910 40 102 0 8368 0
Current children cumulated CPU time (s) 108.26
Current children cumulated vsize (KiB) 56116

[startup+111.902 s]
/proc/loadavg: 2.11 2.12 2.09 3/77 24321
/proc/meminfo: memFree=1600472/2055920 swapFree=4192812/4192956
[pid=24237] ppid=24235 vsize=16868 CPUtime=96.09
/proc/24237/stat : 24237 (sugar) S 24235 24237 20259 0 -1 4194304 1365 46538 0 2 6 1 9551 51 16 0 1 0 23847051 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24237/statm: 4217 1113 409 3 0 796 0
[pid=24320] ppid=24237 vsize=5356 CPUtime=0
/proc/24320/stat : 24320 (sh) S 24237 24237 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856691 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24320/statm: 1339 232 193 169 0 50 0
[pid=24321] ppid=24320 vsize=41020 CPUtime=15.34
/proc/24321/stat : 24321 (picosat) R 24320 24237 20259 0 -1 4194304 9842 0 0 0 729 805 0 0 25 0 1 0 23856692 42004480 9828 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24321/statm: 10255 9828 40 102 0 10150 0
Current children cumulated CPU time (s) 111.43
Current children cumulated vsize (KiB) 63244

[startup+113.502 s]
/proc/loadavg: 2.11 2.12 2.09 3/77 24321
/proc/meminfo: memFree=1594584/2055920 swapFree=4192812/4192956
[pid=24237] ppid=24235 vsize=16868 CPUtime=96.09
/proc/24237/stat : 24237 (sugar) S 24235 24237 20259 0 -1 4194304 1365 46538 0 2 6 1 9551 51 16 0 1 0 23847051 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24237/statm: 4217 1113 409 3 0 796 0
[pid=24320] ppid=24237 vsize=5356 CPUtime=0
/proc/24320/stat : 24320 (sh) S 24237 24237 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856691 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24320/statm: 1339 232 193 169 0 50 0
[pid=24321] ppid=24320 vsize=45244 CPUtime=16.92
/proc/24321/stat : 24321 (picosat) R 24320 24237 20259 0 -1 4194304 11015 0 0 0 805 887 0 0 25 0 1 0 23856692 46329856 11001 996147200 134512640 134931368 4294956256 18446744073709551615 134520883 0 0 4096 0 0 0 0 17 1 0 0
/proc/24321/statm: 11311 11001 40 102 0 11206 0
Current children cumulated CPU time (s) 113.01
Current children cumulated vsize (KiB) 67468

[startup+115.102 s]
/proc/loadavg: 2.10 2.12 2.09 3/77 24321
/proc/meminfo: memFree=1593048/2055920 swapFree=4192812/4192956
[pid=24237] ppid=24235 vsize=16868 CPUtime=96.09
/proc/24237/stat : 24237 (sugar) S 24235 24237 20259 0 -1 4194304 1365 46538 0 2 6 1 9551 51 16 0 1 0 23847051 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24237/statm: 4217 1113 409 3 0 796 0
[pid=24320] ppid=24237 vsize=5356 CPUtime=0
/proc/24320/stat : 24320 (sh) S 24237 24237 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856691 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24320/statm: 1339 232 193 169 0 50 0
[pid=24321] ppid=24320 vsize=45524 CPUtime=18.51
/proc/24321/stat : 24321 (picosat) R 24320 24237 20259 0 -1 4194304 11109 0 0 0 962 889 0 0 25 0 1 0 23856692 46616576 11093 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24321/statm: 11381 11093 42 102 0 11276 0
Current children cumulated CPU time (s) 114.6
Current children cumulated vsize (KiB) 67748

[startup+115.507 s]
/proc/loadavg: 2.10 2.12 2.09 3/77 24321
/proc/meminfo: memFree=1595928/2055920 swapFree=4192812/4192956
[pid=24237] ppid=24235 vsize=16868 CPUtime=114.99
/proc/24237/stat : 24237 (sugar) S 24235 24237 20259 0 -1 4194304 1428 57943 0 2 6 2 10550 941 17 0 1 0 23847051 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24237/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 114.99
Current children cumulated vsize (KiB) 16868

[startup+115.702 s]
/proc/loadavg: 2.10 2.12 2.09 3/77 24321
/proc/meminfo: memFree=1595928/2055920 swapFree=4192812/4192956
[pid=24237] ppid=24235 vsize=16868 CPUtime=114.99
/proc/24237/stat : 24237 (sugar) S 24235 24237 20259 0 -1 4194304 1449 57943 0 2 6 2 10550 941 15 0 1 0 23847051 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24237/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 114.99
Current children cumulated vsize (KiB) 16868

[startup+115.802 s]
/proc/loadavg: 2.10 2.12 2.09 3/77 24321
/proc/meminfo: memFree=1595928/2055920 swapFree=4192812/4192956
[pid=24237] ppid=24235 vsize=16868 CPUtime=115.22
/proc/24237/stat : 24237 (sugar) R 24235 24237 20259 0 -1 4194304 1477 61734 0 3 6 3 10568 945 16 0 1 0 23847051 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24237/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 115.22
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 115.807
CPU time (s): 115.248
CPU user time (s): 105.753
CPU system time (s): 9.49556
CPU usage (%): 99.5179
Max. virtual memory (cumulated for all children) (KiB): 901184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 105.753
system time used= 9.49556
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63271
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= 8512
involuntary context switches= 7836

runsolver used 0.152976 second user time and 0.408937 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-12 05:03:30
IDJOB=2079089
IDBENCH=56847
IDSOLVER=738
FILE ID=node34/2079089-1247367810
PBS_JOBID= 9507037
Free space on /tmp= 66316 MiB

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

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

MD5SUM BENCH= 4d42284b8f5f2eedeb4dbff726646a06
RANDOM SEED=1385101687

node34.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1731280 kB
Buffers:         35756 kB
Cached:         182728 kB
SwapCached:          0 kB
Active:         186220 kB
Inactive:        79512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1816 kB
Writeback:           0 kB
Mapped:          58460 kB
Slab:            44296 kB
Committed_AS:   197612 kB
PageTables:       1860 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= 66288 MiB
End job on node34 at 2009-07-12 05:05:26