Trace number 2083005

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? 676.127 1772.51

General information on the benchmark

Namecsp/fapp/fapp40/
normalized-fapp40-3000-2.xml
MD5SUM2fe472930e777421d5e31a3144b4206e
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 benchmark44.2453
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints53548
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension53548
Global constraints used (with number of constraints)

Solver Data

0.02/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.02/0.07	c 0	BEGIN Sun Jul 12 07:26:15 2009
0.02/0.07	c 0	PID 25446
0.02/0.07	c 0	HOST node76.alineos.net
0.02/0.07	c 0	CONVERTING HOME/instance-2083005-1247376375.xml TO HOME/temp.csp
0.02/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083005-1247376375.xml' 'HOME/temp.csp'
2.76/2.86	c 3	14 domains, 3000 variables, 8 predicates, 0 relations, 53548 constraints
2.83/2.90	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.83/2.90	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.83/2.97	c 3	Parsing HOME/temp.csp
2.85/3.14	c 3	parsed 10000 expressions
3.14/3.29	c 4	parsed 20000 expressions
3.33/3.46	c 4	parsed 30000 expressions
3.53/3.64	c 4	parsed 40000 expressions
3.62/3.76	c 4	parsed 50000 expressions
3.73/3.83	c 4	parsed 56570 expressions
3.73/3.84	c 4	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.73/3.84	c 4	Converting to clausal form CSP
10.88/11.07	c 11	converted 5657 (10%) expressions
24.11/24.31	c 25	converted 11314 (20%) expressions
37.43/37.73	c 38	converted 16971 (30%) expressions
50.26/50.66	c 51	converted 22628 (40%) expressions
63.19/63.62	c 64	converted 28285 (50%) expressions
75.32/75.82	c 76	converted 33942 (60%) expressions
87.16/87.73	c 88	converted 39599 (70%) expressions
98.80/99.47	c 100	converted 45256 (80%) expressions
110.83/111.50	c 112	converted 50913 (90%) expressions
120.38/121.11	c 121	converted 56570 (100%) expressions
120.38/121.12	c 121	CSP : 16130 integers, 153531 booleans, 352501 clauses, largest domain size 4543
120.38/121.12	c 121	Heap : 205 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
120.38/121.12	c 121	Propagation in CSP
133.82/134.64	c 135	1470 values, 0 unsatisfiable literals, and 0 valid clauses are removed
133.82/134.65	c 135	CSP : 16130 integers, 153531 booleans, 352501 clauses, largest domain size 4543
133.82/134.65	c 135	Heap : 221 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
133.92/134.73	c 135	Simplifing CSP by introducing new Boolean variables
134.71/135.52	c 136	CSP : 16130 integers, 284303 booleans, 483273 clauses, largest domain size 4543
134.71/135.52	c 136	Heap : 250 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
136.11/136.91	c 137	Encoding CSP to SAT : HOME/temp.cnf
171.33/172.30	c 173	1613 (10%) CSP integer variables are encoded (1000363 clauses, 16788325 bytes)
203.16/204.35	c 205	3226 (20%) CSP integer variables are encoded (2878110 clauses, 52465518 bytes)
211.38/212.62	c 213	4839 (30%) CSP integer variables are encoded (9893499 clauses, 185757909 bytes)
220.01/222.73	c 223	6452 (40%) CSP integer variables are encoded (16808422 clauses, 330768019 bytes)
228.70/233.27	c 234	8065 (50%) CSP integer variables are encoded (23799465 clauses, 477579922 bytes)
237.55/247.73	c 248	9678 (60%) CSP integer variables are encoded (30801446 clauses, 624621523 bytes)
246.19/256.49	c 257	11291 (70%) CSP integer variables are encoded (37749131 clauses, 770522908 bytes)
255.06/270.05	c 270	12904 (80%) CSP integer variables are encoded (44766838 clauses, 917894755 bytes)
264.21/703.07	c 703	14517 (90%) CSP integer variables are encoded (51649717 clauses, 1062435214 bytes)
272.88/712.73	c 713	16130 (100%) CSP integer variables are encoded (58532088 clauses, 1206965005 bytes)
425.57/1065.84	c 1066	48328 (10%) CSP clauses are encoded (84928586 clauses, 1941192406 bytes)
571.95/1227.72	c 1228	96655 (20%) CSP clauses are encoded (110551600 clauses, 2691606056 bytes)
675.19/1764.32	c 1765	ERROR Exception Too large HOME/temp.cnf
675.19/1764.32	c 1765	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
675.19/1764.32	c 1765	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
675.19/1764.32	c 1765	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
675.19/1764.32	s UNKNOWN
675.19/1764.37	c 1765	CPU 675.26 (0.06 0.01 656.23 18.96)
675.19/1764.37	c 1765	END Sun Jul 12 07:55:40 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-2083005-1247376375/watcher-2083005-1247376375 -o /tmp/evaluation-result-2083005-1247376375/solver-2083005-1247376375 -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-2083005-1247376375.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.00 2.02 2.07 4/82 25446
/proc/meminfo: memFree=1738136/2055920 swapFree=4192812/4192956
[pid=25446] ppid=25444 vsize=12272 CPUtime=0
/proc/25446/stat : 25446 (sugar) R 25444 25446 19619 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 24702869 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 265674259045 0 0 4224 0 0 0 0 17 0 0 0
/proc/25446/statm: 3068 327 246 3 0 168 0

