Trace number 2083071

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+picosat? 316.208 331.003

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-1.xml
MD5SUMd8c3423564a2d6b9b1f50261d186e818
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.9481
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sun Jul 12 07:30:31 2009
0.06/0.08	c 0	PID 26372
0.06/0.08	c 0	HOST node35.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083071-1247376631.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-2083071-1247376631.xml' 'HOME/temp.csp'
2.34/2.41	c 3	23 domains, 3000 variables, 8 predicates, 0 relations, 33021 constraints
2.34/2.44	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.34/2.44	c 3	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'
2.37/2.52	c 3	Parsing HOME/temp.csp
2.37/2.69	c 3	parsed 10000 expressions
2.37/2.85	c 3	parsed 20000 expressions
2.37/3.03	c 3	parsed 30000 expressions
2.37/3.19	c 3	parsed 36052 expressions
2.37/3.20	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.37/3.20	c 3	Converting to clausal form CSP
4.00/4.12	c 4	converted 3606 (10%) expressions
7.48/7.64	c 8	converted 7211 (20%) expressions
10.95/11.13	c 11	converted 10816 (30%) expressions
13.94/14.11	c 14	converted 14421 (40%) expressions
17.32/17.55	c 18	converted 18026 (50%) expressions
20.30/20.51	c 21	converted 21632 (60%) expressions
23.98/24.24	c 24	converted 25237 (70%) expressions
26.86/27.14	c 27	converted 28842 (80%) expressions
29.53/29.85	c 30	converted 32447 (90%) expressions
31.92/32.30	c 32	converted 36052 (100%) expressions
32.02/32.30	c 32	CSP : 13207 integers, 91836 booleans, 219800 clauses, largest domain size 2641
32.02/32.30	c 32	Heap : 150 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
32.02/32.30	c 32	Propagation in CSP
35.50/35.87	c 36	5198 values, 0 unsatisfiable literals, and 0 valid clauses are removed
35.50/35.88	c 36	CSP : 13207 integers, 91836 booleans, 219800 clauses, largest domain size 2641
35.50/35.88	c 36	Heap : 159 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
35.60/35.95	c 36	Simplifing CSP by introducing new Boolean variables
36.20/36.51	c 37	CSP : 13207 integers, 176956 booleans, 304920 clauses, largest domain size 2641
36.20/36.51	c 37	Heap : 178 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
37.39/37.79	c 38	Encoding CSP to SAT : HOME/temp.cnf
41.47/41.82	c 42	1321 (10%) CSP integer variables are encoded (223625 clauses, 3580804 bytes)
45.44/45.88	c 46	2642 (20%) CSP integer variables are encoded (449604 clauses, 7422447 bytes)
49.51/49.92	c 50	3963 (30%) CSP integer variables are encoded (2828753 clauses, 51531893 bytes)
53.57/54.19	c 54	5283 (40%) CSP integer variables are encoded (6097095 clauses, 113630391 bytes)
57.81/58.45	c 59	6604 (50%) CSP integer variables are encoded (9335870 clauses, 175167116 bytes)
62.22/62.99	c 63	7925 (60%) CSP integer variables are encoded (12591501 clauses, 242220856 bytes)
66.75/67.53	c 68	9245 (70%) CSP integer variables are encoded (15833941 clauses, 310312096 bytes)
71.22/72.12	c 72	10566 (80%) CSP integer variables are encoded (19082142 clauses, 378524317 bytes)
75.70/76.73	c 77	11887 (90%) CSP integer variables are encoded (22347705 clauses, 447101140 bytes)
80.06/81.28	c 81	13207 (100%) CSP integer variables are encoded (25553793 clauses, 514428988 bytes)
102.40/104.17	c 104	30492 (10%) CSP clauses are encoded (33572152 clauses, 734327772 bytes)
126.07/128.20	c 128	60984 (20%) CSP clauses are encoded (42212030 clauses, 973744408 bytes)
149.80/152.57	c 153	91476 (30%) CSP clauses are encoded (50906028 clauses, 1215414819 bytes)
173.46/177.20	c 177	121968 (40%) CSP clauses are encoded (59580918 clauses, 1468126898 bytes)
197.61/201.97	c 202	152460 (50%) CSP clauses are encoded (68503472 clauses, 1733008221 bytes)
221.98/227.17	c 227	182952 (60%) CSP clauses are encoded (77558650 clauses, 2001903469 bytes)
244.84/250.50	c 251	213444 (70%) CSP clauses are encoded (86521920 clauses, 2268301160 bytes)
268.25/274.57	c 275	243936 (80%) CSP clauses are encoded (95634390 clauses, 2539646475 bytes)
292.21/300.76	c 301	274428 (90%) CSP clauses are encoded (104979254 clauses, 2818027796 bytes)
315.22/324.59	c 325	304920 (100%) CSP clauses are encoded (114322289 clauses, 3097853170 bytes)
315.22/324.59	c 325	304920 CSP clauses encoded
315.31/324.66	c 325	Writing map file : HOME/temp.map
315.44/325.94	c 326	Heap : 154 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
315.44/325.94	c 326	SAT : 25743956 SAT variables, 114322289 SAT clauses, 3097853170 bytes
315.44/325.94	c 326	Heap : 154 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
315.51/326.46	c 327	SOLVING HOME/temp.cnf
315.51/326.46	c 327	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
315.55/327.34	c 328	*** picosat: can not read input file 'HOME/temp.cnf'
315.55/327.34	c 328	DECODING HOME/temp.out WITH HOME/temp.map
315.55/327.34	c ERROR no output file HOME/temp.out
315.55/327.34	s UNKNOWN
315.55/327.34	c 328	CPU 315.56 (0.07 0.02 295.42 20.05)
315.55/327.34	c 328	END Sun Jul 12 07:35:59 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083071-1247376631/watcher-2083071-1247376631 -o /tmp/evaluation-result-2083071-1247376631/solver-2083071-1247376631 -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-2083071-1247376631.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: 1.92 1.98 1.99 4/82 26372
/proc/meminfo: memFree=1537032/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=12268 CPUtime=0
/proc/26372/stat : 26372 (sugar) R 26370 26372 21537 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24729510 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 266134583909 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26372/statm: 3067 316 241 3 0 167 0

