Trace number 2083567

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+minisat? 319.881 328.63

General information on the benchmark

Namecsp/fapp/fapp24/
normalized-fapp24-2000-9.xml
MD5SUM5949c8c2a580bb7d18408c509e0c687a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.1806
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:47:56 2009
0.00/0.08	c 0	PID 23517
0.06/0.08	c 0	HOST node66.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083567-1247377676.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-2083567-1247377676.xml' 'HOME/temp.csp'
1.84/1.98	c 2	13 domains, 2000 variables, 8 predicates, 0 relations, 26753 constraints
1.92/2.02	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.92/2.02	c 2	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'
1.99/2.10	c 2	Parsing HOME/temp.csp
2.29/2.42	c 3	parsed 10000 expressions
2.38/2.58	c 3	parsed 20000 expressions
2.58/2.74	c 3	parsed 28774 expressions
2.58/2.75	c 3	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.58/2.75	c 3	Converting to clausal form CSP
4.17/4.35	c 4	converted 2878 (10%) expressions
7.73/7.96	c 8	converted 5755 (20%) expressions
10.89/11.15	c 11	converted 8633 (30%) expressions
14.28/14.50	c 15	converted 11510 (40%) expressions
17.15/17.46	c 18	converted 14387 (50%) expressions
20.55/20.82	c 21	converted 17265 (60%) expressions
23.33/23.61	c 24	converted 20142 (70%) expressions
25.92/26.23	c 26	converted 23020 (80%) expressions
28.31/28.63	c 29	converted 25897 (90%) expressions
31.19/31.58	c 32	converted 28774 (100%) expressions
31.19/31.58	c 32	CSP : 7310 integers, 76068 booleans, 171902 clauses, largest domain size 2721
31.19/31.58	c 32	Heap : 106 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
31.19/31.58	c 32	Propagation in CSP
33.78/34.12	c 34	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
33.78/34.13	c 34	CSP : 7310 integers, 76068 booleans, 171902 clauses, largest domain size 2721
33.78/34.13	c 34	Heap : 108 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
33.78/34.18	c 34	Simplifing CSP by introducing new Boolean variables
34.17/34.54	c 35	CSP : 7310 integers, 138448 booleans, 234282 clauses, largest domain size 2721
34.17/34.54	c 35	Heap : 129 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.97/35.36	c 35	Encoding CSP to SAT : HOME/temp.cnf
39.44/39.87	c 40	731 (10%) CSP integer variables are encoded (205020 clauses, 3263993 bytes)
43.92/44.36	c 44	1462 (20%) CSP integer variables are encoded (411495 clauses, 6774068 bytes)
47.81/48.29	c 48	2193 (30%) CSP integer variables are encoded (1058439 clauses, 17893337 bytes)
50.20/50.66	c 51	2924 (40%) CSP integer variables are encoded (2925126 clauses, 53360390 bytes)
52.65/53.10	c 53	3655 (50%) CSP integer variables are encoded (4811435 clauses, 89200261 bytes)
54.94/55.48	c 56	4386 (60%) CSP integer variables are encoded (6701574 clauses, 125112902 bytes)
57.40/57.98	c 58	5117 (70%) CSP integer variables are encoded (8588891 clauses, 160971925 bytes)
59.88/60.50	c 61	5848 (80%) CSP integer variables are encoded (10494612 clauses, 198181159 bytes)
62.42/63.09	c 63	6579 (90%) CSP integer variables are encoded (12392367 clauses, 238034014 bytes)
64.97/65.63	c 66	7310 (100%) CSP integer variables are encoded (14251932 clauses, 277084879 bytes)
90.11/91.13	c 91	23429 (10%) CSP clauses are encoded (21388437 clauses, 471908443 bytes)
116.10/117.51	c 118	46857 (20%) CSP clauses are encoded (29076524 clauses, 685011919 bytes)
141.02/142.82	c 143	70285 (30%) CSP clauses are encoded (36518081 clauses, 891949445 bytes)
165.88/168.12	c 168	93713 (40%) CSP clauses are encoded (43925787 clauses, 1098616767 bytes)
191.91/194.83	c 195	117141 (50%) CSP clauses are encoded (51828237 clauses, 1319373306 bytes)
217.04/220.55	c 221	140570 (60%) CSP clauses are encoded (59535636 clauses, 1542846965 bytes)
242.89/247.04	c 247	163998 (70%) CSP clauses are encoded (67554191 clauses, 1779351474 bytes)
268.13/273.18	c 273	187426 (80%) CSP clauses are encoded (75547959 clauses, 2016757320 bytes)
293.44/299.03	c 299	210854 (90%) CSP clauses are encoded (83777921 clauses, 2262407651 bytes)
318.76/325.04	c 325	234282 (100%) CSP clauses are encoded (92320031 clauses, 2517137771 bytes)
318.76/325.04	c 325	234282 CSP clauses encoded
318.76/325.06	c 325	Writing map file : HOME/temp.map
318.91/325.27	c 325	Heap : 101 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
318.91/325.27	c 325	SAT : 14397690 SAT variables, 92320031 SAT clauses, 2517137771 bytes
318.91/325.27	c 325	Heap : 101 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
318.97/325.35	c 325	SOLVING HOME/temp.cnf
318.97/325.35	c 325	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
319.04/325.56	c 326	This is MiniSat 2.0 beta
319.04/325.56	c 326	WARNING: for repeatability, setting FPU to use double precision
319.04/325.56	c 326	ERROR! Could not open file: HOME/temp.cnf
319.04/325.57	c 326	DECODING HOME/temp.out WITH HOME/temp.map
319.04/325.57	c ERROR no output file HOME/temp.out
319.04/325.57	s UNKNOWN
319.04/325.57	c 326	CPU 319.05 (0.07 0.02 303.19 15.77)
319.04/325.57	c 326	END Sun Jul 12 07:53:22 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-2083567-1247377676/watcher-2083567-1247377676 -o /tmp/evaluation-result-2083567-1247377676/solver-2083567-1247377676 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083567-1247377676.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.18 2.05 2.01 4/80 23517
/proc/meminfo: memFree=1210576/2055920 swapFree=4192812/4192956
[pid=23517] ppid=23515 vsize=18576 CPUtime=0
/proc/23517/stat : 23517 (runsolver) R 23515 23517 18315 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24830440 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 227607637287 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23517/statm: 4644 284 249 26 0 2626 0