[startup+0.0389151 s]
/proc/loadavg: 2.00 2.02 2.07 4/82 25446
/proc/meminfo: memFree=1738136/2055920 swapFree=4192812/4192956
[pid=25446] ppid=25444 vsize=13468 CPUtime=0.02
/proc/25446/stat : 25446 (sugar) R 25444 25446 19619 0 -1 4194304 755 0 0 0 2 0 0 0 18 0 1 0 24702869 13791232 723 996147200 4194304 4206940 548682068608 18446744073709551615 265674259045 0 0 4224 0 0 0 0 17 0 0 0
/proc/25446/statm: 3367 723 338 3 0 467 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13468

[startup+0.103933 s]
/proc/loadavg: 2.00 2.02 2.07 4/82 25446
/proc/meminfo: memFree=1738136/2055920 swapFree=4192812/4192956
[pid=25446] ppid=25444 vsize=16868 CPUtime=0.06
/proc/25446/stat : 25446 (sugar) S 25444 25446 19619 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24702869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25446/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30297 s]
/proc/loadavg: 2.00 2.02 2.07 4/82 25446
/proc/meminfo: memFree=1738136/2055920 swapFree=4192812/4192956
[pid=25446] ppid=25444 vsize=16868 CPUtime=0.06
/proc/25446/stat : 25446 (sugar) S 25444 25446 19619 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24702869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25446/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701051 s]
/proc/loadavg: 2.00 2.02 2.07 4/82 25446
/proc/meminfo: memFree=1738136/2055920 swapFree=4192812/4192956
[pid=25446] ppid=25444 vsize=16868 CPUtime=0.06
/proc/25446/stat : 25446 (sugar) S 25444 25446 19619 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24702869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25446/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5012 s]
/proc/loadavg: 2.00 2.02 2.07 4/93 25458
/proc/meminfo: memFree=1700544/2055920 swapFree=4192812/4192956
[pid=25446] ppid=25444 vsize=16868 CPUtime=0.06
/proc/25446/stat : 25446 (sugar) S 25444 25446 19619 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24702869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25446/statm: 4217 1111 409 3 0 796 0
[pid=25449] ppid=25446 vsize=5356 CPUtime=0
/proc/25449/stat : 25449 (sh) S 25446 25446 19619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24702876 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25449/statm: 1339 233 193 169 0 50 0
[pid=25450] ppid=25449 vsize=864756 CPUtime=1.4
/proc/25450/stat : 25450 (java) S 25449 25446 19619 0 -1 0 18856 0 1 0 130 10 0 0 18 0 9 0 24702877 885510144 15919 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25450/statm: 216189 15919 2556 9 0 210701 0
[pid=25450/tid=25451] ppid=25449 vsize=864756 CPUtime=0.68
/proc/25450/task/25451/stat : 25451 (java) R 25449 25446 19619 0 -1 64 3359 0 1 0 65 3 0 0 25 0 9 0 24702878 885510144 15919 996147200 134512640 134550932 4294955984 18446744073709551615 4126698263 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25450/tid=25452] ppid=25449 vsize=864756 CPUtime=0.59
/proc/25450/task/25452/stat : 25452 (java) S 25449 25446 19619 0 -1 64 14280 0 0 0 53 6 0 0 16 0 9 0 24702879 885510144 15919 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25450/tid=25453] ppid=25449 vsize=864756 CPUtime=0
/proc/25450/task/25453/stat : 25453 (java) S 25449 25446 19619 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24702879 885510144 15919 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25450/tid=25454] ppid=25449 vsize=864756 CPUtime=0
/proc/25450/task/25454/stat : 25454 (java) S 25449 25446 19619 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24702879 885510144 15919 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25450/tid=25455] ppid=25449 vsize=864756 CPUtime=0
/proc/25450/task/25455/stat : 25455 (java) S 25449 25446 19619 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24702881 885510144 15919 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25450/tid=25456] ppid=25449 vsize=864756 CPUtime=0.11
/proc/25450/task/25456/stat : 25456 (java) S 25449 25446 19619 0 -1 64 512 0 0 0 11 0 0 0 16 0 9 0 24702881 885510144 15919 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25450/tid=25457] ppid=25449 vsize=864756 CPUtime=0
/proc/25450/task/25457/stat : 25457 (java) S 25449 25446 19619 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24702881 885510144 15919 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25450/tid=25458] ppid=25449 vsize=864756 CPUtime=0
/proc/25450/task/25458/stat : 25458 (java) S 25449 25446 19619 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24702881 885510144 15919 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886980

