Trace number 2083577

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? 316.702 322.959

General information on the benchmark

Namecsp/fapp/fapp24/
normalized-fapp24-2000-10.xml
MD5SUMda2491dfd5d4c48595148d7cd3674d2d
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 benchmark28.7276
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.05/0.22	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.22	c 0	BEGIN Sun Jul 12 07:48:07 2009
0.05/0.22	c 0	PID 24650
0.05/0.22	c 0	HOST node10.alineos.net
0.05/0.22	c 0	CONVERTING HOME/instance-2083577-1247377686.xml TO HOME/temp.csp
0.05/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083577-1247377686.xml' 'HOME/temp.csp'
1.62/1.81	c 1	13 domains, 2000 variables, 8 predicates, 0 relations, 26753 constraints
1.62/1.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.62/1.84	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.64/1.92	c 1	Parsing HOME/temp.csp
1.88/2.11	c 2	parsed 10000 expressions
1.98/2.26	c 2	parsed 20000 expressions
2.17/2.42	c 2	parsed 28774 expressions
2.17/2.43	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.17/2.43	c 2	Converting to clausal form CSP
3.77/4.01	c 4	converted 2878 (10%) expressions
7.17/7.45	c 7	converted 5755 (20%) expressions
10.57/10.87	c 10	converted 8633 (30%) expressions
13.66/13.92	c 13	converted 11510 (40%) expressions
16.66/16.91	c 16	converted 14387 (50%) expressions
19.96/20.29	c 20	converted 17265 (60%) expressions
22.77/23.09	c 23	converted 20142 (70%) expressions
25.36/25.68	c 25	converted 23020 (80%) expressions
27.76/28.05	c 28	converted 25897 (90%) expressions
30.65/30.97	c 31	converted 28774 (100%) expressions
30.65/30.97	c 31	CSP : 7310 integers, 76068 booleans, 171902 clauses, largest domain size 2721
30.65/30.97	c 31	Heap : 115 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.65/30.97	c 31	Propagation in CSP
33.25/33.52	c 33	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
33.25/33.52	c 33	CSP : 7310 integers, 76068 booleans, 171902 clauses, largest domain size 2721
33.25/33.52	c 33	Heap : 106 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
33.25/33.57	c 33	Simplifing CSP by introducing new Boolean variables
33.65/33.96	c 34	CSP : 7310 integers, 138448 booleans, 234282 clauses, largest domain size 2721
33.65/33.96	c 34	Heap : 128 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.55/34.81	c 34	Encoding CSP to SAT : HOME/temp.cnf
39.05/39.34	c 39	731 (10%) CSP integer variables are encoded (205020 clauses, 3263993 bytes)
43.54/43.85	c 43	1462 (20%) CSP integer variables are encoded (411495 clauses, 6774068 bytes)
47.34/47.68	c 47	2193 (30%) CSP integer variables are encoded (1058439 clauses, 17893337 bytes)
49.73/50.01	c 50	2924 (40%) CSP integer variables are encoded (2925126 clauses, 53360390 bytes)
52.10/52.42	c 52	3655 (50%) CSP integer variables are encoded (4811435 clauses, 89200261 bytes)
54.49/54.82	c 54	4386 (60%) CSP integer variables are encoded (6701574 clauses, 125112902 bytes)
56.96/57.32	c 57	5117 (70%) CSP integer variables are encoded (8588891 clauses, 160971925 bytes)
59.46/59.83	c 59	5848 (80%) CSP integer variables are encoded (10494612 clauses, 198181159 bytes)
61.88/62.33	c 62	6579 (90%) CSP integer variables are encoded (12392367 clauses, 238034014 bytes)
64.24/64.75	c 64	7310 (100%) CSP integer variables are encoded (14251932 clauses, 277084879 bytes)
87.76/88.88	c 88	23429 (10%) CSP clauses are encoded (21389578 clauses, 471940417 bytes)
113.37/114.79	c 114	46857 (20%) CSP clauses are encoded (29079085 clauses, 685084046 bytes)
137.88/139.53	c 139	70285 (30%) CSP clauses are encoded (36522060 clauses, 892061775 bytes)
162.21/164.19	c 164	93713 (40%) CSP clauses are encoded (43931004 clauses, 1098764357 bytes)
187.91/190.17	c 190	117141 (50%) CSP clauses are encoded (51834850 clauses, 1319560922 bytes)
212.96/215.86	c 215	140570 (60%) CSP clauses are encoded (59543705 clauses, 1543077478 bytes)
239.01/242.42	c 242	163998 (70%) CSP clauses are encoded (67563696 clauses, 1779624943 bytes)
264.38/268.25	c 268	187426 (80%) CSP clauses are encoded (75558882 clauses, 2017073235 bytes)
289.88/294.24	c 294	210854 (90%) CSP clauses are encoded (83790272 clauses, 2262766817 bytes)
315.63/320.50	c 320	234282 (100%) CSP clauses are encoded (92333938 clauses, 2517543919 bytes)
315.63/320.50	c 320	234282 CSP clauses encoded
315.63/320.51	c 320	Writing map file : HOME/temp.map
315.72/320.79	c 320	Heap : 101 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
315.72/320.79	c 320	SAT : 14397690 SAT variables, 92333938 SAT clauses, 2517543919 bytes
315.72/320.79	c 320	Heap : 101 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
315.81/320.85	c 320	SOLVING HOME/temp.cnf
315.81/320.85	c 320	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
315.87/320.97	c 321	*** picosat: can not read input file 'HOME/temp.cnf'
315.87/320.97	c 321	DECODING HOME/temp.out WITH HOME/temp.map
315.87/320.97	c ERROR no output file HOME/temp.out
315.87/320.97	s UNKNOWN
315.87/320.97	c 321	CPU 315.87 (0.06 0.03 300.12 15.66)
315.87/320.97	c 321	END Sun Jul 12 07:53:28 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-2083577-1247377686/watcher-2083577-1247377686 -o /tmp/evaluation-result-2083577-1247377686/solver-2083577-1247377686 -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-2083577-1247377686.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.44 2.25 2.19 3/82 24650
/proc/meminfo: memFree=1809856/2055920 swapFree=4192812/4192956
[pid=24650] ppid=24648 vsize=18576 CPUtime=0
/proc/24650/stat : 24650 (runsolver) D 24648 24650 22456 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24835702 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 214919867687 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24650/statm: 4644 284 249 26 0 2626 0