[startup+0.0822761 s]
/proc/loadavg: 2.18 2.05 2.01 4/80 23517
/proc/meminfo: memFree=1210576/2055920 swapFree=4192812/4192956
[pid=23517] ppid=23515 vsize=16740 CPUtime=0.06
/proc/23517/stat : 23517 (sugar) S 23515 23517 18315 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24830440 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23517/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101058 s]
/proc/loadavg: 2.18 2.05 2.01 4/80 23517
/proc/meminfo: memFree=1210576/2055920 swapFree=4192812/4192956
[pid=23517] ppid=23515 vsize=16868 CPUtime=0.06
/proc/23517/stat : 23517 (sugar) S 23515 23517 18315 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24830440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23517/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301074 s]
/proc/loadavg: 2.18 2.05 2.01 4/80 23517
/proc/meminfo: memFree=1210576/2055920 swapFree=4192812/4192956
[pid=23517] ppid=23515 vsize=16868 CPUtime=0.06
/proc/23517/stat : 23517 (sugar) S 23515 23517 18315 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24830440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23517/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701127 s]
/proc/loadavg: 2.18 2.05 2.01 4/80 23517
/proc/meminfo: memFree=1210576/2055920 swapFree=4192812/4192956
[pid=23517] ppid=23515 vsize=16868 CPUtime=0.06
/proc/23517/stat : 23517 (sugar) S 23515 23517 18315 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24830440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23517/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50222 s]
/proc/loadavg: 2.24 2.07 2.02 4/91 23529
/proc/meminfo: memFree=1185464/2055920 swapFree=4192812/4192956
[pid=23517] ppid=23515 vsize=16868 CPUtime=0.06
/proc/23517/stat : 23517 (sugar) S 23515 23517 18315 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24830440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23517/statm: 4217 1111 409 3 0 796 0
[pid=23520] ppid=23517 vsize=5356 CPUtime=0
/proc/23520/stat : 23520 (sh) S 23517 23517 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24830448 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23520/statm: 1339 233 193 169 0 50 0
[pid=23521] ppid=23520 vsize=864776 CPUtime=1.38
/proc/23521/stat : 23521 (java) S 23520 23517 18315 0 -1 0 14559 0 1 0 132 6 0 0 18 0 9 0 24830448 885530624 12593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23521/statm: 216194 12593 2556 9 0 210706 0
[pid=23521/tid=23522] ppid=23520 vsize=864776 CPUtime=0.78
/proc/23521/task/23522/stat : 23522 (java) R 23520 23517 18315 0 -1 64 3069 0 1 0 77 1 0 0 24 0 9 0 24830449 885530624 12593 996147200 134512640 134550932 4294955984 18446744073709551615 4126733957 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23523] ppid=23520 vsize=864776 CPUtime=0.46
/proc/23521/task/23523/stat : 23523 (java) S 23520 23517 18315 0 -1 64 10273 0 0 0 43 3 0 0 16 0 9 0 24830451 885530624 12593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23524] ppid=23520 vsize=864776 CPUtime=0
/proc/23521/task/23524/stat : 23524 (java) S 23520 23517 18315 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24830451 885530624 12593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23525] ppid=23520 vsize=864776 CPUtime=0
/proc/23521/task/23525/stat : 23525 (java) S 23520 23517 18315 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24830451 885530624 12593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23526] ppid=23520 vsize=864776 CPUtime=0
/proc/23521/task/23526/stat : 23526 (java) S 23520 23517 18315 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24830453 885530624 12593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23527] ppid=23520 vsize=864776 CPUtime=0.11
/proc/23521/task/23527/stat : 23527 (java) S 23520 23517 18315 0 -1 64 512 0 0 0 11 0 0 0 16 0 9 0 24830453 885530624 12593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23528] ppid=23520 vsize=864776 CPUtime=0
/proc/23521/task/23528/stat : 23528 (java) S 23520 23517 18315 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24830453 885530624 12593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23529] ppid=23520 vsize=864776 CPUtime=0
/proc/23521/task/23529/stat : 23529 (java) S 23520 23517 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24830453 885530624 12593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887000