[startup+3.10151 s]
/proc/loadavg: 2.00 2.02 2.07 4/93 25458
/proc/meminfo: memFree=1652672/2055920 swapFree=4192812/4192956
[pid=25446] ppid=25444 vsize=16868 CPUtime=2.85
/proc/25446/stat : 25446 (sugar) S 25444 25446 19619 0 -1 4194304 1309 27545 0 1 5 1 262 17 16 0 1 0 24702869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25446/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 16868

[startup+6.30113 s]
/proc/loadavg: 2.08 2.03 2.07 3/93 25468
/proc/meminfo: memFree=1694016/2055920 swapFree=4192812/4192956
[pid=25446] ppid=25444 vsize=16868 CPUtime=2.85
/proc/25446/stat : 25446 (sugar) S 25444 25446 19619 0 -1 4194304 1309 27545 0 1 5 1 262 17 16 0 1 0 24702869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25446/statm: 4217 1111 409 3 0 796 0
[pid=25459] ppid=25446 vsize=5356 CPUtime=0
/proc/25459/stat : 25459 (sh) S 25446 25446 19619 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24703159 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25459/statm: 1339 233 193 169 0 50 0
[pid=25460] ppid=25459 vsize=868504 CPUtime=3.36
/proc/25460/stat : 25460 (java) S 25459 25446 19619 0 -1 0 13676 0 1 0 328 8 0 0 18 0 9 0 24703160 889348096 12267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25460/statm: 217126 12267 2570 9 0 211631 0
[pid=25460/tid=25461] ppid=25459 vsize=868504 CPUtime=2.57
/proc/25460/task/25461/stat : 25461 (java) R 25459 25446 19619 0 -1 64 2914 0 1 0 255 2 0 0 25 0 9 0 24703160 889348096 12267 996147200 134512640 134550932 4294955936 18446744073709551615 4126508784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25462] ppid=25459 vsize=868504 CPUtime=0.6
/proc/25460/task/25462/stat : 25462 (java) S 25459 25446 19619 0 -1 64 8580 0 0 0 56 4 0 0 16 0 9 0 24703162 889348096 12267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25463] ppid=25459 vsize=868504 CPUtime=0
/proc/25460/task/25463/stat : 25463 (java) S 25459 25446 19619 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24703162 889348096 12267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25464] ppid=25459 vsize=868504 CPUtime=0
/proc/25460/task/25464/stat : 25464 (java) S 25459 25446 19619 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24703162 889348096 12267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25465] ppid=25459 vsize=868504 CPUtime=0
/proc/25460/task/25465/stat : 25465 (java) S 25459 25446 19619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24703164 889348096 12267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25466] ppid=25459 vsize=868504 CPUtime=0.16
/proc/25460/task/25466/stat : 25466 (java) S 25459 25446 19619 0 -1 64 1480 0 0 0 16 0 0 0 15 0 9 0 24703164 889348096 12267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25467] ppid=25459 vsize=868504 CPUtime=0
/proc/25460/task/25467/stat : 25467 (java) S 25459 25446 19619 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24703164 889348096 12267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25468] ppid=25459 vsize=868504 CPUtime=0
/proc/25460/task/25468/stat : 25468 (java) S 25459 25446 19619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24703164 889348096 12267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 890728