[startup+0.0444471 s]
/proc/loadavg: 2.44 2.25 2.19 3/82 24650
/proc/meminfo: memFree=1809856/2055920 swapFree=4192812/4192956
[pid=24650] ppid=24648 vsize=7504 CPUtime=0
/proc/24650/stat : 24650 (sugar) D 24648 24650 22456 0 -1 4194304 67 0 0 0 0 0 0 0 18 0 1 0 24835702 7684096 52 996147200 4194304 4206940 548682068608 18446744073709551615 214917248489 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/24650/statm: 1876 52 39 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+0.10146 s]
/proc/loadavg: 2.44 2.25 2.19 3/82 24650
/proc/meminfo: memFree=1809856/2055920 swapFree=4192812/4192956
[pid=24650] ppid=24648 vsize=12272 CPUtime=0
/proc/24650/stat : 24650 (sugar) D 24648 24650 22456 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 24835702 12566528 368 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/24650/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301508 s]
/proc/loadavg: 2.44 2.25 2.19 3/82 24650
/proc/meminfo: memFree=1809856/2055920 swapFree=4192812/4192956
[pid=24650] ppid=24648 vsize=16868 CPUtime=0.07
/proc/24650/stat : 24650 (sugar) S 24648 24650 22456 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 24835702 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24650/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701597 s]
/proc/loadavg: 2.44 2.25 2.19 3/82 24650
/proc/meminfo: memFree=1809856/2055920 swapFree=4192812/4192956
[pid=24650] ppid=24648 vsize=16868 CPUtime=0.07
/proc/24650/stat : 24650 (sugar) S 24648 24650 22456 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 24835702 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24650/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50277 s]
/proc/loadavg: 2.44 2.25 2.19 3/93 24662
/proc/meminfo: memFree=1777576/2055920 swapFree=4192812/4192956
[pid=24650] ppid=24648 vsize=16868 CPUtime=0.07
/proc/24650/stat : 24650 (sugar) S 24648 24650 22456 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 24835702 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24650/statm: 4217 1111 409 3 0 796 0
[pid=24653] ppid=24650 vsize=5356 CPUtime=0
/proc/24653/stat : 24653 (sh) S 24650 24650 22456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24835725 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24653/statm: 1339 233 193 169 0 50 0
[pid=24654] ppid=24653 vsize=864760 CPUtime=1.25
/proc/24654/stat : 24654 (java) S 24653 24650 22456 0 -1 0 15192 0 1 0 115 10 0 0 19 0 9 0 24835725 885514240 13223 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24654/statm: 216190 13223 2557 9 0 210702 0
[pid=24654/tid=24655] ppid=24653 vsize=864760 CPUtime=0.64
/proc/24654/task/24655/stat : 24655 (java) R 24653 24650 22456 0 -1 64 3058 0 1 0 61 3 0 0 25 0 9 0 24835726 885514240 13223 996147200 134512640 134550932 4294955984 18446744073709551615 4126790582 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24654/tid=24656] ppid=24653 vsize=864760 CPUtime=0.45
/proc/24654/task/24656/stat : 24656 (java) S 24653 24650 22456 0 -1 64 10901 0 0 0 40 5 0 0 16 0 9 0 24835727 885514240 13223 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24654/tid=24657] ppid=24653 vsize=864760 CPUtime=0
/proc/24654/task/24657/stat : 24657 (java) S 24653 24650 22456 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24835727 885514240 13223 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24654/tid=24658] ppid=24653 vsize=864760 CPUtime=0
/proc/24654/task/24658/stat : 24658 (java) S 24653 24650 22456 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 24835727 885514240 13223 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24654/tid=24659] ppid=24653 vsize=864760 CPUtime=0
/proc/24654/task/24659/stat : 24659 (java) S 24653 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24835730 885514240 13223 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24654/tid=24660] ppid=24653 vsize=864760 CPUtime=0.12
/proc/24654/task/24660/stat : 24660 (java) S 24653 24650 22456 0 -1 64 528 0 0 0 12 0 0 0 16 0 9 0 24835730 885514240 13223 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24654/tid=24661] ppid=24653 vsize=864760 CPUtime=0
/proc/24654/task/24661/stat : 24661 (java) S 24653 24650 22456 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24835730 885514240 13223 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24654/tid=24662] ppid=24653 vsize=864760 CPUtime=0
/proc/24654/task/24662/stat : 24662 (java) S 24653 24650 22456 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24835730 885514240 13223 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 886984

