Trace number 2083094

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? 319.7 329.874

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-3.xml
MD5SUM86c7afc7e4b09f20d7870a92279200ee
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 benchmark32.0291
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:31:26 2009
0.00/0.08	c 0	PID 24433
0.07/0.09	c 0	HOST node10.alineos.net
0.07/0.09	c 0	CONVERTING HOME/instance-2083094-1247376685.xml TO HOME/temp.csp
0.07/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083094-1247376685.xml' 'HOME/temp.csp'
2.25/2.38	c 2	23 domains, 3000 variables, 8 predicates, 0 relations, 33021 constraints
2.25/2.39	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.25/2.39	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.33/2.47	c 2	Parsing HOME/temp.csp
2.33/2.65	c 2	parsed 10000 expressions
2.33/2.80	c 2	parsed 20000 expressions
2.33/2.98	c 2	parsed 30000 expressions
2.33/3.14	c 3	parsed 36052 expressions
2.33/3.14	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.33/3.14	c 3	Converting to clausal form CSP
3.90/4.05	c 3	converted 3606 (10%) expressions
7.36/7.53	c 7	converted 7211 (20%) expressions
10.72/10.93	c 10	converted 10816 (30%) expressions
13.69/13.91	c 13	converted 14421 (40%) expressions
17.16/17.41	c 17	converted 18026 (50%) expressions
20.01/20.39	c 20	converted 21632 (60%) expressions
23.68/24.08	c 24	converted 25237 (70%) expressions
26.55/26.95	c 26	converted 28842 (80%) expressions
29.22/29.61	c 29	converted 32447 (90%) expressions
31.58/32.05	c 31	converted 36052 (100%) expressions
31.58/32.05	c 31	CSP : 13207 integers, 91836 booleans, 219776 clauses, largest domain size 2641
31.58/32.05	c 31	Heap : 149 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.58/32.05	c 31	Propagation in CSP
35.05/35.57	c 35	5198 values, 0 unsatisfiable literals, and 0 valid clauses are removed
35.05/35.58	c 35	CSP : 13207 integers, 91836 booleans, 219776 clauses, largest domain size 2641
35.05/35.58	c 35	Heap : 158 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
35.15/35.65	c 35	Simplifing CSP by introducing new Boolean variables
35.65/36.19	c 36	CSP : 13207 integers, 176990 booleans, 304930 clauses, largest domain size 2641
35.65/36.19	c 36	Heap : 178 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
36.84/37.36	c 37	Encoding CSP to SAT : HOME/temp.cnf
40.89/41.41	c 41	1321 (10%) CSP integer variables are encoded (223625 clauses, 3580804 bytes)
44.85/45.45	c 45	2642 (20%) CSP integer variables are encoded (449604 clauses, 7422447 bytes)
48.81/49.45	c 49	3963 (30%) CSP integer variables are encoded (2828753 clauses, 51531893 bytes)
52.95/53.62	c 53	5283 (40%) CSP integer variables are encoded (6097095 clauses, 113630391 bytes)
57.17/57.94	c 57	6604 (50%) CSP integer variables are encoded (9335870 clauses, 175167116 bytes)
61.68/62.50	c 62	7925 (60%) CSP integer variables are encoded (12591501 clauses, 242220856 bytes)
66.07/67.06	c 66	9245 (70%) CSP integer variables are encoded (15833941 clauses, 310312096 bytes)
70.52/71.68	c 71	10566 (80%) CSP integer variables are encoded (19082142 clauses, 378524317 bytes)
75.09/76.32	c 76	11887 (90%) CSP integer variables are encoded (22347705 clauses, 447101140 bytes)
79.47/80.88	c 80	13207 (100%) CSP integer variables are encoded (25553793 clauses, 514428988 bytes)
101.83/103.75	c 103	30493 (10%) CSP clauses are encoded (33583845 clauses, 734653102 bytes)
125.40/127.90	c 127	60986 (20%) CSP clauses are encoded (42241556 clauses, 974576253 bytes)
149.17/152.25	c 152	91479 (30%) CSP clauses are encoded (50947368 clauses, 1216581920 bytes)
172.85/176.63	c 176	121972 (40%) CSP clauses are encoded (59636473 clauses, 1469712360 bytes)
196.97/201.65	c 201	152465 (50%) CSP clauses are encoded (68578239 clauses, 1735179782 bytes)
221.31/226.73	c 226	182958 (60%) CSP clauses are encoded (77648141 clauses, 2004519098 bytes)
245.47/251.62	c 251	213451 (70%) CSP clauses are encoded (86626867 clauses, 2271384090 bytes)
269.77/276.73	c 276	243944 (80%) CSP clauses are encoded (95749638 clauses, 2543036285 bytes)
294.33/302.26	c 302	274437 (90%) CSP clauses are encoded (105110041 clauses, 2821886866 bytes)
318.40/327.15	c 327	304930 (100%) CSP clauses are encoded (114470001 clauses, 3102223466 bytes)
318.40/327.15	c 327	304930 CSP clauses encoded
318.40/327.16	c 327	Writing map file : HOME/temp.map
318.59/327.43	c 327	Heap : 148 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
318.59/327.43	c 327	SAT : 25743990 SAT variables, 114470001 SAT clauses, 3102223466 bytes
318.59/327.43	c 327	Heap : 148 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
318.63/327.54	c 327	SOLVING HOME/temp.cnf
318.63/327.55	c 327	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
318.70/327.80	c 327	This is MiniSat 2.0 beta
318.70/327.80	c 327	WARNING: for repeatability, setting FPU to use double precision
318.70/327.80	c 327	ERROR! Could not open file: HOME/temp.cnf
318.70/327.80	c 327	DECODING HOME/temp.out WITH HOME/temp.map
318.70/327.80	c ERROR no output file HOME/temp.out
318.70/327.80	s UNKNOWN
318.70/327.80	c 327	CPU 318.71 (0.07 0.03 298.87 19.74)
318.70/327.80	c 327	END Sun Jul 12 07:36:53 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-2083094-1247376685/watcher-2083094-1247376685 -o /tmp/evaluation-result-2083094-1247376685/solver-2083094-1247376685 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083094-1247376685.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.00 2.00 4/82 24433
/proc/meminfo: memFree=1491256/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=18576 CPUtime=0
/proc/24433/stat : 24433 (runsolver) R 24431 24433 22456 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 24735592 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 214919867687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24433/statm: 4644 284 249 26 0 2626 0