[startup+3.10241 s]
/proc/loadavg: 2.24 2.07 2.02 5/91 23539
/proc/meminfo: memFree=1201848/2055920 swapFree=4192812/4192956
[pid=23517] ppid=23515 vsize=16868 CPUtime=1.93
/proc/23517/stat : 23517 (sugar) S 23515 23517 18315 0 -1 4194304 1309 16051 0 1 5 1 178 9 15 0 1 0 24830440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23517/statm: 4217 1111 409 3 0 796 0
[pid=23530] ppid=23517 vsize=5356 CPUtime=0
/proc/23530/stat : 23530 (sh) S 23517 23517 18315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24830642 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23530/statm: 1339 233 193 169 0 50 0
[pid=23531] ppid=23530 vsize=868560 CPUtime=1.05
/proc/23531/stat : 23531 (java) S 23530 23517 18315 0 -1 0 9348 0 1 0 101 4 0 0 18 0 9 0 24830642 889405440 8471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 217140 8471 2569 9 0 211645 0
[pid=23531/tid=23532] ppid=23530 vsize=868560 CPUtime=0.67
/proc/23531/task/23532/stat : 23532 (java) R 23530 23517 18315 0 -1 64 2603 0 1 0 66 1 0 0 23 0 9 0 24830643 889405440 8471 996147200 134512640 134550932 4294955936 18446744073709551615 4126510062 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23533] ppid=23530 vsize=868560 CPUtime=0.2
/proc/23531/task/23533/stat : 23533 (java) S 23530 23517 18315 0 -1 64 4589 0 0 0 19 1 0 0 16 0 9 0 24830644 889405440 8471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23534] ppid=23530 vsize=868560 CPUtime=0
/proc/23531/task/23534/stat : 23534 (java) S 23530 23517 18315 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24830644 889405440 8471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23535] ppid=23530 vsize=868560 CPUtime=0
/proc/23531/task/23535/stat : 23535 (java) S 23530 23517 18315 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24830644 889405440 8471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23536] ppid=23530 vsize=868560 CPUtime=0
/proc/23531/task/23536/stat : 23536 (java) S 23530 23517 18315 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24830647 889405440 8471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23537] ppid=23530 vsize=868560 CPUtime=0.14
/proc/23531/task/23537/stat : 23537 (java) S 23530 23517 18315 0 -1 64 1453 0 0 0 14 0 0 0 16 0 9 0 24830647 889405440 8471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23538] ppid=23530 vsize=868560 CPUtime=0
/proc/23531/task/23538/stat : 23538 (java) S 23530 23517 18315 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24830647 889405440 8471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23539] ppid=23530 vsize=868560 CPUtime=0
/proc/23531/task/23539/stat : 23539 (java) S 23530 23517 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24830647 889405440 8471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890784