[startup+0.0799789 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 26372
/proc/meminfo: memFree=1537032/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=16740 CPUtime=0.06
/proc/26372/stat : 26372 (sugar) R 26370 26372 21537 0 -1 4194304 1108 0 0 0 5 1 0 0 18 0 1 0 24729510 17141760 1076 996147200 4194304 4206940 548682068608 18446744073709551615 266134296000 0 0 4224 0 0 0 0 17 1 0 0
/proc/26372/statm: 4185 1076 381 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101985 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 26372
/proc/meminfo: memFree=1537032/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=16868 CPUtime=0.06
/proc/26372/stat : 26372 (sugar) S 26370 26372 21537 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24729510 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26372/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301998 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 26372
/proc/meminfo: memFree=1537032/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=16868 CPUtime=0.06
/proc/26372/stat : 26372 (sugar) S 26370 26372 21537 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24729510 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26372/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701046 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 26372
/proc/meminfo: memFree=1537032/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=16868 CPUtime=0.06
/proc/26372/stat : 26372 (sugar) S 26370 26372 21537 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24729510 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26372/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50213 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 26384
/proc/meminfo: memFree=1510048/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=16868 CPUtime=0.06
/proc/26372/stat : 26372 (sugar) S 26370 26372 21537 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24729510 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26372/statm: 4217 1111 409 3 0 796 0
[pid=26375] ppid=26372 vsize=5356 CPUtime=0
/proc/26375/stat : 26375 (sh) S 26372 26372 21537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24729519 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26375/statm: 1339 233 193 169 0 50 0
[pid=26376] ppid=26375 vsize=864776 CPUtime=1.39
/proc/26376/stat : 26376 (java) S 26375 26372 21537 0 -1 0 15590 0 1 0 130 9 0 0 18 0 9 0 24729519 885530624 13127 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26376/statm: 216194 13127 2556 9 0 210706 0
[pid=26376/tid=26377] ppid=26375 vsize=864776 CPUtime=0.77
/proc/26376/task/26377/stat : 26377 (java) R 26375 26372 21537 0 -1 64 3102 0 1 0 75 2 0 0 24 0 9 0 24729520 885530624 13127 996147200 134512640 134550932 4294955984 18446744073709551615 4126706816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26376/tid=26378] ppid=26375 vsize=864776 CPUtime=0.48
/proc/26376/task/26378/stat : 26378 (java) S 26375 26372 21537 0 -1 64 11270 0 0 0 42 6 0 0 16 0 9 0 24729521 885530624 13127 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26376/tid=26379] ppid=26375 vsize=864776 CPUtime=0
/proc/26376/task/26379/stat : 26379 (java) S 26375 26372 21537 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24729522 885530624 13127 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26376/tid=26380] ppid=26375 vsize=864776 CPUtime=0
/proc/26376/task/26380/stat : 26380 (java) S 26375 26372 21537 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24729522 885530624 13127 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26376/tid=26381] ppid=26375 vsize=864776 CPUtime=0
/proc/26376/task/26381/stat : 26381 (java) S 26375 26372 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24729524 885530624 13127 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26376/tid=26382] ppid=26375 vsize=864776 CPUtime=0.12
/proc/26376/task/26382/stat : 26382 (java) S 26375 26372 21537 0 -1 64 512 0 0 0 12 0 0 0 16 0 9 0 24729524 885530624 13127 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26376/tid=26383] ppid=26375 vsize=864776 CPUtime=0
/proc/26376/task/26383/stat : 26383 (java) S 26375 26372 21537 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24729524 885530624 13127 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26376/tid=26384] ppid=26375 vsize=864776 CPUtime=0
/proc/26376/task/26384/stat : 26384 (java) S 26375 26372 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24729524 885530624 13127 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887000