[startup+12.7024 s]
/proc/loadavg: 2.08 2.03 2.07 3/93 25468
/proc/meminfo: memFree=1684800/2055920 swapFree=4192812/4192956
[pid=25446] ppid=25444 vsize=16868 CPUtime=2.85
/proc/25446/stat : 25446 (sugar) S 25444 25446 19619 0 -1 4194304 1309 27545 0 1 5 1 262 17 16 0 1 0 24702869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25446/statm: 4217 1111 409 3 0 796 0
[pid=25459] ppid=25446 vsize=5356 CPUtime=0
/proc/25459/stat : 25459 (sh) S 25446 25446 19619 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24703159 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25459/statm: 1339 233 193 169 0 50 0
[pid=25460] ppid=25459 vsize=868504 CPUtime=9.72
/proc/25460/stat : 25460 (java) S 25459 25446 19619 0 -1 0 16279 0 1 0 960 12 0 0 18 0 9 0 24703160 889348096 14572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25460/statm: 217126 14572 2570 9 0 211631 0
[pid=25460/tid=25461] ppid=25459 vsize=868504 CPUtime=8.5
/proc/25460/task/25461/stat : 25461 (java) R 25459 25446 19619 0 -1 64 3212 0 1 0 848 2 0 0 25 0 9 0 24703160 889348096 14572 996147200 134512640 134550932 4294955936 18446744073709551615 4126510154 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25462] ppid=25459 vsize=868504 CPUtime=1.01
/proc/25460/task/25462/stat : 25462 (java) S 25459 25446 19619 0 -1 64 10879 0 0 0 93 8 0 0 16 0 9 0 24703162 889348096 14572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25463] ppid=25459 vsize=868504 CPUtime=0
/proc/25460/task/25463/stat : 25463 (java) S 25459 25446 19619 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24703162 889348096 14572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25464] ppid=25459 vsize=868504 CPUtime=0
/proc/25460/task/25464/stat : 25464 (java) S 25459 25446 19619 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24703162 889348096 14572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25465] ppid=25459 vsize=868504 CPUtime=0
/proc/25460/task/25465/stat : 25465 (java) S 25459 25446 19619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24703164 889348096 14572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25466] ppid=25459 vsize=868504 CPUtime=0.17
/proc/25460/task/25466/stat : 25466 (java) S 25459 25446 19619 0 -1 64 1486 0 0 0 17 0 0 0 16 0 9 0 24703164 889348096 14572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25467] ppid=25459 vsize=868504 CPUtime=0
/proc/25460/task/25467/stat : 25467 (java) S 25459 25446 19619 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24703164 889348096 14572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25468] ppid=25459 vsize=868504 CPUtime=0
/proc/25460/task/25468/stat : 25468 (java) S 25459 25446 19619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24703164 889348096 14572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 890728