[startup+3.10211 s]
/proc/loadavg: 2.40 2.25 2.19 3/93 24672
/proc/meminfo: memFree=1796264/2055920 swapFree=4192812/4192956
[pid=24650] ppid=24648 vsize=16868 CPUtime=1.64
/proc/24650/stat : 24650 (sugar) S 24648 24650 22456 0 -1 4194304 1309 16061 0 1 5 2 145 12 16 0 1 0 24835702 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24650/statm: 4217 1111 409 3 0 796 0
[pid=24663] ppid=24650 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24650 24650 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24835887 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 233 193 169 0 50 0
[pid=24664] ppid=24663 vsize=868540 CPUtime=1.23
/proc/24664/stat : 24664 (java) S 24663 24650 22456 0 -1 0 9593 0 1 0 118 5 0 0 19 0 9 0 24835888 889384960 8674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24664/statm: 217135 8674 2570 9 0 211640 0
[pid=24664/tid=24665] ppid=24663 vsize=868540 CPUtime=0.8
/proc/24664/task/24665/stat : 24665 (java) R 24663 24650 22456 0 -1 64 2629 0 1 0 79 1 0 0 21 0 9 0 24835888 889384960 8674 996147200 134512640 134550932 4294955936 18446744073709551615 4126512576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24666] ppid=24663 vsize=868540 CPUtime=0.23
/proc/24664/task/24666/stat : 24666 (java) S 24663 24650 22456 0 -1 64 4774 0 0 0 21 2 0 0 16 0 9 0 24835890 889384960 8674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24667] ppid=24663 vsize=868540 CPUtime=0
/proc/24664/task/24667/stat : 24667 (java) S 24663 24650 22456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24835890 889384960 8674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24668] ppid=24663 vsize=868540 CPUtime=0
/proc/24664/task/24668/stat : 24668 (java) S 24663 24650 22456 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24835890 889384960 8674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24669] ppid=24663 vsize=868540 CPUtime=0
/proc/24664/task/24669/stat : 24669 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24835892 889384960 8674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24670] ppid=24663 vsize=868540 CPUtime=0.17
/proc/24664/task/24670/stat : 24670 (java) S 24663 24650 22456 0 -1 64 1486 0 0 0 17 0 0 0 15 0 9 0 24835892 889384960 8674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24671] ppid=24663 vsize=868540 CPUtime=0
/proc/24664/task/24671/stat : 24671 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24835892 889384960 8674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24672] ppid=24663 vsize=868540 CPUtime=0
/proc/24664/task/24672/stat : 24672 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24835892 889384960 8674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 890764