[startup+3.10132 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 26384
/proc/meminfo: memFree=1482528/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=16868 CPUtime=2.37
/proc/26372/stat : 26372 (sugar) S 26370 26372 21537 0 -1 4194304 1309 20037 0 1 6 1 217 13 16 0 1 0 24729510 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26372/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30267 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 26394
/proc/meminfo: memFree=1495584/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=16868 CPUtime=2.37
/proc/26372/stat : 26372 (sugar) S 26370 26372 21537 0 -1 4194304 1309 20037 0 1 6 1 217 13 16 0 1 0 24729510 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26372/statm: 4217 1111 409 3 0 796 0
[pid=26385] ppid=26372 vsize=5356 CPUtime=0
/proc/26385/stat : 26385 (sh) S 26372 26372 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24729754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26385/statm: 1339 233 193 169 0 50 0
[pid=26386] ppid=26385 vsize=868636 CPUtime=3.82
/proc/26386/stat : 26386 (java) S 26385 26372 21537 0 -1 0 14043 0 1 0 372 10 0 0 18 0 9 0 24729755 889483264 12599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26386/statm: 217159 12599 2567 9 0 211664 0
[pid=26386/tid=26387] ppid=26385 vsize=868636 CPUtime=2.84
/proc/26386/task/26387/stat : 26387 (java) R 26385 26372 21537 0 -1 64 2998 0 1 0 282 2 0 0 25 0 9 0 24729756 889483264 12599 996147200 134512640 134550932 4294955936 18446744073709551615 4126512750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26388] ppid=26385 vsize=868636 CPUtime=0.75
/proc/26386/task/26388/stat : 26388 (java) S 26385 26372 21537 0 -1 64 8858 0 0 0 69 6 0 0 16 0 9 0 24729757 889483264 12599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26389] ppid=26385 vsize=868636 CPUtime=0
/proc/26386/task/26389/stat : 26389 (java) S 26385 26372 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24729757 889483264 12599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26390] ppid=26385 vsize=868636 CPUtime=0
/proc/26386/task/26390/stat : 26390 (java) S 26385 26372 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24729757 889483264 12599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26391] ppid=26385 vsize=868636 CPUtime=0
/proc/26386/task/26391/stat : 26391 (java) S 26385 26372 21537 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24729759 889483264 12599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26392] ppid=26385 vsize=868636 CPUtime=0.19
/proc/26386/task/26392/stat : 26392 (java) S 26385 26372 21537 0 -1 64 1484 0 0 0 19 0 0 0 15 0 9 0 24729759 889483264 12599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26393] ppid=26385 vsize=868636 CPUtime=0
/proc/26386/task/26393/stat : 26393 (java) S 26385 26372 21537 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24729759 889483264 12599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26394] ppid=26385 vsize=868636 CPUtime=0
/proc/26386/task/26394/stat : 26394 (java) S 26385 26372 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24729759 889483264 12599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890860