[startup+25.5028 s]
/proc/loadavg: 2.20 2.06 2.08 4/93 25468
/proc/meminfo: memFree=1660800/2055920 swapFree=4192812/4192956
[pid=25446] ppid=25444 vsize=16868 CPUtime=2.85
/proc/25446/stat : 25446 (sugar) S 25444 25446 19619 0 -1 4194304 1309 27545 0 1 5 1 262 17 16 0 1 0 24702869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25446/statm: 4217 1111 409 3 0 796 0
[pid=25459] ppid=25446 vsize=5356 CPUtime=0
/proc/25459/stat : 25459 (sh) S 25446 25446 19619 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24703159 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25459/statm: 1339 233 193 169 0 50 0
[pid=25460] ppid=25459 vsize=868504 CPUtime=22.45
/proc/25460/stat : 25460 (java) S 25459 25446 19619 0 -1 0 26689 0 1 0 2225 20 0 0 18 0 9 0 24703160 889348096 20430 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25460/statm: 217126 20430 2568 9 0 211631 0
[pid=25460/tid=25461] ppid=25459 vsize=868504 CPUtime=20.16
/proc/25460/task/25461/stat : 25461 (java) R 25459 25446 19619 0 -1 64 3868 0 1 0 2012 4 0 0 25 0 9 0 24703160 889348096 20430 996147200 134512640 134550932 4294955936 18446744073709551615 4126508784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25462] ppid=25459 vsize=868504 CPUtime=2.07
/proc/25460/task/25462/stat : 25462 (java) S 25459 25446 19619 0 -1 64 20624 0 0 0 193 14 0 0 16 0 9 0 24703162 889348096 20430 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25463] ppid=25459 vsize=868504 CPUtime=0
/proc/25460/task/25463/stat : 25463 (java) S 25459 25446 19619 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24703162 889348096 20430 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25464] ppid=25459 vsize=868504 CPUtime=0
/proc/25460/task/25464/stat : 25464 (java) S 25459 25446 19619 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24703162 889348096 20430 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25465] ppid=25459 vsize=868504 CPUtime=0
/proc/25460/task/25465/stat : 25465 (java) S 25459 25446 19619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24703164 889348096 20430 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25466] ppid=25459 vsize=868504 CPUtime=0.18
/proc/25460/task/25466/stat : 25466 (java) S 25459 25446 19619 0 -1 64 1495 0 0 0 18 0 0 0 15 0 9 0 24703164 889348096 20430 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25467] ppid=25459 vsize=868504 CPUtime=0
/proc/25460/task/25467/stat : 25467 (java) S 25459 25446 19619 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24703164 889348096 20430 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25468] ppid=25459 vsize=868504 CPUtime=0
/proc/25460/task/25468/stat : 25468 (java) S 25459 25446 19619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24703164 889348096 20430 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 890728

[startup+51.1027 s]
/proc/loadavg: 2.13 2.06 2.08 3/93 25468
/proc/meminfo: memFree=1616512/2055920 swapFree=4192812/4192956
[pid=25446] ppid=25444 vsize=16868 CPUtime=2.85
/proc/25446/stat : 25446 (sugar) S 25444 25446 19619 0 -1 4194304 1309 27545 0 1 5 1 262 17 16 0 1 0 24702869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25446/statm: 4217 1111 409 3 0 796 0
[pid=25459] ppid=25446 vsize=5356 CPUtime=0
/proc/25459/stat : 25459 (sh) S 25446 25446 19619 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24703159 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25459/statm: 1339 233 193 169 0 50 0
[pid=25460] ppid=25459 vsize=868504 CPUtime=47.91
/proc/25460/stat : 25460 (java) S 25459 25446 19619 0 -1 0 42480 0 1 0 4759 32 0 0 18 0 9 0 24703160 889348096 31579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25460/statm: 217126 31579 2568 9 0 211631 0

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

/proc/25460/statm: 217154 73908 2593 9 0 211631 0
[pid=25460/tid=25461] ppid=25459 vsize=868616 CPUtime=600.63
/proc/25460/task/25461/stat : 25461 (java) D 25459 25446 19619 0 -1 64 10033 0 1 0 58415 1648 0 0 24 0 9 0 24703160 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=25460/tid=25462] ppid=25459 vsize=868616 CPUtime=14.18
/proc/25460/task/25462/stat : 25462 (java) S 25459 25446 19619 0 -1 64 85713 0 0 0 1353 65 0 0 16 0 9 0 24703162 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25460/tid=25463] ppid=25459 vsize=868616 CPUtime=0
/proc/25460/task/25463/stat : 25463 (java) S 25459 25446 19619 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24703162 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25464] ppid=25459 vsize=868616 CPUtime=0
/proc/25460/task/25464/stat : 25464 (java) S 25459 25446 19619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24703162 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25465] ppid=25459 vsize=868616 CPUtime=0
/proc/25460/task/25465/stat : 25465 (java) S 25459 25446 19619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24703164 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25466] ppid=25459 vsize=868616 CPUtime=0.28
/proc/25460/task/25466/stat : 25466 (java) S 25459 25446 19619 0 -1 64 1546 0 0 0 27 1 0 0 16 0 9 0 24703164 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25460/tid=25467] ppid=25459 vsize=868616 CPUtime=0
/proc/25460/task/25467/stat : 25467 (java) S 25459 25446 19619 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24703164 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25468] ppid=25459 vsize=868616 CPUtime=0
/proc/25460/task/25468/stat : 25468 (java) S 25459 25446 19619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24703164 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 618
Current children cumulated vsize (KiB) 890840
heavy processes:

[startup+1722.3 s]
/proc/loadavg: 3.91 5.21 5.08 2/82 25566
/proc/meminfo: memFree=256144/2055920 swapFree=4192812/4192956
[pid=25446] ppid=25444 vsize=16868 CPUtime=2.86
/proc/25446/stat : 25446 (sugar) S 25444 25446 19619 0 -1 4194304 1310 27545 0 1 6 1 262 17 16 0 1 0 24702869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25446/statm: 4217 1111 409 3 0 796 0
[pid=25459] ppid=25446 vsize=5356 CPUtime=0
/proc/25459/stat : 25459 (sh) S 25446 25446 19619 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24703159 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25459/statm: 1339 233 193 169 0 50 0
[pid=25460] ppid=25459 vsize=868616 CPUtime=631.16
/proc/25460/stat : 25460 (java) S 25459 25446 19619 0 -1 0 98067 0 1 0 61355 1761 0 0 18 0 9 0 24703160 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25460/statm: 217154 73908 2593 9 0 211631 0
[pid=25460/tid=25461] ppid=25459 vsize=868616 CPUtime=616.57
/proc/25460/task/25461/stat : 25461 (java) R 25459 25446 19619 0 -1 64 10106 0 1 0 59964 1693 0 0 25 0 9 0 24703160 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25460/tid=25462] ppid=25459 vsize=868616 CPUtime=14.26
/proc/25460/task/25462/stat : 25462 (java) S 25459 25446 19619 0 -1 64 85713 0 0 0 1361 65 0 0 16 0 9 0 24703162 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25460/tid=25463] ppid=25459 vsize=868616 CPUtime=0
/proc/25460/task/25463/stat : 25463 (java) S 25459 25446 19619 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24703162 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25464] ppid=25459 vsize=868616 CPUtime=0
/proc/25460/task/25464/stat : 25464 (java) S 25459 25446 19619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24703162 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25465] ppid=25459 vsize=868616 CPUtime=0
/proc/25460/task/25465/stat : 25465 (java) S 25459 25446 19619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24703164 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25466] ppid=25459 vsize=868616 CPUtime=0.28
/proc/25460/task/25466/stat : 25466 (java) S 25459 25446 19619 0 -1 64 1546 0 0 0 27 1 0 0 16 0 9 0 24703164 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25460/tid=25467] ppid=25459 vsize=868616 CPUtime=0
/proc/25460/task/25467/stat : 25467 (java) S 25459 25446 19619 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24703164 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25468] ppid=25459 vsize=868616 CPUtime=0
/proc/25460/task/25468/stat : 25468 (java) S 25459 25446 19619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24703164 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 634.02
Current children cumulated vsize (KiB) 890840
heavy processes:

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