[startup+6.30179 s]
/proc/loadavg: 2.30 2.08 2.02 3/91 23539
/proc/meminfo: memFree=1174008/2055920 swapFree=4192812/4192956
[pid=23517] ppid=23515 vsize=16868 CPUtime=1.93
/proc/23517/stat : 23517 (sugar) S 23515 23517 18315 0 -1 4194304 1309 16051 0 1 5 1 178 9 16 0 1 0 24830440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23517/statm: 4217 1111 409 3 0 796 0
[pid=23530] ppid=23517 vsize=5356 CPUtime=0
/proc/23530/stat : 23530 (sh) S 23517 23517 18315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24830642 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23530/statm: 1339 233 193 169 0 50 0
[pid=23531] ppid=23530 vsize=868648 CPUtime=4.21
/proc/23531/stat : 23531 (java) S 23530 23517 18315 0 -1 0 12402 0 1 0 413 8 0 0 18 0 9 0 24830642 889495552 11212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 217162 11212 2567 9 0 211667 0
[pid=23531/tid=23532] ppid=23530 vsize=868648 CPUtime=3.41
/proc/23531/task/23532/stat : 23532 (java) R 23530 23517 18315 0 -1 64 2931 0 1 0 339 2 0 0 25 0 9 0 24830643 889495552 11212 996147200 134512640 134550932 4294955936 18446744073709551615 4126508755 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23533] ppid=23530 vsize=868648 CPUtime=0.58
/proc/23531/task/23533/stat : 23533 (java) S 23530 23517 18315 0 -1 64 7284 0 0 0 53 5 0 0 16 0 9 0 24830644 889495552 11212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23534] ppid=23530 vsize=868648 CPUtime=0
/proc/23531/task/23534/stat : 23534 (java) S 23530 23517 18315 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24830644 889495552 11212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23535] ppid=23530 vsize=868648 CPUtime=0
/proc/23531/task/23535/stat : 23535 (java) S 23530 23517 18315 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24830644 889495552 11212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23536] ppid=23530 vsize=868648 CPUtime=0
/proc/23531/task/23536/stat : 23536 (java) S 23530 23517 18315 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24830647 889495552 11212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23537] ppid=23530 vsize=868648 CPUtime=0.19
/proc/23531/task/23537/stat : 23537 (java) S 23530 23517 18315 0 -1 64 1484 0 0 0 19 0 0 0 15 0 9 0 24830647 889495552 11212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23538] ppid=23530 vsize=868648 CPUtime=0
/proc/23531/task/23538/stat : 23538 (java) S 23530 23517 18315 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24830647 889495552 11212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23539] ppid=23530 vsize=868648 CPUtime=0
/proc/23531/task/23539/stat : 23539 (java) S 23530 23517 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24830647 889495552 11212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890872

[startup+12.7025 s]
/proc/loadavg: 2.28 2.08 2.02 3/91 23539
/proc/meminfo: memFree=1150840/2055920 swapFree=4192812/4192956
[pid=23517] ppid=23515 vsize=16868 CPUtime=1.93
/proc/23517/stat : 23517 (sugar) S 23515 23517 18315 0 -1 4194304 1309 16051 0 1 5 1 178 9 16 0 1 0 24830440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23517/statm: 4217 1111 409 3 0 796 0
[pid=23530] ppid=23517 vsize=5356 CPUtime=0
/proc/23530/stat : 23530 (sh) S 23517 23517 18315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24830642 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23530/statm: 1339 233 193 169 0 50 0
[pid=23531] ppid=23530 vsize=868648 CPUtime=10.55
/proc/23531/stat : 23531 (java) S 23530 23517 18315 0 -1 0 27477 0 1 0 1038 17 0 0 18 0 9 0 24830642 889495552 16723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 217162 16723 2568 9 0 211667 0
[pid=23531/tid=23532] ppid=23530 vsize=868648 CPUtime=8.68
/proc/23531/task/23532/stat : 23532 (java) R 23530 23517 18315 0 -1 64 3602 0 1 0 865 3 0 0 25 0 9 0 24830643 889495552 16723 996147200 134512640 134550932 4294955936 18446744073709551615 4126838261 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23533] ppid=23530 vsize=868648 CPUtime=1.65
/proc/23531/task/23533/stat : 23533 (java) S 23530 23517 18315 0 -1 64 21680 0 0 0 152 13 0 0 16 0 9 0 24830644 889495552 16723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23534] ppid=23530 vsize=868648 CPUtime=0
/proc/23531/task/23534/stat : 23534 (java) S 23530 23517 18315 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24830644 889495552 16723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23535] ppid=23530 vsize=868648 CPUtime=0
/proc/23531/task/23535/stat : 23535 (java) S 23530 23517 18315 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24830644 889495552 16723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23536] ppid=23530 vsize=868648 CPUtime=0
/proc/23531/task/23536/stat : 23536 (java) S 23530 23517 18315 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24830647 889495552 16723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23537] ppid=23530 vsize=868648 CPUtime=0.2
/proc/23531/task/23537/stat : 23537 (java) S 23530 23517 18315 0 -1 64 1492 0 0 0 20 0 0 0 16 0 9 0 24830647 889495552 16723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23538] ppid=23530 vsize=868648 CPUtime=0
/proc/23531/task/23538/stat : 23538 (java) S 23530 23517 18315 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24830647 889495552 16723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23539] ppid=23530 vsize=868648 CPUtime=0
/proc/23531/task/23539/stat : 23539 (java) S 23530 23517 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24830647 889495552 16723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890872