[startup+12.7024 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 26394
/proc/meminfo: memFree=1463008/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=16868 CPUtime=2.37
/proc/26372/stat : 26372 (sugar) S 26370 26372 21537 0 -1 4194304 1309 20037 0 1 6 1 217 13 16 0 1 0 24729510 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26372/statm: 4217 1111 409 3 0 796 0
[pid=26385] ppid=26372 vsize=5356 CPUtime=0
/proc/26385/stat : 26385 (sh) S 26372 26372 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24729754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26385/statm: 1339 233 193 169 0 50 0
[pid=26386] ppid=26385 vsize=868636 CPUtime=10.18
/proc/26386/stat : 26386 (java) S 26385 26372 21537 0 -1 0 25712 0 1 0 999 19 0 0 18 0 9 0 24729755 889483264 20549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26386/statm: 217159 20549 2568 9 0 211664 0
[pid=26386/tid=26387] ppid=26385 vsize=868636 CPUtime=8.19
/proc/26386/task/26387/stat : 26387 (java) R 26385 26372 21537 0 -1 64 3465 0 1 0 816 3 0 0 25 0 9 0 24729756 889483264 20549 996147200 134512640 134550932 4294955936 18446744073709551615 4126583911 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26388] ppid=26385 vsize=868636 CPUtime=1.74
/proc/26386/task/26388/stat : 26388 (java) S 26385 26372 21537 0 -1 64 20039 0 0 0 161 13 0 0 16 0 9 0 24729757 889483264 20549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26389] ppid=26385 vsize=868636 CPUtime=0
/proc/26386/task/26389/stat : 26389 (java) S 26385 26372 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24729757 889483264 20549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26390] ppid=26385 vsize=868636 CPUtime=0
/proc/26386/task/26390/stat : 26390 (java) S 26385 26372 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24729757 889483264 20549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26391] ppid=26385 vsize=868636 CPUtime=0
/proc/26386/task/26391/stat : 26391 (java) S 26385 26372 21537 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24729759 889483264 20549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26392] ppid=26385 vsize=868636 CPUtime=0.21
/proc/26386/task/26392/stat : 26392 (java) S 26385 26372 21537 0 -1 64 1505 0 0 0 21 0 0 0 15 0 9 0 24729759 889483264 20549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26393] ppid=26385 vsize=868636 CPUtime=0
/proc/26386/task/26393/stat : 26393 (java) S 26385 26372 21537 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24729759 889483264 20549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26394] ppid=26385 vsize=868636 CPUtime=0
/proc/26386/task/26394/stat : 26394 (java) S 26385 26372 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24729759 889483264 20549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 890860