[startup+6.3028 s]
/proc/loadavg: 2.40 2.25 2.19 3/93 24672
/proc/meminfo: memFree=1771240/2055920 swapFree=4192812/4192956
[pid=24650] ppid=24648 vsize=16868 CPUtime=1.64
/proc/24650/stat : 24650 (sugar) S 24648 24650 22456 0 -1 4194304 1309 16061 0 1 5 2 145 12 16 0 1 0 24835702 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24650/statm: 4217 1111 409 3 0 796 0
[pid=24663] ppid=24650 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24650 24650 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24835887 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 233 193 169 0 50 0
[pid=24664] ppid=24663 vsize=868628 CPUtime=4.43
/proc/24664/stat : 24664 (java) S 24663 24650 22456 0 -1 0 12857 0 1 0 435 8 0 0 19 0 9 0 24835888 889475072 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24664/statm: 217157 11565 2567 9 0 211662 0
[pid=24664/tid=24665] ppid=24663 vsize=868628 CPUtime=3.44
/proc/24664/task/24665/stat : 24665 (java) R 24663 24650 22456 0 -1 64 3117 0 1 0 342 2 0 0 25 0 9 0 24835888 889475072 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4126507859 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24666] ppid=24663 vsize=868628 CPUtime=0.75
/proc/24664/task/24666/stat : 24666 (java) S 24663 24650 22456 0 -1 64 7540 0 0 0 71 4 0 0 16 0 9 0 24835890 889475072 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24667] ppid=24663 vsize=868628 CPUtime=0
/proc/24664/task/24667/stat : 24667 (java) S 24663 24650 22456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24835890 889475072 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24668] ppid=24663 vsize=868628 CPUtime=0
/proc/24664/task/24668/stat : 24668 (java) S 24663 24650 22456 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24835890 889475072 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24669] ppid=24663 vsize=868628 CPUtime=0
/proc/24664/task/24669/stat : 24669 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24835892 889475072 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24670] ppid=24663 vsize=868628 CPUtime=0.21
/proc/24664/task/24670/stat : 24670 (java) S 24663 24650 22456 0 -1 64 1496 0 0 0 20 1 0 0 15 0 9 0 24835892 889475072 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24671] ppid=24663 vsize=868628 CPUtime=0
/proc/24664/task/24671/stat : 24671 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24835892 889475072 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24672] ppid=24663 vsize=868628 CPUtime=0
/proc/24664/task/24672/stat : 24672 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24835892 889475072 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 890852