[startup+25.5021 s]
/proc/loadavg: 2.22 2.08 2.02 3/91 23539
/proc/meminfo: memFree=1102328/2055920 swapFree=4192812/4192956
[pid=23517] ppid=23515 vsize=16868 CPUtime=1.94
/proc/23517/stat : 23517 (sugar) S 23515 23517 18315 0 -1 4194304 1309 16051 0 1 6 1 178 9 16 0 1 0 24830440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23517/statm: 4217 1111 409 3 0 796 0
[pid=23530] ppid=23517 vsize=5356 CPUtime=0
/proc/23530/stat : 23530 (sh) S 23517 23517 18315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24830642 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23530/statm: 1339 233 193 169 0 50 0
[pid=23531] ppid=23530 vsize=868648 CPUtime=23.28
/proc/23531/stat : 23531 (java) S 23530 23517 18315 0 -1 0 44140 0 1 0 2300 28 0 0 18 0 9 0 24830642 889495552 28630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 217162 28630 2568 9 0 211667 0
[pid=23531/tid=23532] ppid=23530 vsize=868648 CPUtime=19.84
/proc/23531/task/23532/stat : 23532 (java) R 23530 23517 18315 0 -1 64 4336 0 1 0 1979 5 0 0 25 0 9 0 24830643 889495552 28630 996147200 134512640 134550932 4294955936 18446744073709551615 4126503904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23533] ppid=23530 vsize=868648 CPUtime=3.2
/proc/23531/task/23533/stat : 23533 (java) S 23530 23517 18315 0 -1 64 37607 0 0 0 298 22 0 0 16 0 9 0 24830644 889495552 28630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23534] ppid=23530 vsize=868648 CPUtime=0
/proc/23531/task/23534/stat : 23534 (java) S 23530 23517 18315 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24830644 889495552 28630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23535] ppid=23530 vsize=868648 CPUtime=0
/proc/23531/task/23535/stat : 23535 (java) S 23530 23517 18315 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24830644 889495552 28630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23536] ppid=23530 vsize=868648 CPUtime=0

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