[startup+25.5028 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 26394
/proc/meminfo: memFree=1373088/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=16868 CPUtime=2.37
/proc/26372/stat : 26372 (sugar) S 26370 26372 21537 0 -1 4194304 1309 20037 0 1 6 1 217 13 16 0 1 0 24729510 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26372/statm: 4217 1111 409 3 0 796 0
[pid=26385] ppid=26372 vsize=5356 CPUtime=0
/proc/26385/stat : 26385 (sh) S 26372 26372 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24729754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26385/statm: 1339 233 193 169 0 50 0
[pid=26386] ppid=26385 vsize=868636 CPUtime=22.89
/proc/26386/stat : 26386 (java) S 26385 26372 21537 0 -1 0 50921 0 1 0 2255 34 0 0 18 0 9 0 24729755 889483264 37082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26386/statm: 217159 37082 2568 9 0 211664 0
[pid=26386/tid=26387] ppid=26385 vsize=868636 CPUtime=18.42
/proc/26386/task/26387/stat : 26387 (java) R 26385 26372 21537 0 -1 64 4866 0 1 0 1837 5 0 0 25 0 9 0 24729756 889483264 37082 996147200 134512640 134550932 4294955936 18446744073709551615 4126510669 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26388] ppid=26385 vsize=868636 CPUtime=4.23
/proc/26386/task/26388/stat : 26388 (java) S 26385 26372 21537 0 -1 64 43845 0 0 0 396 27 0 0 16 0 9 0 24729757 889483264 37082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26389] ppid=26385 vsize=868636 CPUtime=0
/proc/26386/task/26389/stat : 26389 (java) S 26385 26372 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24729757 889483264 37082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26390] ppid=26385 vsize=868636 CPUtime=0
/proc/26386/task/26390/stat : 26390 (java) S 26385 26372 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24729757 889483264 37082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26391] ppid=26385 vsize=868636 CPUtime=0
/proc/26386/task/26391/stat : 26391 (java) S 26385 26372 21537 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24729759 889483264 37082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26392] ppid=26385 vsize=868636 CPUtime=0.21
/proc/26386/task/26392/stat : 26392 (java) S 26385 26372 21537 0 -1 64 1507 0 0 0 21 0 0 0 16 0 9 0 24729759 889483264 37082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26393] ppid=26385 vsize=868636 CPUtime=0
/proc/26386/task/26393/stat : 26393 (java) S 26385 26372 21537 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24729759 889483264 37082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26394] ppid=26385 vsize=868636 CPUtime=0
/proc/26386/task/26394/stat : 26394 (java) S 26385 26372 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24729759 889483264 37082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 890860

[startup+51.1016 s]
/proc/loadavg: 2.08 2.02 2.01 3/93 26394
/proc/meminfo: memFree=1228320/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=16868 CPUtime=2.37
/proc/26372/stat : 26372 (sugar) S 26370 26372 21537 0 -1 4194304 1310 20037 0 1 6 1 217 13 16 0 1 0 24729510 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26372/statm: 4217 1111 409 3 0 796 0
[pid=26385] ppid=26372 vsize=5356 CPUtime=0
/proc/26385/stat : 26385 (sh) S 26372 26372 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24729754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26385/statm: 1339 233 193 169 0 50 0
[pid=26386] ppid=26385 vsize=868748 CPUtime=48.33
/proc/26386/stat : 26386 (java) S 26385 26372 21537 0 -1 0 68189 0 1 0 4746 87 0 0 18 0 9 0 24729755 889597952 53639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+222.302 s]
/proc/loadavg: 2.34 2.28 2.11 3/93 26394
/proc/meminfo: memFree=16288/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=16868 CPUtime=2.37
/proc/26372/stat : 26372 (sugar) S 26370 26372 21537 0 -1 4194304 1310 20037 0 1 6 1 217 13 16 0 1 0 24729510 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26372/statm: 4217 1111 409 3 0 796 0
[pid=26385] ppid=26372 vsize=5356 CPUtime=0
/proc/26385/stat : 26385 (sh) S 26372 26372 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24729754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26385/statm: 1339 233 193 169 0 50 0
[pid=26386] ppid=26385 vsize=868748 CPUtime=214.93
/proc/26386/stat : 26386 (java) S 26385 26372 21537 0 -1 0 70487 0 1 0 20228 1265 0 0 18 0 9 0 24729755 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26386/statm: 217187 53654 2593 9 0 211664 0
[pid=26386/tid=26387] ppid=26385 vsize=868748 CPUtime=205.56
/proc/26386/task/26387/stat : 26387 (java) R 26385 26372 21537 0 -1 64 7828 0 1 0 19351 1205 0 0 24 0 9 0 24729756 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4126604391 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26388] ppid=26385 vsize=868748 CPUtime=9.02
/proc/26386/task/26388/stat : 26388 (java) S 26385 26372 21537 0 -1 64 60401 0 0 0 844 58 0 0 16 0 9 0 24729757 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26389] ppid=26385 vsize=868748 CPUtime=0
/proc/26386/task/26389/stat : 26389 (java) S 26385 26372 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24729757 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26390] ppid=26385 vsize=868748 CPUtime=0
/proc/26386/task/26390/stat : 26390 (java) S 26385 26372 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24729757 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26391] ppid=26385 vsize=868748 CPUtime=0
/proc/26386/task/26391/stat : 26391 (java) S 26385 26372 21537 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24729759 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26392] ppid=26385 vsize=868748 CPUtime=0.32
/proc/26386/task/26392/stat : 26392 (java) S 26385 26372 21537 0 -1 64 1555 0 0 0 31 1 0 0 16 0 9 0 24729759 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26393] ppid=26385 vsize=868748 CPUtime=0
/proc/26386/task/26393/stat : 26393 (java) S 26385 26372 21537 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24729759 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26394] ppid=26385 vsize=868748 CPUtime=0
/proc/26386/task/26394/stat : 26394 (java) S 26385 26372 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24729759 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 217.3
Current children cumulated vsize (KiB) 890972