[startup+0.088734 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 24433
/proc/meminfo: memFree=1491256/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=16740 CPUtime=0.07
/proc/24433/stat : 24433 (sugar) S 24431 24433 22456 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24735592 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24433/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101409 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 24433
/proc/meminfo: memFree=1491256/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=16868 CPUtime=0.07
/proc/24433/stat : 24433 (sugar) S 24431 24433 22456 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24735592 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24433/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30145 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 24433
/proc/meminfo: memFree=1491256/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=16868 CPUtime=0.07
/proc/24433/stat : 24433 (sugar) S 24431 24433 22456 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24735592 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24433/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701541 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 24433
/proc/meminfo: memFree=1491256/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=16868 CPUtime=0.07
/proc/24433/stat : 24433 (sugar) S 24431 24433 22456 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24735592 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24433/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50271 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 24445
/proc/meminfo: memFree=1463264/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=16868 CPUtime=0.07
/proc/24433/stat : 24433 (sugar) S 24431 24433 22456 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24735592 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24433/statm: 4217 1111 409 3 0 796 0
[pid=24436] ppid=24433 vsize=5356 CPUtime=0
/proc/24436/stat : 24436 (sh) S 24433 24433 22456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24735601 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24436/statm: 1339 233 193 169 0 50 0
[pid=24437] ppid=24436 vsize=864776 CPUtime=1.38
/proc/24437/stat : 24437 (java) S 24436 24433 22456 0 -1 0 15170 0 1 0 131 7 0 0 18 0 9 0 24735601 885530624 13208 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24437/statm: 216194 13208 2556 9 0 210706 0
[pid=24437/tid=24438] ppid=24436 vsize=864776 CPUtime=0.79
/proc/24437/task/24438/stat : 24438 (java) R 24436 24433 22456 0 -1 64 3054 0 1 0 77 2 0 0 24 0 9 0 24735602 885530624 13208 996147200 134512640 134550932 4294955984 18446744073709551615 4126700972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24437/tid=24439] ppid=24436 vsize=864776 CPUtime=0.45
/proc/24437/task/24439/stat : 24439 (java) S 24436 24433 22456 0 -1 64 10899 0 0 0 41 4 0 0 16 0 9 0 24735604 885530624 13208 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24437/tid=24440] ppid=24436 vsize=864776 CPUtime=0
/proc/24437/task/24440/stat : 24440 (java) S 24436 24433 22456 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24735604 885530624 13208 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24437/tid=24441] ppid=24436 vsize=864776 CPUtime=0
/proc/24437/task/24441/stat : 24441 (java) S 24436 24433 22456 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24735604 885530624 13208 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24437/tid=24442] ppid=24436 vsize=864776 CPUtime=0
/proc/24437/task/24442/stat : 24442 (java) S 24436 24433 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24735606 885530624 13208 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24437/tid=24443] ppid=24436 vsize=864776 CPUtime=0.12
/proc/24437/task/24443/stat : 24443 (java) S 24436 24433 22456 0 -1 64 512 0 0 0 12 0 0 0 16 0 9 0 24735606 885530624 13208 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24437/tid=24444] ppid=24436 vsize=864776 CPUtime=0
/proc/24437/task/24444/stat : 24444 (java) S 24436 24433 22456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24735606 885530624 13208 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24437/tid=24445] ppid=24436 vsize=864776 CPUtime=0
/proc/24437/task/24445/stat : 24445 (java) S 24436 24433 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24735606 885530624 13208 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887000