[startup+12.7022 s]
/proc/loadavg: 2.34 2.24 2.19 3/93 24672
/proc/meminfo: memFree=1747624/2055920 swapFree=4192812/4192956
[pid=24650] ppid=24648 vsize=16868 CPUtime=1.64
/proc/24650/stat : 24650 (sugar) S 24648 24650 22456 0 -1 4194304 1309 16061 0 1 5 2 145 12 16 0 1 0 24835702 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24650/statm: 4217 1111 409 3 0 796 0
[pid=24663] ppid=24650 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24650 24650 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24835887 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 233 193 169 0 50 0
[pid=24664] ppid=24663 vsize=868628 CPUtime=10.83
/proc/24664/stat : 24664 (java) S 24663 24650 22456 0 -1 0 22674 0 1 0 1066 17 0 0 19 0 9 0 24835888 889475072 17296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24664/statm: 217157 17296 2568 9 0 211662 0
[pid=24664/tid=24665] ppid=24663 vsize=868628 CPUtime=8.96
/proc/24664/task/24665/stat : 24665 (java) R 24663 24650 22456 0 -1 64 3614 0 1 0 893 3 0 0 25 0 9 0 24835888 889475072 17296 996147200 134512640 134550932 4294955936 18446744073709551615 4126509139 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24666] ppid=24663 vsize=868628 CPUtime=1.62
/proc/24664/task/24666/stat : 24666 (java) S 24663 24650 22456 0 -1 64 16851 0 0 0 151 11 0 0 16 0 9 0 24835890 889475072 17296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24667] ppid=24663 vsize=868628 CPUtime=0
/proc/24664/task/24667/stat : 24667 (java) S 24663 24650 22456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24835890 889475072 17296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24668] ppid=24663 vsize=868628 CPUtime=0
/proc/24664/task/24668/stat : 24668 (java) S 24663 24650 22456 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24835890 889475072 17296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24669] ppid=24663 vsize=868628 CPUtime=0
/proc/24664/task/24669/stat : 24669 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24835892 889475072 17296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24670] ppid=24663 vsize=868628 CPUtime=0.22
/proc/24664/task/24670/stat : 24670 (java) S 24663 24650 22456 0 -1 64 1505 0 0 0 21 1 0 0 15 0 9 0 24835892 889475072 17296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24671] ppid=24663 vsize=868628 CPUtime=0
/proc/24664/task/24671/stat : 24671 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24835892 889475072 17296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24672] ppid=24663 vsize=868628 CPUtime=0
/proc/24664/task/24672/stat : 24672 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24835892 889475072 17296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890852

[startup+25.5019 s]
/proc/loadavg: 2.29 2.23 2.19 3/93 24672
/proc/meminfo: memFree=1698088/2055920 swapFree=4192812/4192956
[pid=24650] ppid=24648 vsize=16868 CPUtime=1.64
/proc/24650/stat : 24650 (sugar) S 24648 24650 22456 0 -1 4194304 1309 16061 0 1 5 2 145 12 16 0 1 0 24835702 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24650/statm: 4217 1111 409 3 0 796 0
[pid=24663] ppid=24650 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24650 24650 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24835887 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 233 193 169 0 50 0
[pid=24664] ppid=24663 vsize=868628 CPUtime=23.62
/proc/24664/stat : 24664 (java) S 24663 24650 22456 0 -1 0 39450 0 1 0 2334 28 0 0 19 0 9 0 24835888 889475072 29322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24664/statm: 217157 29322 2568 9 0 211662 0
[pid=24664/tid=24665] ppid=24663 vsize=868628 CPUtime=20.17
/proc/24664/task/24665/stat : 24665 (java) R 24663 24650 22456 0 -1 64 4326 0 1 0 2012 5 0 0 25 0 9 0 24835888 889475072 29322 996147200 134512640 134550932 4294955936 18446744073709551615 4126587940 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24666] ppid=24663 vsize=868628 CPUtime=3.2
/proc/24664/task/24666/stat : 24666 (java) S 24663 24650 22456 0 -1 64 32913 0 0 0 299 21 0 0 16 0 9 0 24835890 889475072 29322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24667] ppid=24663 vsize=868628 CPUtime=0
/proc/24664/task/24667/stat : 24667 (java) S 24663 24650 22456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24835890 889475072 29322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24668] ppid=24663 vsize=868628 CPUtime=0
/proc/24664/task/24668/stat : 24668 (java) S 24663 24650 22456 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24835890 889475072 29322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24669] ppid=24663 vsize=868628 CPUtime=0

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