[startup+282.303 s]
/proc/loadavg: 2.34 2.28 2.12 3/93 26443
/proc/meminfo: memFree=15640/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=16868 CPUtime=2.37
/proc/26372/stat : 26372 (sugar) S 26370 26372 21537 0 -1 4194304 1310 20037 0 1 6 1 217 13 16 0 1 0 24729510 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26372/statm: 4217 1111 409 3 0 796 0
[pid=26385] ppid=26372 vsize=5356 CPUtime=0
/proc/26385/stat : 26385 (sh) S 26372 26372 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24729754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26385/statm: 1339 233 193 169 0 50 0
[pid=26386] ppid=26385 vsize=868748 CPUtime=273.43
/proc/26386/stat : 26386 (java) S 26385 26372 21537 0 -1 0 71296 0 1 0 25660 1683 0 0 18 0 9 0 24729755 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26386/statm: 217187 53654 2593 9 0 211664 0
[pid=26386/tid=26387] ppid=26385 vsize=868748 CPUtime=263.32
/proc/26386/task/26387/stat : 26387 (java) R 26385 26372 21537 0 -1 64 8637 0 1 0 24717 1615 0 0 25 0 9 0 24729756 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4126605765 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26388] ppid=26385 vsize=868748 CPUtime=9.76
/proc/26386/task/26388/stat : 26388 (java) S 26385 26372 21537 0 -1 64 60401 0 0 0 911 65 0 0 16 0 9 0 24729757 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26389] ppid=26385 vsize=868748 CPUtime=0
/proc/26386/task/26389/stat : 26389 (java) S 26385 26372 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24729757 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26390] ppid=26385 vsize=868748 CPUtime=0
/proc/26386/task/26390/stat : 26390 (java) S 26385 26372 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24729757 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26391] ppid=26385 vsize=868748 CPUtime=0
/proc/26386/task/26391/stat : 26391 (java) S 26385 26372 21537 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24729759 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26392] ppid=26385 vsize=868748 CPUtime=0.32
/proc/26386/task/26392/stat : 26392 (java) S 26385 26372 21537 0 -1 64 1555 0 0 0 31 1 0 0 16 0 9 0 24729759 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26393] ppid=26385 vsize=868748 CPUtime=0
/proc/26386/task/26393/stat : 26393 (java) S 26385 26372 21537 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24729759 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26394] ppid=26385 vsize=868748 CPUtime=0
/proc/26386/task/26394/stat : 26394 (java) S 26385 26372 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24729759 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 275.8
Current children cumulated vsize (KiB) 890972

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