[startup+3.10206 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 24445
/proc/meminfo: memFree=1435104/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=16868 CPUtime=2.33
/proc/24433/stat : 24433 (sugar) S 24431 24433 22456 0 -1 4194304 1309 19540 0 1 5 2 215 11 16 0 1 0 24735592 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24433/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30275 s]
/proc/loadavg: 2.08 2.02 2.01 3/93 24455
/proc/meminfo: memFree=1449568/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=16868 CPUtime=2.33
/proc/24433/stat : 24433 (sugar) S 24431 24433 22456 0 -1 4194304 1309 19540 0 1 5 2 215 11 16 0 1 0 24735592 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24433/statm: 4217 1111 409 3 0 796 0
[pid=24446] ppid=24433 vsize=5356 CPUtime=0
/proc/24446/stat : 24446 (sh) S 24433 24433 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735831 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24446/statm: 1339 233 193 169 0 50 0
[pid=24447] ppid=24446 vsize=868668 CPUtime=3.85
/proc/24447/stat : 24447 (java) S 24446 24433 22456 0 -1 0 14116 0 1 0 375 10 0 0 18 0 9 0 24735832 889516032 12683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24447/statm: 217167 12683 2567 9 0 211672 0
[pid=24447/tid=24448] ppid=24446 vsize=868668 CPUtime=2.88
/proc/24447/task/24448/stat : 24448 (java) R 24446 24433 22456 0 -1 64 3002 0 1 0 286 2 0 0 25 0 9 0 24735833 889516032 12683 996147200 134512640 134550932 4294955936 18446744073709551615 4126481488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24449] ppid=24446 vsize=868668 CPUtime=0.74
/proc/24447/task/24449/stat : 24449 (java) S 24446 24433 22456 0 -1 64 8920 0 0 0 68 6 0 0 16 0 9 0 24735834 889516032 12683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24450] ppid=24446 vsize=868668 CPUtime=0
/proc/24447/task/24450/stat : 24450 (java) S 24446 24433 22456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24735834 889516032 12683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24451] ppid=24446 vsize=868668 CPUtime=0
/proc/24447/task/24451/stat : 24451 (java) S 24446 24433 22456 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24735834 889516032 12683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24452] ppid=24446 vsize=868668 CPUtime=0
/proc/24447/task/24452/stat : 24452 (java) S 24446 24433 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24735836 889516032 12683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24453] ppid=24446 vsize=868668 CPUtime=0.19
/proc/24447/task/24453/stat : 24453 (java) S 24446 24433 22456 0 -1 64 1492 0 0 0 19 0 0 0 15 0 9 0 24735836 889516032 12683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24454] ppid=24446 vsize=868668 CPUtime=0
/proc/24447/task/24454/stat : 24454 (java) S 24446 24433 22456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24735836 889516032 12683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24455] ppid=24446 vsize=868668 CPUtime=0
/proc/24447/task/24455/stat : 24455 (java) S 24446 24433 22456 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24735836 889516032 12683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890892