[pid=24664/tid=24670] ppid=24663 vsize=868740 CPUtime=0.3
/proc/24664/task/24670/stat : 24670 (java) S 24663 24650 22456 0 -1 64 1553 0 0 0 29 1 0 0 16 0 9 0 24835892 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24664/tid=24671] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24671/stat : 24671 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24835892 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24672] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24672/stat : 24672 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24835892 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 219.37
Current children cumulated vsize (KiB) 890964

[startup+282.302 s]
/proc/loadavg: 3.38 2.76 2.40 4/93 24675
/proc/meminfo: memFree=15648/2055920 swapFree=4192812/4192956
[pid=24650] ppid=24648 vsize=16868 CPUtime=1.64
/proc/24650/stat : 24650 (sugar) S 24648 24650 22456 0 -1 4194304 1310 16061 0 1 5 2 145 12 16 0 1 0 24835702 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24650/statm: 4217 1111 409 3 0 796 0
[pid=24663] ppid=24650 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24650 24650 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24835887 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 233 193 169 0 50 0
[pid=24664] ppid=24663 vsize=868740 CPUtime=276.58
/proc/24664/stat : 24664 (java) S 24663 24650 22456 0 -1 0 56063 0 1 0 26335 1323 0 0 19 0 9 0 24835888 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24664/statm: 217185 40038 2593 9 0 211662 0
[pid=24664/tid=24665] ppid=24663 vsize=868740 CPUtime=268.03
/proc/24664/task/24665/stat : 24665 (java) R 24663 24650 22456 0 -1 64 9058 0 1 0 25540 1263 0 0 25 0 9 0 24835888 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4126868647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24666] ppid=24663 vsize=868740 CPUtime=8.21
/proc/24664/task/24666/stat : 24666 (java) S 24663 24650 22456 0 -1 64 44748 0 0 0 764 57 0 0 16 0 9 0 24835890 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24667] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24667/stat : 24667 (java) S 24663 24650 22456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24835890 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24668] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24668/stat : 24668 (java) S 24663 24650 22456 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24835890 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24669] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24669/stat : 24669 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24835892 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24670] ppid=24663 vsize=868740 CPUtime=0.3
/proc/24664/task/24670/stat : 24670 (java) S 24663 24650 22456 0 -1 64 1553 0 0 0 29 1 0 0 16 0 9 0 24835892 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24664/tid=24671] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24671/stat : 24671 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24835892 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24672] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24672/stat : 24672 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24835892 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 278.22
Current children cumulated vsize (KiB) 890964

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

[startup+307.102 s]
/proc/loadavg: 3.43 2.82 2.43 3/93 24675
/proc/meminfo: memFree=16224/2055920 swapFree=4192812/4192956
[pid=24650] ppid=24648 vsize=16868 CPUtime=1.64
/proc/24650/stat : 24650 (sugar) S 24648 24650 22456 0 -1 4194304 1310 16061 0 1 5 2 145 12 16 0 1 0 24835702 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24650/statm: 4217 1111 409 3 0 796 0
[pid=24663] ppid=24650 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24650 24650 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24835887 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 233 193 169 0 50 0
[pid=24664] ppid=24663 vsize=868740 CPUtime=300.81
/proc/24664/stat : 24664 (java) S 24663 24650 22456 0 -1 0 56464 0 1 0 28613 1468 0 0 19 0 9 0 24835888 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24664/statm: 217185 40038 2593 9 0 211662 0
[pid=24664/tid=24665] ppid=24663 vsize=868740 CPUtime=291.97
/proc/24664/task/24665/stat : 24665 (java) R 24663 24650 22456 0 -1 64 9459 0 1 0 27792 1405 0 0 25 0 9 0 24835888 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4126595356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24666] ppid=24663 vsize=868740 CPUtime=8.52
/proc/24664/task/24666/stat : 24666 (java) S 24663 24650 22456 0 -1 64 44748 0 0 0 791 61 0 0 16 0 9 0 24835890 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24667] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24667/stat : 24667 (java) S 24663 24650 22456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24835890 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24668] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24668/stat : 24668 (java) S 24663 24650 22456 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24835890 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24669] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24669/stat : 24669 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24835892 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24670] ppid=24663 vsize=868740 CPUtime=0.3
/proc/24664/task/24670/stat : 24670 (java) S 24663 24650 22456 0 -1 64 1553 0 0 0 29 1 0 0 16 0 9 0 24835892 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24664/tid=24671] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24671/stat : 24671 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24835892 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24672] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24672/stat : 24672 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24835892 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 302.45
Current children cumulated vsize (KiB) 890964