[startup+307.403 s]
/proc/loadavg: 2.30 2.27 2.12 3/93 26443
/proc/meminfo: memFree=15768/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=16868 CPUtime=2.37
/proc/26372/stat : 26372 (sugar) S 26370 26372 21537 0 -1 4194304 1310 20037 0 1 6 1 217 13 16 0 1 0 24729510 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26372/statm: 4217 1111 409 3 0 796 0
[pid=26385] ppid=26372 vsize=5356 CPUtime=0
/proc/26385/stat : 26385 (sh) S 26372 26372 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24729754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26385/statm: 1339 233 193 169 0 50 0
[pid=26386] ppid=26385 vsize=868748 CPUtime=296.34
/proc/26386/stat : 26386 (java) S 26385 26372 21537 0 -1 0 71609 0 1 0 27778 1856 0 0 18 0 9 0 24729755 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26386/statm: 217187 53654 2593 9 0 211664 0
[pid=26386/tid=26387] ppid=26385 vsize=868748 CPUtime=285.95
/proc/26386/task/26387/stat : 26387 (java) R 26385 26372 21537 0 -1 64 8950 0 1 0 26809 1786 0 0 25 0 9 0 24729756 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26388] ppid=26385 vsize=868748 CPUtime=10.03
/proc/26386/task/26388/stat : 26388 (java) S 26385 26372 21537 0 -1 64 60401 0 0 0 936 67 0 0 16 0 9 0 24729757 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26389] ppid=26385 vsize=868748 CPUtime=0
/proc/26386/task/26389/stat : 26389 (java) S 26385 26372 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24729757 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26390] ppid=26385 vsize=868748 CPUtime=0
/proc/26386/task/26390/stat : 26390 (java) S 26385 26372 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24729757 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26391] ppid=26385 vsize=868748 CPUtime=0
/proc/26386/task/26391/stat : 26391 (java) S 26385 26372 21537 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24729759 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26392] ppid=26385 vsize=868748 CPUtime=0.32
/proc/26386/task/26392/stat : 26392 (java) S 26385 26372 21537 0 -1 64 1555 0 0 0 31 1 0 0 16 0 9 0 24729759 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26393] ppid=26385 vsize=868748 CPUtime=0
/proc/26386/task/26393/stat : 26393 (java) S 26385 26372 21537 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24729759 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26394] ppid=26385 vsize=868748 CPUtime=0
/proc/26386/task/26394/stat : 26394 (java) S 26385 26372 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24729759 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 298.71
Current children cumulated vsize (KiB) 890972

[startup+320.202 s]
/proc/loadavg: 2.23 2.26 2.11 3/93 26443
/proc/meminfo: memFree=15960/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=16868 CPUtime=2.37
/proc/26372/stat : 26372 (sugar) S 26370 26372 21537 0 -1 4194304 1310 20037 0 1 6 1 217 13 16 0 1 0 24729510 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26372/statm: 4217 1111 409 3 0 796 0
[pid=26385] ppid=26372 vsize=5356 CPUtime=0
/proc/26385/stat : 26385 (sh) S 26372 26372 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24729754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26385/statm: 1339 233 193 169 0 50 0
[pid=26386] ppid=26385 vsize=868748 CPUtime=308.66
/proc/26386/stat : 26386 (java) S 26385 26372 21537 0 -1 0 71787 0 1 0 28917 1949 0 0 18 0 9 0 24729755 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26386/statm: 217187 53654 2593 9 0 211664 0
[pid=26386/tid=26387] ppid=26385 vsize=868748 CPUtime=298.1
/proc/26386/task/26387/stat : 26387 (java) R 26385 26372 21537 0 -1 64 9128 0 1 0 27933 1877 0 0 25 0 9 0 24729756 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4126580297 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26386/tid=26388] ppid=26385 vsize=868748 CPUtime=10.2
/proc/26386/task/26388/stat : 26388 (java) S 26385 26372 21537 0 -1 64 60401 0 0 0 952 68 0 0 16 0 9 0 24729757 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26386/tid=26389] ppid=26385 vsize=868748 CPUtime=0
/proc/26386/task/26389/stat : 26389 (java) S 26385 26372 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24729757 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26390] ppid=26385 vsize=868748 CPUtime=0
/proc/26386/task/26390/stat : 26390 (java) S 26385 26372 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24729757 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26391] ppid=26385 vsize=868748 CPUtime=0
/proc/26386/task/26391/stat : 26391 (java) S 26385 26372 21537 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24729759 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26392] ppid=26385 vsize=868748 CPUtime=0.32
/proc/26386/task/26392/stat : 26392 (java) S 26385 26372 21537 0 -1 64 1555 0 0 0 31 1 0 0 16 0 9 0 24729759 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26393] ppid=26385 vsize=868748 CPUtime=0
/proc/26386/task/26393/stat : 26393 (java) S 26385 26372 21537 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24729759 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26386/tid=26394] ppid=26385 vsize=868748 CPUtime=0
/proc/26386/task/26394/stat : 26394 (java) S 26385 26372 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24729759 889597952 53654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 311.03
Current children cumulated vsize (KiB) 890972