[startup+282.302 s]
/proc/loadavg: 2.29 2.18 2.07 3/91 23541
/proc/meminfo: memFree=15352/2055920 swapFree=4192812/4192956
[pid=23517] ppid=23515 vsize=16868 CPUtime=1.94
/proc/23517/stat : 23517 (sugar) S 23515 23517 18315 0 -1 4194304 1310 16051 0 1 6 1 178 9 16 0 1 0 24830440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23517/statm: 4217 1111 409 3 0 796 0
[pid=23530] ppid=23517 vsize=5356 CPUtime=0
/proc/23530/stat : 23530 (sh) S 23517 23517 18315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24830642 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23530/statm: 1339 233 193 169 0 50 0
[pid=23531] ppid=23530 vsize=868760 CPUtime=275.19
/proc/23531/stat : 23531 (java) S 23530 23517 18315 0 -1 0 61009 0 1 0 26201 1318 0 0 18 0 9 0 24830642 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 217190 39709 2593 9 0 211667 0
[pid=23531/tid=23532] ppid=23530 vsize=868760 CPUtime=266.62
/proc/23531/task/23532/stat : 23532 (java) R 23530 23517 18315 0 -1 64 9012 0 1 0 25400 1262 0 0 25 0 9 0 24830643 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4126869523 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23533] ppid=23530 vsize=868760 CPUtime=8.24
/proc/23531/task/23533/stat : 23533 (java) S 23530 23517 18315 0 -1 64 49754 0 0 0 770 54 0 0 16 0 9 0 24830644 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23534] ppid=23530 vsize=868760 CPUtime=0
/proc/23531/task/23534/stat : 23534 (java) S 23530 23517 18315 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24830644 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23535] ppid=23530 vsize=868760 CPUtime=0
/proc/23531/task/23535/stat : 23535 (java) S 23530 23517 18315 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24830644 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23536] ppid=23530 vsize=868760 CPUtime=0
/proc/23531/task/23536/stat : 23536 (java) S 23530 23517 18315 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24830647 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23537] ppid=23530 vsize=868760 CPUtime=0.29
/proc/23531/task/23537/stat : 23537 (java) S 23530 23517 18315 0 -1 64 1540 0 0 0 29 0 0 0 15 0 9 0 24830647 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23538] ppid=23530 vsize=868760 CPUtime=0
/proc/23531/task/23538/stat : 23538 (java) S 23530 23517 18315 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24830647 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23539] ppid=23530 vsize=868760 CPUtime=0
/proc/23531/task/23539/stat : 23539 (java) S 23530 23517 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24830647 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 277.13
Current children cumulated vsize (KiB) 890984

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

[startup+307.102 s]
/proc/loadavg: 2.19 2.17 2.07 3/91 23541
/proc/meminfo: memFree=16056/2055920 swapFree=4192812/4192956
[pid=23517] ppid=23515 vsize=16868 CPUtime=1.94
/proc/23517/stat : 23517 (sugar) S 23515 23517 18315 0 -1 4194304 1310 16051 0 1 6 1 178 9 16 0 1 0 24830440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23517/statm: 4217 1111 409 3 0 796 0
[pid=23530] ppid=23517 vsize=5356 CPUtime=0
/proc/23530/stat : 23530 (sh) S 23517 23517 18315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24830642 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23530/statm: 1339 233 193 169 0 50 0
[pid=23531] ppid=23530 vsize=868760 CPUtime=299.41
/proc/23531/stat : 23531 (java) S 23530 23517 18315 0 -1 0 61411 0 1 0 28488 1453 0 0 18 0 9 0 24830642 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 217190 39709 2593 9 0 211667 0
[pid=23531/tid=23532] ppid=23530 vsize=868760 CPUtime=290.55
/proc/23531/task/23532/stat : 23532 (java) R 23530 23517 18315 0 -1 64 9414 0 1 0 27661 1394 0 0 25 0 9 0 24830643 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4127073170 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23533] ppid=23530 vsize=868760 CPUtime=8.54
/proc/23531/task/23533/stat : 23533 (java) S 23530 23517 18315 0 -1 64 49754 0 0 0 797 57 0 0 16 0 9 0 24830644 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23534] ppid=23530 vsize=868760 CPUtime=0
/proc/23531/task/23534/stat : 23534 (java) S 23530 23517 18315 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24830644 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23535] ppid=23530 vsize=868760 CPUtime=0
/proc/23531/task/23535/stat : 23535 (java) S 23530 23517 18315 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24830644 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23536] ppid=23530 vsize=868760 CPUtime=0
/proc/23531/task/23536/stat : 23536 (java) S 23530 23517 18315 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24830647 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23537] ppid=23530 vsize=868760 CPUtime=0.29
/proc/23531/task/23537/stat : 23537 (java) S 23530 23517 18315 0 -1 64 1540 0 0 0 29 0 0 0 15 0 9 0 24830647 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23538] ppid=23530 vsize=868760 CPUtime=0
/proc/23531/task/23538/stat : 23538 (java) S 23530 23517 18315 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24830647 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23539] ppid=23530 vsize=868760 CPUtime=0
/proc/23531/task/23539/stat : 23539 (java) S 23530 23517 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24830647 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 301.35
Current children cumulated vsize (KiB) 890984