[startup+1740.7 s]
/proc/loadavg: 3.71 5.08 5.04 2/88 25578
/proc/meminfo: memFree=141344/2055920 swapFree=4192812/4192956
[pid=25446] ppid=25444 vsize=16868 CPUtime=2.86
/proc/25446/stat : 25446 (sugar) S 25444 25446 19619 0 -1 4194304 1310 27545 0 1 6 1 262 17 16 0 1 0 24702869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25446/statm: 4217 1111 409 3 0 796 0
[pid=25459] ppid=25446 vsize=5356 CPUtime=0
/proc/25459/stat : 25459 (sh) S 25446 25446 19619 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24703159 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25459/statm: 1339 233 193 169 0 50 0
[pid=25460] ppid=25459 vsize=868616 CPUtime=649.45
/proc/25460/stat : 25460 (java) S 25459 25446 19619 0 -1 0 98152 0 1 0 63132 1813 0 0 18 0 9 0 24703160 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25460/statm: 217154 73908 2593 9 0 211631 0
[pid=25460/tid=25461] ppid=25459 vsize=868616 CPUtime=634.79
/proc/25460/task/25461/stat : 25461 (java) R 25459 25446 19619 0 -1 64 10191 0 1 0 61734 1745 0 0 18 0 9 0 24703160 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4126984585 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25462] ppid=25459 vsize=868616 CPUtime=14.35
/proc/25460/task/25462/stat : 25462 (java) S 25459 25446 19619 0 -1 64 85713 0 0 0 1369 66 0 0 16 0 9 0 24703162 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25460/tid=25463] ppid=25459 vsize=868616 CPUtime=0
/proc/25460/task/25463/stat : 25463 (java) S 25459 25446 19619 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24703162 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25464] ppid=25459 vsize=868616 CPUtime=0
/proc/25460/task/25464/stat : 25464 (java) S 25459 25446 19619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24703162 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25465] ppid=25459 vsize=868616 CPUtime=0
/proc/25460/task/25465/stat : 25465 (java) S 25459 25446 19619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24703164 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25466] ppid=25459 vsize=868616 CPUtime=0.28
/proc/25460/task/25466/stat : 25466 (java) S 25459 25446 19619 0 -1 64 1546 0 0 0 27 1 0 0 16 0 9 0 24703164 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25460/tid=25467] ppid=25459 vsize=868616 CPUtime=0
/proc/25460/task/25467/stat : 25467 (java) S 25459 25446 19619 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24703164 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25468] ppid=25459 vsize=868616 CPUtime=0
/proc/25460/task/25468/stat : 25468 (java) S 25459 25446 19619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24703164 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 652.31
Current children cumulated vsize (KiB) 890840

[startup+1753.5 s]
/proc/loadavg: 3.84 5.06 5.04 2/90 25617
/proc/meminfo: memFree=226368/2055920 swapFree=4192812/4192956
[pid=25446] ppid=25444 vsize=16868 CPUtime=2.86
/proc/25446/stat : 25446 (sugar) S 25444 25446 19619 0 -1 4194304 1310 27545 0 1 6 1 262 17 16 0 1 0 24702869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25446/statm: 4217 1111 409 3 0 796 0
[pid=25459] ppid=25446 vsize=5356 CPUtime=0
/proc/25459/stat : 25459 (sh) S 25446 25446 19619 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24703159 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25459/statm: 1339 233 193 169 0 50 0
[pid=25460] ppid=25459 vsize=868616 CPUtime=662.02
/proc/25460/stat : 25460 (java) S 25459 25446 19619 0 -1 0 98210 0 1 0 64356 1846 0 0 18 0 9 0 24703160 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25460/statm: 217154 73908 2593 9 0 211631 0
[pid=25460/tid=25461] ppid=25459 vsize=868616 CPUtime=647.29
/proc/25460/task/25461/stat : 25461 (java) R 25459 25446 19619 0 -1 64 10249 0 1 0 62951 1778 0 0 22 0 9 0 24703160 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4126984648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25460/tid=25462] ppid=25459 vsize=868616 CPUtime=14.41
/proc/25460/task/25462/stat : 25462 (java) S 25459 25446 19619 0 -1 64 85713 0 0 0 1375 66 0 0 15 0 9 0 24703162 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25460/tid=25463] ppid=25459 vsize=868616 CPUtime=0
/proc/25460/task/25463/stat : 25463 (java) S 25459 25446 19619 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24703162 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25464] ppid=25459 vsize=868616 CPUtime=0
/proc/25460/task/25464/stat : 25464 (java) S 25459 25446 19619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24703162 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25465] ppid=25459 vsize=868616 CPUtime=0
/proc/25460/task/25465/stat : 25465 (java) S 25459 25446 19619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24703164 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25466] ppid=25459 vsize=868616 CPUtime=0.28
/proc/25460/task/25466/stat : 25466 (java) S 25459 25446 19619 0 -1 64 1546 0 0 0 27 1 0 0 16 0 9 0 24703164 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25460/tid=25467] ppid=25459 vsize=868616 CPUtime=0
/proc/25460/task/25467/stat : 25467 (java) S 25459 25446 19619 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24703164 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25460/tid=25468] ppid=25459 vsize=868616 CPUtime=0
/proc/25460/task/25468/stat : 25468 (java) S 25459 25446 19619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24703164 889462784 73908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 664.88
Current children cumulated vsize (KiB) 890840