[startup+326.602 s]
/proc/loadavg: 2.21 2.25 2.11 2/93 26443
/proc/meminfo: memFree=15768/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=16868 CPUtime=315.55
/proc/26372/stat : 26372 (sugar) S 26370 26372 21537 0 -1 4194304 1349 92205 0 4 7 2 29541 2005 16 0 1 0 24729510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26372/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 315.55
Current children cumulated vsize (KiB) 16868

[startup+328.201 s]
/proc/loadavg: 2.21 2.25 2.11 2/83 26445
/proc/meminfo: memFree=1046120/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=16868 CPUtime=316.05
/proc/26372/stat : 26372 (sugar) D 26370 26372 21537 0 -1 4194304 1419 92542 0 10 7 51 29542 2005 18 0 1 0 24729510 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26372/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 316.05
Current children cumulated vsize (KiB) 16868

[startup+329.801 s]
/proc/loadavg: 2.20 2.25 2.11 1/83 26445
/proc/meminfo: memFree=1034216/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=16868 CPUtime=316.13
/proc/26372/stat : 26372 (sugar) D 26370 26372 21537 0 -1 4194304 1419 92542 0 10 7 59 29542 2005 18 0 1 0 24729510 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26372/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 316.13
Current children cumulated vsize (KiB) 16868

[startup+330.602 s]
/proc/loadavg: 2.20 2.25 2.11 2/83 26445
/proc/meminfo: memFree=1025000/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=16868 CPUtime=316.15
/proc/26372/stat : 26372 (sugar) D 26370 26372 21537 0 -1 4194304 1419 92542 0 10 7 61 29542 2005 18 0 1 0 24729510 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26372/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 316.15
Current children cumulated vsize (KiB) 16868

[startup+331.002 s]
/proc/loadavg: 2.20 2.25 2.11 2/83 26445
/proc/meminfo: memFree=1025000/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=16868 CPUtime=316.19
/proc/26372/stat : 26372 (sugar) R 26370 26372 21537 0 -1 4194304 1419 92542 0 10 7 65 29542 2005 18 0 1 0 24729510 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26372/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 316.19
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 331.003
CPU time (s): 316.208
CPU user time (s): 295.496
CPU system time (s): 20.7119
CPU usage (%): 95.5303
Max. virtual memory (cumulated for all children) (KiB): 901108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 295.496
system time used= 20.7119
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94022
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48750
involuntary context switches= 54283

runsolver used 0.492925 second user time and 1.2858 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-12 07:30:31
IDJOB=2083071
IDBENCH=57695
IDSOLVER=738
FILE ID=node35/2083071-1247376631
PBS_JOBID= 9507005
Free space on /tmp= 66300 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp15/normalized-fapp15-3000-1.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-2083071-1247376631/watcher-2083071-1247376631 -o /tmp/evaluation-result-2083071-1247376631/solver-2083071-1247376631 -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-2083071-1247376631.xml

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

MD5SUM BENCH= d8c3423564a2d6b9b1f50261d186e818
RANDOM SEED=1118954480

node35.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.213
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.213
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:       1537576 kB
Buffers:          7172 kB
Cached:          55796 kB
SwapCached:          0 kB
Active:         438988 kB
Inactive:        13000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1537576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5936 kB
Writeback:           0 kB
Mapped:         409456 kB
Slab:            50792 kB
Committed_AS:   673568 kB
PageTables:       2580 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= 65624 MiB
End job on node35 at 2009-07-12 07:36:02