[startup+319.903 s]
/proc/loadavg: 2.16 2.16 2.07 3/91 23541
/proc/meminfo: memFree=15992/2055920 swapFree=4192812/4192956
[pid=23517] ppid=23515 vsize=16868 CPUtime=1.94
/proc/23517/stat : 23517 (sugar) S 23515 23517 18315 0 -1 4194304 1310 16051 0 1 6 1 178 9 16 0 1 0 24830440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23517/statm: 4217 1111 409 3 0 796 0
[pid=23530] ppid=23517 vsize=5356 CPUtime=0
/proc/23530/stat : 23530 (sh) S 23517 23517 18315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24830642 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23530/statm: 1339 233 193 169 0 50 0
[pid=23531] ppid=23530 vsize=868760 CPUtime=311.84
/proc/23531/stat : 23531 (java) S 23530 23517 18315 0 -1 0 61621 0 1 0 29655 1529 0 0 18 0 9 0 24830642 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 217190 39709 2593 9 0 211667 0
[pid=23531/tid=23532] ppid=23530 vsize=868760 CPUtime=302.81
/proc/23531/task/23532/stat : 23532 (java) R 23530 23517 18315 0 -1 64 9624 0 1 0 28813 1468 0 0 25 0 9 0 24830643 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4126453830 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23533] ppid=23530 vsize=868760 CPUtime=8.7
/proc/23531/task/23533/stat : 23533 (java) S 23530 23517 18315 0 -1 64 49754 0 0 0 812 58 0 0 16 0 9 0 24830644 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23534] ppid=23530 vsize=868760 CPUtime=0
/proc/23531/task/23534/stat : 23534 (java) S 23530 23517 18315 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24830644 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23535] ppid=23530 vsize=868760 CPUtime=0
/proc/23531/task/23535/stat : 23535 (java) S 23530 23517 18315 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24830644 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23536] ppid=23530 vsize=868760 CPUtime=0
/proc/23531/task/23536/stat : 23536 (java) S 23530 23517 18315 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24830647 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23537] ppid=23530 vsize=868760 CPUtime=0.29
/proc/23531/task/23537/stat : 23537 (java) S 23530 23517 18315 0 -1 64 1540 0 0 0 29 0 0 0 15 0 9 0 24830647 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23538] ppid=23530 vsize=868760 CPUtime=0
/proc/23531/task/23538/stat : 23538 (java) S 23530 23517 18315 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24830647 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23539] ppid=23530 vsize=868760 CPUtime=0
/proc/23531/task/23539/stat : 23539 (java) S 23530 23517 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24830647 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 313.78
Current children cumulated vsize (KiB) 890984

[startup+323.101 s]
/proc/loadavg: 2.15 2.16 2.06 3/91 23541
/proc/meminfo: memFree=15864/2055920 swapFree=4192812/4192956
[pid=23517] ppid=23515 vsize=16868 CPUtime=1.94
/proc/23517/stat : 23517 (sugar) S 23515 23517 18315 0 -1 4194304 1310 16051 0 1 6 1 178 9 16 0 1 0 24830440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23517/statm: 4217 1111 409 3 0 796 0
[pid=23530] ppid=23517 vsize=5356 CPUtime=0
/proc/23530/stat : 23530 (sh) S 23517 23517 18315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24830642 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23530/statm: 1339 233 193 169 0 50 0
[pid=23531] ppid=23530 vsize=868760 CPUtime=314.96
/proc/23531/stat : 23531 (java) S 23530 23517 18315 0 -1 0 61675 0 1 0 29947 1549 0 0 18 0 9 0 24830642 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 217190 39709 2593 9 0 211667 0
[pid=23531/tid=23532] ppid=23530 vsize=868760 CPUtime=305.89
/proc/23531/task/23532/stat : 23532 (java) R 23530 23517 18315 0 -1 64 9678 0 1 0 29101 1488 0 0 25 0 9 0 24830643 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4126601111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23533] ppid=23530 vsize=868760 CPUtime=8.73
/proc/23531/task/23533/stat : 23533 (java) S 23530 23517 18315 0 -1 64 49754 0 0 0 815 58 0 0 16 0 9 0 24830644 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23534] ppid=23530 vsize=868760 CPUtime=0
/proc/23531/task/23534/stat : 23534 (java) S 23530 23517 18315 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24830644 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23535] ppid=23530 vsize=868760 CPUtime=0
/proc/23531/task/23535/stat : 23535 (java) S 23530 23517 18315 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24830644 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23536] ppid=23530 vsize=868760 CPUtime=0
/proc/23531/task/23536/stat : 23536 (java) S 23530 23517 18315 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24830647 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23537] ppid=23530 vsize=868760 CPUtime=0.29
/proc/23531/task/23537/stat : 23537 (java) S 23530 23517 18315 0 -1 64 1540 0 0 0 29 0 0 0 15 0 9 0 24830647 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23538] ppid=23530 vsize=868760 CPUtime=0
/proc/23531/task/23538/stat : 23538 (java) S 23530 23517 18315 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24830647 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23539] ppid=23530 vsize=868760 CPUtime=0
/proc/23531/task/23539/stat : 23539 (java) S 23530 23517 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24830647 889610240 39709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 316.9
Current children cumulated vsize (KiB) 890984