[startup+313.508 s]
/proc/loadavg: 3.29 2.81 2.43 3/93 24675
/proc/meminfo: memFree=16288/2055920 swapFree=4192812/4192956
[pid=24650] ppid=24648 vsize=16868 CPUtime=1.64
/proc/24650/stat : 24650 (sugar) S 24648 24650 22456 0 -1 4194304 1310 16061 0 1 5 2 145 12 16 0 1 0 24835702 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24650/statm: 4217 1111 409 3 0 796 0
[pid=24663] ppid=24650 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24650 24650 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24835887 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 233 193 169 0 50 0
[pid=24664] ppid=24663 vsize=868740 CPUtime=307.1
/proc/24664/stat : 24664 (java) S 24663 24650 22456 0 -1 0 56570 0 1 0 29201 1509 0 0 19 0 9 0 24835888 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24664/statm: 217185 40038 2593 9 0 211662 0
[pid=24664/tid=24665] ppid=24663 vsize=868740 CPUtime=298.16
/proc/24664/task/24665/stat : 24665 (java) R 24663 24650 22456 0 -1 64 9565 0 1 0 28372 1444 0 0 25 0 9 0 24835888 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24666] ppid=24663 vsize=868740 CPUtime=8.61
/proc/24664/task/24666/stat : 24666 (java) S 24663 24650 22456 0 -1 64 44748 0 0 0 799 62 0 0 16 0 9 0 24835890 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24667] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24667/stat : 24667 (java) S 24663 24650 22456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24835890 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24668] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24668/stat : 24668 (java) S 24663 24650 22456 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24835890 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24669] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24669/stat : 24669 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24835892 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24670] ppid=24663 vsize=868740 CPUtime=0.3
/proc/24664/task/24670/stat : 24670 (java) S 24663 24650 22456 0 -1 64 1553 0 0 0 29 1 0 0 16 0 9 0 24835892 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24664/tid=24671] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24671/stat : 24671 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24835892 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24672] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24672/stat : 24672 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24835892 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 308.74
Current children cumulated vsize (KiB) 890964

[startup+319.901 s]
/proc/loadavg: 3.19 2.80 2.42 3/93 24675
/proc/meminfo: memFree=15776/2055920 swapFree=4192812/4192956
[pid=24650] ppid=24648 vsize=16868 CPUtime=1.64
/proc/24650/stat : 24650 (sugar) S 24648 24650 22456 0 -1 4194304 1310 16061 0 1 5 2 145 12 16 0 1 0 24835702 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24650/statm: 4217 1111 409 3 0 796 0
[pid=24663] ppid=24650 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24650 24650 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24835887 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 233 193 169 0 50 0
[pid=24664] ppid=24663 vsize=868740 CPUtime=313.39
/proc/24664/stat : 24664 (java) S 24663 24650 22456 0 -1 0 56676 0 1 0 29795 1544 0 0 19 0 9 0 24835888 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24664/statm: 217185 40038 2593 9 0 211662 0
[pid=24664/tid=24665] ppid=24663 vsize=868740 CPUtime=304.38
/proc/24664/task/24665/stat : 24665 (java) R 24663 24650 22456 0 -1 64 9671 0 1 0 28959 1479 0 0 25 0 9 0 24835888 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24666] ppid=24663 vsize=868740 CPUtime=8.69
/proc/24664/task/24666/stat : 24666 (java) R 24663 24650 22456 0 -1 64 44748 0 0 0 806 63 0 0 15 0 9 0 24835890 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24667] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24667/stat : 24667 (java) S 24663 24650 22456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24835890 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24668] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24668/stat : 24668 (java) S 24663 24650 22456 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24835890 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24669] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24669/stat : 24669 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24835892 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24670] ppid=24663 vsize=868740 CPUtime=0.3
/proc/24664/task/24670/stat : 24670 (java) S 24663 24650 22456 0 -1 64 1553 0 0 0 29 1 0 0 16 0 9 0 24835892 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24664/tid=24671] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24671/stat : 24671 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24835892 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24664/tid=24672] ppid=24663 vsize=868740 CPUtime=0
/proc/24664/task/24672/stat : 24672 (java) S 24663 24650 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24835892 889589760 40038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 315.03
Current children cumulated vsize (KiB) 890964