[startup+12.7034 s]
/proc/loadavg: 2.07 2.02 2.00 3/93 24455
/proc/meminfo: memFree=1416096/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=16868 CPUtime=2.33
/proc/24433/stat : 24433 (sugar) S 24431 24433 22456 0 -1 4194304 1309 19540 0 1 5 2 215 11 16 0 1 0 24735592 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24433/statm: 4217 1111 409 3 0 796 0
[pid=24446] ppid=24433 vsize=5356 CPUtime=0
/proc/24446/stat : 24446 (sh) S 24433 24433 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735831 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24446/statm: 1339 233 193 169 0 50 0
[pid=24447] ppid=24446 vsize=868668 CPUtime=10.17
/proc/24447/stat : 24447 (java) S 24446 24433 22456 0 -1 0 26600 0 1 0 999 18 0 0 18 0 9 0 24735832 889516032 20805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24447/statm: 217167 20805 2568 9 0 211672 0
[pid=24447/tid=24448] ppid=24446 vsize=868668 CPUtime=8.27
/proc/24447/task/24448/stat : 24448 (java) R 24446 24433 22456 0 -1 64 3471 0 1 0 824 3 0 0 25 0 9 0 24735833 889516032 20805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24449] ppid=24446 vsize=868668 CPUtime=1.65
/proc/24447/task/24449/stat : 24449 (java) S 24446 24433 22456 0 -1 64 20913 0 0 0 152 13 0 0 15 0 9 0 24735834 889516032 20805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24450] ppid=24446 vsize=868668 CPUtime=0
/proc/24447/task/24450/stat : 24450 (java) S 24446 24433 22456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24735834 889516032 20805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24451] ppid=24446 vsize=868668 CPUtime=0
/proc/24447/task/24451/stat : 24451 (java) S 24446 24433 22456 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24735834 889516032 20805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24452] ppid=24446 vsize=868668 CPUtime=0
/proc/24447/task/24452/stat : 24452 (java) S 24446 24433 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24735836 889516032 20805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24453] ppid=24446 vsize=868668 CPUtime=0.21
/proc/24447/task/24453/stat : 24453 (java) S 24446 24433 22456 0 -1 64 1514 0 0 0 21 0 0 0 15 0 9 0 24735836 889516032 20805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24454] ppid=24446 vsize=868668 CPUtime=0
/proc/24447/task/24454/stat : 24454 (java) S 24446 24433 22456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24735836 889516032 20805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24455] ppid=24446 vsize=868668 CPUtime=0
/proc/24447/task/24455/stat : 24455 (java) S 24446 24433 22456 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24735836 889516032 20805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890892