[startup+326.307 s]
/proc/loadavg: 2.22 2.17 2.07 2/82 23542
/proc/meminfo: memFree=164352/2055920 swapFree=4192812/4192956
[pid=23517] ppid=23515 vsize=16868 CPUtime=319.77
/proc/23517/stat : 23517 (sugar) D 23515 23517 18315 0 -1 4194304 1419 78427 0 10 7 74 30319 1577 21 0 1 0 24830440 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 227607811113 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23517/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 319.77
Current children cumulated vsize (KiB) 16868

[startup+327.902 s]
/proc/loadavg: 2.22 2.17 2.07 2/81 23543
/proc/meminfo: memFree=1496712/2055920 swapFree=4192812/4192956
[pid=23517] ppid=23515 vsize=16868 CPUtime=319.83
/proc/23517/stat : 23517 (sugar) D 23515 23517 18315 0 -1 4194304 1419 78427 0 10 7 80 30319 1577 18 0 1 0 24830440 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 227607811113 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23517/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 319.83
Current children cumulated vsize (KiB) 16868

[startup+328.302 s]
/proc/loadavg: 2.22 2.17 2.07 2/81 23543
/proc/meminfo: memFree=1496712/2055920 swapFree=4192812/4192956
[pid=23517] ppid=23515 vsize=16868 CPUtime=319.85
/proc/23517/stat : 23517 (sugar) D 23515 23517 18315 0 -1 4194304 1419 78427 0 10 7 82 30319 1577 18 0 1 0 24830440 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 227607811113 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23517/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 319.85
Current children cumulated vsize (KiB) 16868

[startup+328.502 s]
/proc/loadavg: 2.22 2.17 2.07 2/81 23543
/proc/meminfo: memFree=1496712/2055920 swapFree=4192812/4192956
[pid=23517] ppid=23515 vsize=16868 CPUtime=319.86
/proc/23517/stat : 23517 (sugar) D 23515 23517 18315 0 -1 4194304 1419 78427 0 10 7 83 30319 1577 18 0 1 0 24830440 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 227607811113 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23517/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 319.86
Current children cumulated vsize (KiB) 16868

[startup+328.602 s]
/proc/loadavg: 2.22 2.17 2.07 2/81 23543
/proc/meminfo: memFree=1496712/2055920 swapFree=4192812/4192956
[pid=23517] ppid=23515 vsize=16868 CPUtime=319.86
/proc/23517/stat : 23517 (sugar) D 23515 23517 18315 0 -1 4194304 1419 78427 0 10 7 83 30319 1577 18 0 1 0 24830440 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 227607811113 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23517/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 319.86
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 328.63
CPU time (s): 319.881
CPU user time (s): 303.273
CPU system time (s): 16.6085
CPU usage (%): 97.3377
Max. virtual memory (cumulated for all children) (KiB): 901372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 303.273
system time used= 16.6085
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79907
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= 56448
involuntary context switches= 63208

runsolver used 0.438933 second user time and 1.15482 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 07:47:56
IDJOB=2083567
IDBENCH=57858
IDSOLVER=739
FILE ID=node66/2083567-1247377676
PBS_JOBID= 9507051
Free space on /tmp= 66240 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp24/normalized-fapp24-2000-9.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083567-1247377676/watcher-2083567-1247377676 -o /tmp/evaluation-result-2083567-1247377676/solver-2083567-1247377676 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083567-1247377676.xml

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

MD5SUM BENCH= 5949c8c2a580bb7d18408c509e0c687a
RANDOM SEED=637897449

node66.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.214
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.214
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:       1211056 kB
Buffers:         71576 kB
Cached:         230276 kB
SwapCached:          0 kB
Active:         624572 kB
Inactive:       142076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1211056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5048 kB
Writeback:           0 kB
Mapped:         482560 kB
Slab:            62708 kB
Committed_AS:   927296 kB
PageTables:       2624 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= 66240 MiB
End job on node66 at 2009-07-12 07:53:25