[startup+321.502 s]
/proc/loadavg: 3.19 2.80 2.42 3/83 24677
/proc/meminfo: memFree=438384/2055920 swapFree=4192812/4192956
[pid=24650] ppid=24648 vsize=16868 CPUtime=316.39
/proc/24650/stat : 24650 (sugar) R 24648 24650 22456 0 -1 4194304 1419 73394 0 9 6 55 30012 1566 20 0 1 0 24835702 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24650/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 316.39
Current children cumulated vsize (KiB) 16868

[startup+322.307 s]
/proc/loadavg: 3.09 2.78 2.42 2/83 24677
/proc/meminfo: memFree=1488240/2055920 swapFree=4192812/4192956
[pid=24650] ppid=24648 vsize=16868 CPUtime=316.62
/proc/24650/stat : 24650 (sugar) D 24648 24650 22456 0 -1 4194304 1419 73394 0 9 6 78 30012 1566 18 0 1 0 24835702 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24650/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 316.62
Current children cumulated vsize (KiB) 16868

[startup+322.702 s]
/proc/loadavg: 3.09 2.78 2.42 2/83 24677
/proc/meminfo: memFree=1488240/2055920 swapFree=4192812/4192956
[pid=24650] ppid=24648 vsize=16868 CPUtime=316.65
/proc/24650/stat : 24650 (sugar) D 24648 24650 22456 0 -1 4194304 1419 73394 0 9 6 81 30012 1566 18 0 1 0 24835702 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24650/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 316.65
Current children cumulated vsize (KiB) 16868

[startup+322.902 s]
/proc/loadavg: 3.09 2.78 2.42 2/83 24677
/proc/meminfo: memFree=1488240/2055920 swapFree=4192812/4192956
[pid=24650] ppid=24648 vsize=16868 CPUtime=316.67
/proc/24650/stat : 24650 (sugar) D 24648 24650 22456 0 -1 4194304 1419 73394 0 9 6 83 30012 1566 18 0 1 0 24835702 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24650/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 316.67
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 322.959
CPU time (s): 316.702
CPU user time (s): 300.195
CPU system time (s): 16.5065
CPU usage (%): 98.0627
Max. virtual memory (cumulated for all children) (KiB): 901100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 300.195
system time used= 16.5065
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74874
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56725
involuntary context switches= 58944

runsolver used 0.451931 second user time and 1.06784 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-12 07:48:06
IDJOB=2083577
IDBENCH=57860
IDSOLVER=738
FILE ID=node10/2083577-1247377686
PBS_JOBID= 9507132
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp24/normalized-fapp24-2000-10.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-2083577-1247377686/watcher-2083577-1247377686 -o /tmp/evaluation-result-2083577-1247377686/solver-2083577-1247377686 -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-2083577-1247377686.xml

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

MD5SUM BENCH= da2491dfd5d4c48595148d7cd3674d2d
RANDOM SEED=122613916

node10.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.279
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.279
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:       1810336 kB
Buffers:          4160 kB
Cached:          58740 kB
SwapCached:          0 kB
Active:         177400 kB
Inactive:        14360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1810336 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5048 kB
Writeback:           0 kB
Mapped:         149272 kB
Slab:            39040 kB
Committed_AS:   344892 kB
PageTables:       2020 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= 66408 MiB
End job on node10 at 2009-07-12 07:53:30