[startup+25.5029 s]
/proc/loadavg: 2.22 2.05 2.01 3/93 24455
/proc/meminfo: memFree=1348000/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=16868 CPUtime=2.33
/proc/24433/stat : 24433 (sugar) S 24431 24433 22456 0 -1 4194304 1309 19540 0 1 5 2 215 11 16 0 1 0 24735592 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24433/statm: 4217 1111 409 3 0 796 0
[pid=24446] ppid=24433 vsize=5356 CPUtime=0
/proc/24446/stat : 24446 (sh) S 24433 24433 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735831 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24446/statm: 1339 233 193 169 0 50 0
[pid=24447] ppid=24446 vsize=868668 CPUtime=22.83
/proc/24447/stat : 24447 (java) S 24446 24433 22456 0 -1 0 51777 0 1 0 2251 32 0 0 18 0 9 0 24735832 889516032 37310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24447/statm: 217167 37310 2568 9 0 211672 0
[pid=24447/tid=24448] ppid=24446 vsize=868668 CPUtime=18.5
/proc/24447/task/24448/stat : 24448 (java) R 24446 24433 22456 0 -1 64 4868 0 1 0 1846 4 0 0 25 0 9 0 24735833 889516032 37310 996147200 134512640 134550932 4294955936 18446744073709551615 4126408697 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24449] ppid=24446 vsize=868668 CPUtime=4.08
/proc/24447/task/24449/stat : 24449 (java) S 24446 24433 22456 0 -1 64 44691 0 0 0 383 25 0 0 16 0 9 0 24735834 889516032 37310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24450] ppid=24446 vsize=868668 CPUtime=0
/proc/24447/task/24450/stat : 24450 (java) S 24446 24433 22456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24735834 889516032 37310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24451] ppid=24446 vsize=868668 CPUtime=0
/proc/24447/task/24451/stat : 24451 (java) S 24446 24433 22456 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24735834 889516032 37310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24452] ppid=24446 vsize=868668 CPUtime=0
/proc/24447/task/24452/stat : 24452 (java) S 24446 24433 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24735836 889516032 37310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24453] ppid=24446 vsize=868668 CPUtime=0.21
/proc/24447/task/24453/stat : 24453 (java) S 24446 24433 22456 0 -1 64 1516 0 0 0 21 0 0 0 16 0 9 0 24735836 889516032 37310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24454] ppid=24446 vsize=868668 CPUtime=0
/proc/24447/task/24454/stat : 24454 (java) S 24446 24433 22456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24735836 889516032 37310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24455] ppid=24446 vsize=868668 CPUtime=0
/proc/24447/task/24455/stat : 24455 (java) S 24446 24433 22456 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24735836 889516032 37310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 890892

[startup+51.1024 s]
/proc/loadavg: 2.14 2.04 2.01 3/93 24455
/proc/meminfo: memFree=1214240/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=16868 CPUtime=2.34
/proc/24433/stat : 24433 (sugar) S 24431 24433 22456 0 -1 4194304 1310 19540 0 1 6 2 215 11 16 0 1 0 24735592 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24433/statm: 4217 1111 409 3 0 796 0
[pid=24446] ppid=24433 vsize=5356 CPUtime=0
/proc/24446/stat : 24446 (sh) S 24433 24433 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735831 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24446/statm: 1339 233 193 169 0 50 0
[pid=24447] ppid=24446 vsize=868780 CPUtime=48.16
/proc/24447/stat : 24447 (java) S 24446 24433 22456 0 -1 0 69011 0 1 0 4726 90 0 0 18 0 9 0 24735832 889630720 53667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+282.302 s]
/proc/loadavg: 2.36 2.36 2.16 3/93 24455
/proc/meminfo: memFree=15840/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=16868 CPUtime=2.34
/proc/24433/stat : 24433 (sugar) S 24431 24433 22456 0 -1 4194304 1310 19540 0 1 6 2 215 11 16 0 1 0 24735592 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24433/statm: 4217 1111 409 3 0 796 0
[pid=24446] ppid=24433 vsize=5356 CPUtime=0
/proc/24446/stat : 24446 (sh) S 24433 24433 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735831 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24446/statm: 1339 233 193 169 0 50 0
[pid=24447] ppid=24446 vsize=868780 CPUtime=272.87
/proc/24447/stat : 24447 (java) S 24446 24433 22456 0 -1 0 72081 0 1 0 25648 1639 0 0 18 0 9 0 24735832 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24447/statm: 217195 53682 2593 9 0 211672 0
[pid=24447/tid=24448] ppid=24446 vsize=868780 CPUtime=263.04
/proc/24447/task/24448/stat : 24448 (java) R 24446 24433 22456 0 -1 64 8607 0 1 0 24732 1572 0 0 25 0 9 0 24735833 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4126897627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24449] ppid=24446 vsize=868780 CPUtime=9.47
/proc/24447/task/24449/stat : 24449 (java) S 24446 24433 22456 0 -1 64 61208 0 0 0 883 64 0 0 16 0 9 0 24735834 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24450] ppid=24446 vsize=868780 CPUtime=0
/proc/24447/task/24450/stat : 24450 (java) S 24446 24433 22456 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24735834 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24451] ppid=24446 vsize=868780 CPUtime=0
/proc/24447/task/24451/stat : 24451 (java) S 24446 24433 22456 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 24735834 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24452] ppid=24446 vsize=868780 CPUtime=0
/proc/24447/task/24452/stat : 24452 (java) S 24446 24433 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24735836 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24453] ppid=24446 vsize=868780 CPUtime=0.32
/proc/24447/task/24453/stat : 24453 (java) S 24446 24433 22456 0 -1 64 1564 0 0 0 31 1 0 0 16 0 9 0 24735836 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24454] ppid=24446 vsize=868780 CPUtime=0
/proc/24447/task/24454/stat : 24454 (java) S 24446 24433 22456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24735836 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24455] ppid=24446 vsize=868780 CPUtime=0
/proc/24447/task/24455/stat : 24455 (java) S 24446 24433 22456 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24735836 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 275.21
Current children cumulated vsize (KiB) 891004

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