[startup+1766.3 s]
/proc/loadavg: 3.73 4.98 5.01 2/85 25622
/proc/meminfo: memFree=300392/2055920 swapFree=4192812/4192956
[pid=25446] ppid=25444 vsize=16868 CPUtime=675.26
/proc/25446/stat : 25446 (sugar) D 25444 25446 19619 0 -1 4194304 1335 126100 0 2 6 1 65623 1896 17 0 1 0 24702869 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25446/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 675.26
Current children cumulated vsize (KiB) 16868

[startup+1769.5 s]
/proc/loadavg: 3.73 4.98 5.01 2/85 25622
/proc/meminfo: memFree=1472624/2055920 swapFree=4192812/4192956
[pid=25446] ppid=25444 vsize=16868 CPUtime=675.77
/proc/25446/stat : 25446 (sugar) D 25444 25446 19619 0 -1 4194304 1335 126100 0 2 6 52 65623 1896 18 0 1 0 24702869 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/25446/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 675.77
Current children cumulated vsize (KiB) 16868

[startup+1771.1 s]
/proc/loadavg: 3.67 4.94 5.00 2/85 25622
/proc/meminfo: memFree=1472944/2055920 swapFree=4192812/4192956
[pid=25446] ppid=25444 vsize=16868 CPUtime=675.78
/proc/25446/stat : 25446 (sugar) D 25444 25446 19619 0 -1 4194304 1335 126100 0 2 6 53 65623 1896 18 0 1 0 24702869 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/25446/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 675.78
Current children cumulated vsize (KiB) 16868

[startup+1771.9 s]
/proc/loadavg: 3.67 4.94 5.00 2/85 25622
/proc/meminfo: memFree=1472944/2055920 swapFree=4192812/4192956
[pid=25446] ppid=25444 vsize=16868 CPUtime=675.92
/proc/25446/stat : 25446 (sugar) R 25444 25446 19619 0 -1 4194304 1335 126100 0 2 6 67 65623 1896 18 0 1 0 24702869 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25446/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 675.92
Current children cumulated vsize (KiB) 16868

[startup+1772.3 s]
/proc/loadavg: 3.67 4.94 5.00 4/85 25622
/proc/meminfo: memFree=1690800/2055920 swapFree=4192812/4192956
[pid=25446] ppid=25444 vsize=16868 CPUtime=676.11
/proc/25446/stat : 25446 (sugar) D 25444 25446 19619 0 -1 4194304 1335 126100 0 2 6 86 65623 1896 18 0 1 0 24702869 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25446/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 676.11
Current children cumulated vsize (KiB) 16868

[startup+1772.5 s]
/proc/loadavg: 3.67 4.94 5.00 4/85 25622
/proc/meminfo: memFree=1690800/2055920 swapFree=4192812/4192956
[pid=25446] ppid=25444 vsize=16868 CPUtime=676.11
/proc/25446/stat : 25446 (sugar) D 25444 25446 19619 0 -1 4194304 1335 126100 0 2 6 86 65623 1896 18 0 1 0 24702869 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25446/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 676.11
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1772.51
CPU time (s): 676.127
CPU user time (s): 656.297
CPU system time (s): 19.83
CPU usage (%): 38.1453
Max. virtual memory (cumulated for all children) (KiB): 904980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 656.297
system time used= 19.83
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127496
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80904
involuntary context switches= 77791

runsolver used 2.28065 second user time and 6.05008 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 07:26:15
IDJOB=2083005
IDBENCH=57672
IDSOLVER=738
FILE ID=node76/2083005-1247376375
PBS_JOBID= 9506996
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp40/normalized-fapp40-3000-2.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-2083005-1247376375/watcher-2083005-1247376375 -o /tmp/evaluation-result-2083005-1247376375/solver-2083005-1247376375 -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-2083005-1247376375.xml

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

MD5SUM BENCH= 2fe472930e777421d5e31a3144b4206e
RANDOM SEED=726918526

node76.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.277
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.277
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1738616 kB
Buffers:         42564 kB
Cached:         171976 kB
SwapCached:          0 kB
Active:         170160 kB
Inactive:        80384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9100 kB
Writeback:           0 kB
Mapped:          56456 kB
Slab:            51916 kB
Committed_AS:   218112 kB
PageTables:       1940 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= 66416 MiB
End job on node76 at 2009-07-12 07:55:48