[startup+307.102 s]
/proc/loadavg: 2.50 2.40 2.17 3/93 24455
/proc/meminfo: memFree=15456/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=16868 CPUtime=2.34
/proc/24433/stat : 24433 (sugar) S 24431 24433 22456 0 -1 4194304 1310 19540 0 1 6 2 215 11 16 0 1 0 24735592 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24433/statm: 4217 1111 409 3 0 796 0
[pid=24446] ppid=24433 vsize=5356 CPUtime=0
/proc/24446/stat : 24446 (sh) S 24433 24433 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735831 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24446/statm: 1339 233 193 169 0 50 0
[pid=24447] ppid=24446 vsize=868780 CPUtime=296.73
/proc/24447/stat : 24447 (java) S 24446 24433 22456 0 -1 0 72404 0 1 0 27863 1810 0 0 18 0 9 0 24735832 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24447/statm: 217195 53682 2593 9 0 211672 0
[pid=24447/tid=24448] ppid=24446 vsize=868780 CPUtime=286.58
/proc/24447/task/24448/stat : 24448 (java) R 24446 24433 22456 0 -1 64 8930 0 1 0 26917 1741 0 0 25 0 9 0 24735833 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 102094014 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24449] ppid=24446 vsize=868780 CPUtime=9.8
/proc/24447/task/24449/stat : 24449 (java) S 24446 24433 22456 0 -1 64 61208 0 0 0 914 66 0 0 16 0 9 0 24735834 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24450] ppid=24446 vsize=868780 CPUtime=0
/proc/24447/task/24450/stat : 24450 (java) S 24446 24433 22456 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24735834 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24451] ppid=24446 vsize=868780 CPUtime=0
/proc/24447/task/24451/stat : 24451 (java) S 24446 24433 22456 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 24735834 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24452] ppid=24446 vsize=868780 CPUtime=0
/proc/24447/task/24452/stat : 24452 (java) S 24446 24433 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24735836 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24453] ppid=24446 vsize=868780 CPUtime=0.32
/proc/24447/task/24453/stat : 24453 (java) S 24446 24433 22456 0 -1 64 1564 0 0 0 31 1 0 0 16 0 9 0 24735836 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24454] ppid=24446 vsize=868780 CPUtime=0
/proc/24447/task/24454/stat : 24454 (java) S 24446 24433 22456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24735836 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24455] ppid=24446 vsize=868780 CPUtime=0
/proc/24447/task/24455/stat : 24455 (java) S 24446 24433 22456 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24735836 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 299.07
Current children cumulated vsize (KiB) 891004

[startup+319.902 s]
/proc/loadavg: 2.39 2.38 2.17 3/93 24455
/proc/meminfo: memFree=14880/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=16868 CPUtime=2.34
/proc/24433/stat : 24433 (sugar) S 24431 24433 22456 0 -1 4194304 1310 19540 0 1 6 2 215 11 16 0 1 0 24735592 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24433/statm: 4217 1111 409 3 0 796 0
[pid=24446] ppid=24433 vsize=5356 CPUtime=0
/proc/24446/stat : 24446 (sh) S 24433 24433 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735831 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24446/statm: 1339 233 193 169 0 50 0
[pid=24447] ppid=24446 vsize=868780 CPUtime=309.13
/proc/24447/stat : 24447 (java) S 24446 24433 22456 0 -1 0 72574 0 1 0 29013 1900 0 0 18 0 9 0 24735832 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24447/statm: 217195 53682 2593 9 0 211672 0
[pid=24447/tid=24448] ppid=24446 vsize=868780 CPUtime=298.78
/proc/24447/task/24448/stat : 24448 (java) R 24446 24433 22456 0 -1 64 9100 0 1 0 28049 1829 0 0 25 0 9 0 24735833 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4127071196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24449] ppid=24446 vsize=868780 CPUtime=9.99
/proc/24447/task/24449/stat : 24449 (java) S 24446 24433 22456 0 -1 64 61208 0 0 0 931 68 0 0 16 0 9 0 24735834 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24450] ppid=24446 vsize=868780 CPUtime=0
/proc/24447/task/24450/stat : 24450 (java) S 24446 24433 22456 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24735834 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24451] ppid=24446 vsize=868780 CPUtime=0
/proc/24447/task/24451/stat : 24451 (java) S 24446 24433 22456 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 24735834 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24452] ppid=24446 vsize=868780 CPUtime=0
/proc/24447/task/24452/stat : 24452 (java) S 24446 24433 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24735836 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24453] ppid=24446 vsize=868780 CPUtime=0.32
/proc/24447/task/24453/stat : 24453 (java) S 24446 24433 22456 0 -1 64 1564 0 0 0 31 1 0 0 16 0 9 0 24735836 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24454] ppid=24446 vsize=868780 CPUtime=0
/proc/24447/task/24454/stat : 24454 (java) S 24446 24433 22456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24735836 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24455] ppid=24446 vsize=868780 CPUtime=0
/proc/24447/task/24455/stat : 24455 (java) S 24446 24433 22456 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24735836 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 311.47
Current children cumulated vsize (KiB) 891004

[startup+326.303 s]
/proc/loadavg: 2.36 2.37 2.17 3/93 24455
/proc/meminfo: memFree=14880/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=16868 CPUtime=2.34
/proc/24433/stat : 24433 (sugar) S 24431 24433 22456 0 -1 4194304 1310 19540 0 1 6 2 215 11 16 0 1 0 24735592 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24433/statm: 4217 1111 409 3 0 796 0
[pid=24446] ppid=24433 vsize=5356 CPUtime=0
/proc/24446/stat : 24446 (sh) S 24433 24433 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735831 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24446/statm: 1339 233 193 169 0 50 0
[pid=24447] ppid=24446 vsize=868780 CPUtime=315.29
/proc/24447/stat : 24447 (java) S 24446 24433 22456 0 -1 0 72660 0 1 0 29578 1951 0 0 18 0 9 0 24735832 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24447/statm: 217195 53682 2593 9 0 211672 0
[pid=24447/tid=24448] ppid=24446 vsize=868780 CPUtime=304.87
/proc/24447/task/24448/stat : 24448 (java) R 24446 24433 22456 0 -1 64 9186 0 1 0 28608 1879 0 0 25 0 9 0 24735833 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4126870226 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24449] ppid=24446 vsize=868780 CPUtime=10.07
/proc/24447/task/24449/stat : 24449 (java) S 24446 24433 22456 0 -1 64 61208 0 0 0 938 69 0 0 16 0 9 0 24735834 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24450] ppid=24446 vsize=868780 CPUtime=0
/proc/24447/task/24450/stat : 24450 (java) S 24446 24433 22456 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24735834 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24451] ppid=24446 vsize=868780 CPUtime=0
/proc/24447/task/24451/stat : 24451 (java) S 24446 24433 22456 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 24735834 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24452] ppid=24446 vsize=868780 CPUtime=0
/proc/24447/task/24452/stat : 24452 (java) S 24446 24433 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24735836 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24453] ppid=24446 vsize=868780 CPUtime=0.32
/proc/24447/task/24453/stat : 24453 (java) S 24446 24433 22456 0 -1 64 1564 0 0 0 31 1 0 0 16 0 9 0 24735836 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24454] ppid=24446 vsize=868780 CPUtime=0
/proc/24447/task/24454/stat : 24454 (java) S 24446 24433 22456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24735836 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24447/tid=24455] ppid=24446 vsize=868780 CPUtime=0
/proc/24447/task/24455/stat : 24455 (java) S 24446 24433 22456 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24735836 889630720 53682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 317.63
Current children cumulated vsize (KiB) 891004

[startup+327.903 s]
/proc/loadavg: 2.36 2.37 2.17 2/84 24456
/proc/meminfo: memFree=220584/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=16868 CPUtime=318.79
/proc/24433/stat : 24433 (sugar) R 24431 24433 22456 0 -1 4194304 1419 92876 0 19 7 11 29887 1974 17 0 1 0 24735592 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24433/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 318.79
Current children cumulated vsize (KiB) 16868

[startup+328.701 s]
/proc/loadavg: 2.36 2.37 2.17 2/84 24456
/proc/meminfo: memFree=220584/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=16868 CPUtime=319.58
/proc/24433/stat : 24433 (sugar) D 24431 24433 22456 0 -1 4194304 1419 92876 0 19 7 90 29887 1974 23 0 1 0 24735592 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24433/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 319.58
Current children cumulated vsize (KiB) 16868

[startup+329.501 s]
/proc/loadavg: 2.33 2.36 2.17 2/83 24457
/proc/meminfo: memFree=1831280/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=16868 CPUtime=319.65
/proc/24433/stat : 24433 (sugar) D 24431 24433 22456 0 -1 4194304 1419 92876 0 19 7 97 29887 1974 18 0 1 0 24735592 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24433/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 319.65
Current children cumulated vsize (KiB) 16868

[startup+329.701 s]
/proc/loadavg: 2.33 2.36 2.17 2/83 24457
/proc/meminfo: memFree=1831280/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=16868 CPUtime=319.67
/proc/24433/stat : 24433 (sugar) D 24431 24433 22456 0 -1 4194304 1419 92876 0 19 7 99 29887 1974 18 0 1 0 24735592 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24433/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 319.67
Current children cumulated vsize (KiB) 16868

[startup+329.801 s]
/proc/loadavg: 2.33 2.36 2.17 2/83 24457
/proc/meminfo: memFree=1831280/2055920 swapFree=4192812/4192956
[pid=24433] ppid=24431 vsize=16868 CPUtime=319.68
/proc/24433/stat : 24433 (sugar) D 24431 24433 22456 0 -1 4194304 1419 92876 0 19 7 100 29887 1974 18 0 1 0 24735592 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24433/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 319.68
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 329.874
CPU time (s): 319.7
CPU user time (s): 298.949
CPU system time (s): 20.7518
CPU usage (%): 96.9159
Max. virtual memory (cumulated for all children) (KiB): 901140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 298.949
system time used= 20.7518
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94356
page faults= 19
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48748
involuntary context switches= 57499

runsolver used 0.428934 second user time and 1.21881 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-12 07:31:25
IDJOB=2083094
IDBENCH=57702
IDSOLVER=739
FILE ID=node10/2083094-1247376685
PBS_JOBID= 9507132
Free space on /tmp= 66416 MiB

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

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

MD5SUM BENCH= 86c7afc7e4b09f20d7870a92279200ee
RANDOM SEED=1954389313

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:       1491736 kB
Buffers:         66612 kB
Cached:         283656 kB
SwapCached:          0 kB
Active:         297748 kB
Inactive:       187816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1491736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5940 kB
Writeback:           0 kB
Mapped:         155696 kB
Slab:            63624 kB
Committed_AS:   354900 kB
PageTables:       2040 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= 66412 MiB
End job on node10 at 2009-07-12 07:36:55