Trace number 1087032

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.13+minisat? 466.208 475.577

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-4.xml
MD5SUMfc409cb8b4f9cf04e2dbeb29fe62b8ed
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.9386
Satisfiable
(Un)Satisfiability was proved
Number of variables2230
Number of constraints18971
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18971
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c 0	Sugar v1-13 + HOME/minisat
0.00/0.16	c 0	BEGIN Sat Jul  5 09:19:57 2008
0.00/0.16	c 0	PID 21105
0.00/0.17	c 0	HOST node54.alineos.net
0.00/0.17	c 0	CONVERTING HOME/instance-1087032-1215242396.xml TO HOME/temp.csp
0.00/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087032-1215242396.xml' 'HOME/temp.csp'
1.34/1.54	c 1	21 domains, 2230 variables, 8 predicates, 0 relations, 18971 constraints
1.34/1.59	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.34/1.59	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.39/1.67	c 1	Parsing HOME/temp.csp
1.98/2.24	c 2	parsed 10000 expressions
2.27/2.58	c 2	parsed 20000 expressions
2.38/2.61	c 2	parsed 21230 expressions
2.38/2.62	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.38/2.62	c 2	Converting to clausal form CSP
2.38/2.69	c 2	converted 2123 (10%) expressions
4.94/5.20	c 5	converted 4246 (20%) expressions
7.31/7.67	c 7	converted 6369 (30%) expressions
9.69/10.02	c 10	converted 8492 (40%) expressions
11.76/12.15	c 12	converted 10615 (50%) expressions
13.85/14.22	c 14	converted 12738 (60%) expressions
16.21/16.64	c 16	converted 14861 (70%) expressions
18.19/18.62	c 18	converted 16984 (80%) expressions
19.88/20.39	c 20	converted 19107 (90%) expressions
21.56/22.07	c 22	converted 21230 (100%) expressions
21.56/22.08	c 22	CSP : 7035 integers, 55276 booleans, 127783 clauses, largest domain size 2821
21.56/22.08	c 22	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.56/22.08	c 22	Propagation in CSP
24.92/25.48	c 25	209280 values, 0 unsatisfiable literals, and 0 valid clauses are removed
24.92/25.48	c 25	CSP : 7035 integers, 55276 booleans, 127783 clauses, largest domain size 2821
24.92/25.49	c 25	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.02/25.52	c 25	Simplifing CSP by introducing new Boolean variables
25.32/25.81	c 25	CSP : 7035 integers, 97918 booleans, 170425 clauses, largest domain size 2821
25.32/25.81	c 25	Heap : 108 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.91/26.48	c 26	Encoding CSP to SAT : HOME/temp.cnf
30.17/30.74	c 30	704 (10%) CSP integer variables are encoded (192006 clauses, 3042757 bytes)
34.33/34.92	c 34	1407 (20%) CSP integer variables are encoded (381534 clauses, 6264733 bytes)
38.49/39.14	c 39	2111 (30%) CSP integer variables are encoded (573566 clauses, 9529277 bytes)
41.05/41.76	c 41	2814 (40%) CSP integer variables are encoded (2121738 clauses, 38096434 bytes)
43.34/44.01	c 44	3518 (50%) CSP integer variables are encoded (3905084 clauses, 71980008 bytes)
45.58/46.32	c 46	4221 (60%) CSP integer variables are encoded (5698155 clauses, 106048357 bytes)
47.88/48.80	c 48	4925 (70%) CSP integer variables are encoded (7483657 clauses, 139972895 bytes)
50.14/51.17	c 51	5628 (80%) CSP integer variables are encoded (9273524 clauses, 173980368 bytes)
52.51/53.59	c 53	6332 (90%) CSP integer variables are encoded (11068698 clauses, 210237895 bytes)
55.03/56.12	c 56	7035 (100%) CSP integer variables are encoded (12882757 clauses, 248333134 bytes)
136.18/138.54	c 138	17043 (10%) CSP clauses are encoded (26145439 clauses, 571800290 bytes)
198.38/201.73	c 201	34085 (20%) CSP clauses are encoded (37519370 clauses, 857655220 bytes)
257.48/262.08	c 262	51128 (30%) CSP clauses are encoded (48401885 clauses, 1132456265 bytes)
317.56/323.01	c 323	68170 (40%) CSP clauses are encoded (59548186 clauses, 1415282053 bytes)
374.74/381.04	c 381	85213 (50%) CSP clauses are encoded (70401825 clauses, 1691678230 bytes)
429.58/436.74	c 436	102255 (60%) CSP clauses are encoded (81031597 clauses, 1963273532 bytes)
465.45/473.13	c 473	ERROR Exception Too large HOME/temp.cnf
465.45/473.13	c 473	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
465.45/473.13	c 473	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
465.45/473.13	c 473	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
465.45/473.13	s UNKNOWN
465.48/473.23	c 473	CPU 452.21 (0.03 0 452.18 13.3)
465.48/473.23	c 473	END Sat Jul  5 09:27:50 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087032-1215242396/watcher-1087032-1215242396 -o /tmp/evaluation-result-1087032-1215242396/solver-1087032-1215242396 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1087032-1215242396.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.31 2.40 2.18 4/81 21105
/proc/meminfo: memFree=1201952/2055920 swapFree=4179680/4192956
[pid=21105] ppid=21103 vsize=18572 CPUtime=0
/proc/21105/stat : 21105 (runsolver) D 21103 21105 20941 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003212294 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 234211568935 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/21105/statm: 4643 292 257 25 0 2626 0

[startup+0.00968689 s]
/proc/loadavg: 2.31 2.40 2.18 4/81 21105
/proc/meminfo: memFree=1201952/2055920 swapFree=4179680/4192956
[pid=21105] ppid=21103 vsize=18572 CPUtime=0
/proc/21105/stat : 21105 (runsolver) D 21103 21105 20941 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003212294 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 234211568935 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/21105/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101707 s]
/proc/loadavg: 2.31 2.40 2.18 4/81 21105
/proc/meminfo: memFree=1201952/2055920 swapFree=4179680/4192956
[pid=21105] ppid=21103 vsize=12272 CPUtime=0
/proc/21105/stat : 21105 (sugar) D 21103 21105 20941 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 2003212294 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/21105/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301753 s]
/proc/loadavg: 2.31 2.40 2.18 4/81 21105
/proc/meminfo: memFree=1201952/2055920 swapFree=4179680/4192956
[pid=21105] ppid=21103 vsize=13600 CPUtime=0.03
/proc/21105/stat : 21105 (sugar) S 21103 21105 20941 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003212294 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21105/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702836 s]
/proc/loadavg: 2.31 2.40 2.18 4/81 21105
/proc/meminfo: memFree=1201952/2055920 swapFree=4179680/4192956
[pid=21105] ppid=21103 vsize=13600 CPUtime=0.03
/proc/21105/stat : 21105 (sugar) S 21103 21105 20941 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003212294 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21105/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.502 s]
/proc/loadavg: 2.31 2.40 2.18 3/92 21117
/proc/meminfo: memFree=1171208/2055920 swapFree=4179680/4192956
[pid=21105] ppid=21103 vsize=13600 CPUtime=0.03
/proc/21105/stat : 21105 (sugar) S 21103 21105 20941 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003212294 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21105/statm: 3400 796 370 3 0 500 0
[pid=21108] ppid=21105 vsize=5356 CPUtime=0
/proc/21108/stat : 21108 (sh) S 21105 21105 20941 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 2003212311 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21108/statm: 1339 233 193 169 0 50 0
[pid=21109] ppid=21108 vsize=864660 CPUtime=1.31
/proc/21109/stat : 21109 (java) S 21108 21105 20941 0 -1 0 12771 0 1 0 124 7 0 0 18 0 9 0 2003212312 885411840 10816 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21109/statm: 216165 10816 2529 9 0 210747 0
[pid=21109/tid=21110] ppid=21108 vsize=864660 CPUtime=0.7
/proc/21109/task/21110/stat : 21110 (java) R 21108 21105 20941 0 -1 64 2992 0 1 0 68 2 0 0 25 0 9 0 2003212313 885411840 10816 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21111] ppid=21108 vsize=864660 CPUtime=0.43
/proc/21109/task/21111/stat : 21111 (java) S 21108 21105 20941 0 -1 64 8561 0 0 0 40 3 0 0 16 0 9 0 2003212314 885411840 10816 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21112] ppid=21108 vsize=864660 CPUtime=0
/proc/21109/task/21112/stat : 21112 (java) S 21108 21105 20941 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003212314 885411840 10816 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21113] ppid=21108 vsize=864660 CPUtime=0
/proc/21109/task/21113/stat : 21113 (java) S 21108 21105 20941 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003212314 885411840 10816 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21114] ppid=21108 vsize=864660 CPUtime=0
/proc/21109/task/21114/stat : 21114 (java) S 21108 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003212316 885411840 10816 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21115] ppid=21108 vsize=864660 CPUtime=0.14
/proc/21109/task/21115/stat : 21115 (java) R 21108 21105 20941 0 -1 64 518 0 0 0 14 0 0 0 16 0 9 0 2003212316 885411840 10816 996147200 134512640 134550740 4294956000 18446744073709551615 104252667 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21116] ppid=21108 vsize=864660 CPUtime=0
/proc/21109/task/21116/stat : 21116 (java) S 21108 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003212316 885411840 10816 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21109/tid=21117] ppid=21108 vsize=864660 CPUtime=0
/proc/21109/task/21117/stat : 21117 (java) S 21108 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003212316 885411840 10816 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 883616

[startup+3.10233 s]
/proc/loadavg: 2.31 2.40 2.18 3/92 21127
/proc/meminfo: memFree=1191688/2055920 swapFree=4179680/4192956
[pid=21105] ppid=21103 vsize=13600 CPUtime=1.39
/proc/21105/stat : 21105 (sugar) S 21103 21105 20941 0 -1 4194304 974 13199 0 1 3 0 128 8 15 0 1 0 2003212294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21105/statm: 3400 797 370 3 0 500 0
[pid=21118] ppid=21105 vsize=5356 CPUtime=0
/proc/21118/stat : 21118 (sh) S 21105 21105 20941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003212453 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21118/statm: 1339 233 193 169 0 50 0
[pid=21119] ppid=21118 vsize=869464 CPUtime=1.48
/proc/21119/stat : 21119 (java) S 21118 21105 20941 0 -1 0 8601 0 1 0 142 6 0 0 18 0 9 0 2003212454 890331136 7600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21119/statm: 217366 7600 2543 9 0 211941 0
[pid=21119/tid=21120] ppid=21118 vsize=869464 CPUtime=1.01
/proc/21119/task/21120/stat : 21120 (java) R 21118 21105 20941 0 -1 64 2689 0 1 0 99 2 0 0 20 0 9 0 2003212455 890331136 7600 996147200 134512640 134550740 4294955952 18446744073709551615 4126573041 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21121] ppid=21118 vsize=869464 CPUtime=0.24
/proc/21119/task/21121/stat : 21121 (java) S 21118 21105 20941 0 -1 64 3739 0 0 0 23 1 0 0 16 0 9 0 2003212456 890331136 7600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21122] ppid=21118 vsize=869464 CPUtime=0
/proc/21119/task/21122/stat : 21122 (java) S 21118 21105 20941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003212456 890331136 7600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21123] ppid=21118 vsize=869464 CPUtime=0
/proc/21119/task/21123/stat : 21123 (java) S 21118 21105 20941 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003212456 890331136 7600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21124] ppid=21118 vsize=869464 CPUtime=0
/proc/21119/task/21124/stat : 21124 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003212458 890331136 7600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21125] ppid=21118 vsize=869464 CPUtime=0.19
/proc/21119/task/21125/stat : 21125 (java) S 21118 21105 20941 0 -1 64 1476 0 0 0 19 0 0 0 16 0 9 0 2003212458 890331136 7600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21126] ppid=21118 vsize=869464 CPUtime=0
/proc/21119/task/21126/stat : 21126 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003212458 890331136 7600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21127] ppid=21118 vsize=869464 CPUtime=0
/proc/21119/task/21127/stat : 21127 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003212458 890331136 7600 996147200 134512640 134550740 4294955952 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) 888420

[startup+6.303 s]
/proc/loadavg: 2.36 2.41 2.18 3/92 21127
/proc/meminfo: memFree=1168776/2055920 swapFree=4179680/4192956
[pid=21105] ppid=21103 vsize=13600 CPUtime=1.39
/proc/21105/stat : 21105 (sugar) S 21103 21105 20941 0 -1 4194304 974 13199 0 1 3 0 128 8 16 0 1 0 2003212294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21105/statm: 3400 797 370 3 0 500 0
[pid=21118] ppid=21105 vsize=5356 CPUtime=0
/proc/21118/stat : 21118 (sh) S 21105 21105 20941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003212453 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21118/statm: 1339 233 193 169 0 50 0
[pid=21119] ppid=21118 vsize=869464 CPUtime=4.64
/proc/21119/stat : 21119 (java) S 21118 21105 20941 0 -1 0 14521 0 1 0 454 10 0 0 18 0 9 0 2003212454 890331136 10643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21119/statm: 217366 10643 2541 9 0 211941 0
[pid=21119/tid=21120] ppid=21118 vsize=869464 CPUtime=3.62
/proc/21119/task/21120/stat : 21120 (java) R 21118 21105 20941 0 -1 64 3156 0 1 0 359 3 0 0 25 0 9 0 2003212455 890331136 10643 996147200 134512640 134550740 4294955952 18446744073709551615 4126643297 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21121] ppid=21118 vsize=869464 CPUtime=0.78
/proc/21119/task/21121/stat : 21121 (java) S 21118 21105 20941 0 -1 64 9179 0 0 0 73 5 0 0 16 0 9 0 2003212456 890331136 10643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21122] ppid=21118 vsize=869464 CPUtime=0
/proc/21119/task/21122/stat : 21122 (java) S 21118 21105 20941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003212456 890331136 10643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21123] ppid=21118 vsize=869464 CPUtime=0
/proc/21119/task/21123/stat : 21123 (java) S 21118 21105 20941 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003212456 890331136 10643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21124] ppid=21118 vsize=869464 CPUtime=0
/proc/21119/task/21124/stat : 21124 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003212458 890331136 10643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21125] ppid=21118 vsize=869464 CPUtime=0.22
/proc/21119/task/21125/stat : 21125 (java) S 21118 21105 20941 0 -1 64 1489 0 0 0 21 1 0 0 15 0 9 0 2003212458 890331136 10643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21126] ppid=21118 vsize=869464 CPUtime=0
/proc/21119/task/21126/stat : 21126 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003212458 890331136 10643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21127] ppid=21118 vsize=869464 CPUtime=0
/proc/21119/task/21127/stat : 21127 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003212458 890331136 10643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 888420

[startup+12.7023 s]
/proc/loadavg: 2.33 2.40 2.18 3/92 21127
/proc/meminfo: memFree=1141640/2055920 swapFree=4179680/4192956
[pid=21105] ppid=21103 vsize=13600 CPUtime=1.39
/proc/21105/stat : 21105 (sugar) S 21103 21105 20941 0 -1 4194304 974 13199 0 1 3 0 128 8 16 0 1 0 2003212294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21105/statm: 3400 797 370 3 0 500 0
[pid=21118] ppid=21105 vsize=5356 CPUtime=0
/proc/21118/stat : 21118 (sh) S 21105 21105 20941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003212453 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21118/statm: 1339 233 193 169 0 50 0
[pid=21119] ppid=21118 vsize=869464 CPUtime=10.98
/proc/21119/stat : 21119 (java) S 21118 21105 20941 0 -1 0 22757 0 1 0 1081 17 0 0 18 0 9 0 2003212454 890331136 17353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21119/statm: 217366 17353 2541 9 0 211941 0
[pid=21119/tid=21120] ppid=21118 vsize=869464 CPUtime=9.09
/proc/21119/task/21120/stat : 21120 (java) R 21118 21105 20941 0 -1 64 3624 0 1 0 905 4 0 0 25 0 9 0 2003212455 890331136 17353 996147200 134512640 134550740 4294955952 18446744073709551615 4126646047 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21121] ppid=21118 vsize=869464 CPUtime=1.62
/proc/21119/task/21121/stat : 21121 (java) S 21118 21105 20941 0 -1 64 16939 0 0 0 152 10 0 0 16 0 9 0 2003212456 890331136 17353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21122] ppid=21118 vsize=869464 CPUtime=0
/proc/21119/task/21122/stat : 21122 (java) S 21118 21105 20941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003212456 890331136 17353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21123] ppid=21118 vsize=869464 CPUtime=0
/proc/21119/task/21123/stat : 21123 (java) S 21118 21105 20941 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003212456 890331136 17353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21124] ppid=21118 vsize=869464 CPUtime=0
/proc/21119/task/21124/stat : 21124 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003212458 890331136 17353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21125] ppid=21118 vsize=869464 CPUtime=0.23
/proc/21119/task/21125/stat : 21125 (java) S 21118 21105 20941 0 -1 64 1497 0 0 0 22 1 0 0 15 0 9 0 2003212458 890331136 17353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21126] ppid=21118 vsize=869464 CPUtime=0
/proc/21119/task/21126/stat : 21126 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003212458 890331136 17353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21127] ppid=21118 vsize=869464 CPUtime=0
/proc/21119/task/21127/stat : 21127 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003212458 890331136 17353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 888420

[startup+25.503 s]
/proc/loadavg: 2.26 2.38 2.18 3/92 21127
/proc/meminfo: memFree=1086408/2055920 swapFree=4179680/4192956
[pid=21105] ppid=21103 vsize=13600 CPUtime=1.39
/proc/21105/stat : 21105 (sugar) S 21103 21105 20941 0 -1 4194304 974 13199 0 1 3 0 128 8 16 0 1 0 2003212294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21105/statm: 3400 797 370 3 0 500 0
[pid=21118] ppid=21105 vsize=5356 CPUtime=0
/proc/21118/stat : 21118 (sh) S 21105 21105 20941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003212453 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21118/statm: 1339 233 193 169 0 50 0
[pid=21119] ppid=21118 vsize=869464 CPUtime=23.63
/proc/21119/stat : 21119 (java) S 21118 21105 20941 0 -1 0 40013 0 1 0 2335 28 0 0 18 0 9 0 2003212454 890331136 30840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21119/statm: 217366 30840 2541 9 0 211941 0
[pid=21119/tid=21120] ppid=21118 vsize=869464 CPUtime=19.63
/proc/21119/task/21120/stat : 21120 (java) R 21118 21105 20941 0 -1 64 4890 0 1 0 1957 6 0 0 25 0 9 0 2003212455 890331136 30840 996147200 134512640 134550740 4294955952 18446744073709551615 4127037735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21121] ppid=21118 vsize=869464 CPUtime=3.71
/proc/21119/task/21121/stat : 21121 (java) S 21118 21105 20941 0 -1 64 32917 0 0 0 353 18 0 0 16 0 9 0 2003212456 890331136 30840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21122] ppid=21118 vsize=869464 CPUtime=0
/proc/21119/task/21122/stat : 21122 (java) S 21118 21105 20941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003212456 890331136 30840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21123] ppid=21118 vsize=869464 CPUtime=0
/proc/21119/task/21123/stat : 21123 (java) S 21118 21105 20941 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003212456 890331136 30840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=21119/tid=21125] ppid=21118 vsize=869576 CPUtime=0.33
/proc/21119/task/21125/stat : 21125 (java) S 21118 21105 20941 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 2003212458 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21126] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21126/stat : 21126 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003212458 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21127] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21127/stat : 21127 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003212458 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 336.59
Current children cumulated vsize (KiB) 888532

[startup+402.303 s]
/proc/loadavg: 2.04 2.18 2.15 3/92 21127
/proc/meminfo: memFree=16264/2055920 swapFree=4179680/4192956
[pid=21105] ppid=21103 vsize=13600 CPUtime=1.39
/proc/21105/stat : 21105 (sugar) S 21103 21105 20941 0 -1 4194304 974 13199 0 1 3 0 128 8 16 0 1 0 2003212294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21105/statm: 3400 797 370 3 0 500 0
[pid=21118] ppid=21105 vsize=5356 CPUtime=0
/proc/21118/stat : 21118 (sh) S 21105 21105 20941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003212453 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21118/statm: 1339 233 193 169 0 50 0
[pid=21119] ppid=21118 vsize=869576 CPUtime=394.31
/proc/21119/stat : 21119 (java) S 21118 21105 20941 0 -1 0 48187 0 1 0 38322 1109 0 0 18 0 9 0 2003212454 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21119/statm: 217394 34338 2566 9 0 211941 0
[pid=21119/tid=21120] ppid=21118 vsize=869576 CPUtime=386.78
/proc/21119/task/21120/stat : 21120 (java) R 21118 21105 20941 0 -1 64 9132 0 1 0 37622 1056 0 0 25 0 9 0 2003212455 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4127087558 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21121] ppid=21118 vsize=869576 CPUtime=7.17
/proc/21119/task/21121/stat : 21121 (java) S 21118 21105 20941 0 -1 64 36814 0 0 0 667 50 0 0 16 0 9 0 2003212456 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21122] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21122/stat : 21122 (java) S 21118 21105 20941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003212456 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21123] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21123/stat : 21123 (java) S 21118 21105 20941 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003212456 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21124] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21124/stat : 21124 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003212458 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21125] ppid=21118 vsize=869576 CPUtime=0.33
/proc/21119/task/21125/stat : 21125 (java) S 21118 21105 20941 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 2003212458 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21126] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21126/stat : 21126 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003212458 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21127] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21127/stat : 21127 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003212458 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 395.7
Current children cumulated vsize (KiB) 888532

[startup+462.302 s]
/proc/loadavg: 2.13 2.17 2.15 3/92 21127
/proc/meminfo: memFree=15432/2055920 swapFree=4179680/4192956
[pid=21105] ppid=21103 vsize=13600 CPUtime=1.39
/proc/21105/stat : 21105 (sugar) S 21103 21105 20941 0 -1 4194304 974 13199 0 1 3 0 128 8 16 0 1 0 2003212294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21105/statm: 3400 797 370 3 0 500 0
[pid=21118] ppid=21105 vsize=5356 CPUtime=0
/proc/21118/stat : 21118 (sh) S 21105 21105 20941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003212453 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21118/statm: 1339 233 193 169 0 50 0
[pid=21119] ppid=21118 vsize=869576 CPUtime=453.43
/proc/21119/stat : 21119 (java) S 21118 21105 20941 0 -1 0 48880 0 1 0 44057 1286 0 0 18 0 9 0 2003212454 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21119/statm: 217394 34338 2566 9 0 211941 0
[pid=21119/tid=21120] ppid=21118 vsize=869576 CPUtime=445.46
/proc/21119/task/21120/stat : 21120 (java) R 21118 21105 20941 0 -1 64 9825 0 1 0 43319 1227 0 0 25 0 9 0 2003212455 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4127088187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21121] ppid=21118 vsize=869576 CPUtime=7.6
/proc/21119/task/21121/stat : 21121 (java) S 21118 21105 20941 0 -1 64 36814 0 0 0 705 55 0 0 16 0 9 0 2003212456 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21122] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21122/stat : 21122 (java) S 21118 21105 20941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003212456 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21123] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21123/stat : 21123 (java) S 21118 21105 20941 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003212456 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21124] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21124/stat : 21124 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003212458 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21125] ppid=21118 vsize=869576 CPUtime=0.33
/proc/21119/task/21125/stat : 21125 (java) S 21118 21105 20941 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 2003212458 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21126] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21126/stat : 21126 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003212458 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21127] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21127/stat : 21127 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003212458 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 454.82
Current children cumulated vsize (KiB) 888532

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

[startup+467.302 s]
/proc/loadavg: 2.12 2.17 2.15 3/92 21127
/proc/meminfo: memFree=14920/2055920 swapFree=4179680/4192956
[pid=21105] ppid=21103 vsize=13600 CPUtime=1.39
/proc/21105/stat : 21105 (sugar) S 21103 21105 20941 0 -1 4194304 974 13199 0 1 3 0 128 8 16 0 1 0 2003212294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21105/statm: 3400 797 370 3 0 500 0
[pid=21118] ppid=21105 vsize=5356 CPUtime=0
/proc/21118/stat : 21118 (sh) S 21105 21105 20941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003212453 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21118/statm: 1339 233 193 169 0 50 0
[pid=21119] ppid=21118 vsize=869576 CPUtime=458.34
/proc/21119/stat : 21119 (java) S 21118 21105 20941 0 -1 0 48937 0 1 0 44532 1302 0 0 18 0 9 0 2003212454 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21119/statm: 217394 34338 2566 9 0 211941 0
[pid=21119/tid=21120] ppid=21118 vsize=869576 CPUtime=450.32
/proc/21119/task/21120/stat : 21120 (java) R 21118 21105 20941 0 -1 64 9882 0 1 0 43790 1242 0 0 25 0 9 0 2003212455 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4126643304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21121] ppid=21118 vsize=869576 CPUtime=7.64
/proc/21119/task/21121/stat : 21121 (java) S 21118 21105 20941 0 -1 64 36814 0 0 0 709 55 0 0 16 0 9 0 2003212456 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21122] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21122/stat : 21122 (java) S 21118 21105 20941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003212456 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21123] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21123/stat : 21123 (java) S 21118 21105 20941 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003212456 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21124] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21124/stat : 21124 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003212458 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21125] ppid=21118 vsize=869576 CPUtime=0.33
/proc/21119/task/21125/stat : 21125 (java) S 21118 21105 20941 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 2003212458 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21126] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21126/stat : 21126 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003212458 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21127] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21127/stat : 21127 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003212458 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.73
Current children cumulated vsize (KiB) 888532

[startup+470.502 s]
/proc/loadavg: 2.11 2.17 2.15 3/92 21127
/proc/meminfo: memFree=15624/2055920 swapFree=4179680/4192956
[pid=21105] ppid=21103 vsize=13600 CPUtime=1.39
/proc/21105/stat : 21105 (sugar) S 21103 21105 20941 0 -1 4194304 974 13199 0 1 3 0 128 8 16 0 1 0 2003212294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21105/statm: 3400 797 370 3 0 500 0
[pid=21118] ppid=21105 vsize=5356 CPUtime=0
/proc/21118/stat : 21118 (sh) S 21105 21105 20941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003212453 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21118/statm: 1339 233 193 169 0 50 0
[pid=21119] ppid=21118 vsize=869576 CPUtime=461.5
/proc/21119/stat : 21119 (java) S 21118 21105 20941 0 -1 0 48974 0 1 0 44838 1312 0 0 18 0 9 0 2003212454 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21119/statm: 217394 34338 2566 9 0 211941 0
[pid=21119/tid=21120] ppid=21118 vsize=869576 CPUtime=453.46
/proc/21119/task/21120/stat : 21120 (java) R 21118 21105 20941 0 -1 64 9919 0 1 0 44093 1253 0 0 25 0 9 0 2003212455 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4127091540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21121] ppid=21118 vsize=869576 CPUtime=7.67
/proc/21119/task/21121/stat : 21121 (java) S 21118 21105 20941 0 -1 64 36814 0 0 0 711 56 0 0 16 0 9 0 2003212456 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21122] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21122/stat : 21122 (java) S 21118 21105 20941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003212456 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21123] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21123/stat : 21123 (java) S 21118 21105 20941 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003212456 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21124] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21124/stat : 21124 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003212458 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21125] ppid=21118 vsize=869576 CPUtime=0.33
/proc/21119/task/21125/stat : 21125 (java) S 21118 21105 20941 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 2003212458 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21126] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21126/stat : 21126 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003212458 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21119/tid=21127] ppid=21118 vsize=869576 CPUtime=0
/proc/21119/task/21127/stat : 21127 (java) S 21118 21105 20941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003212458 890445824 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.89
Current children cumulated vsize (KiB) 888532

[startup+473.703 s]
/proc/loadavg: 2.11 2.17 2.15 3/92 21127
/proc/meminfo: memFree=15816/2055920 swapFree=4179680/4192956
[pid=21105] ppid=21103 vsize=13600 CPUtime=465.95
/proc/21105/stat : 21105 (sugar) R 21103 21105 20941 0 -1 4194304 996 62499 0 2 3 44 45218 1330 20 0 1 0 2003212294 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21105/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 465.95
Current children cumulated vsize (KiB) 13600

[startup+474.502 s]
/proc/loadavg: 2.10 2.17 2.15 2/82 21127
/proc/meminfo: memFree=1247576/2055920 swapFree=4179680/4192956
[pid=21105] ppid=21103 vsize=13600 CPUtime=466.14
/proc/21105/stat : 21105 (sugar) D 21103 21105 20941 0 -1 4194304 996 62499 0 2 3 63 45218 1330 18 0 1 0 2003212294 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/21105/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 466.14
Current children cumulated vsize (KiB) 13600

[startup+475.301 s]
/proc/loadavg: 2.10 2.17 2.15 2/82 21127
/proc/meminfo: memFree=1247000/2055920 swapFree=4179680/4192956
[pid=21105] ppid=21103 vsize=13600 CPUtime=466.17
/proc/21105/stat : 21105 (sugar) D 21103 21105 20941 0 -1 4194304 996 62499 0 2 3 66 45218 1330 18 0 1 0 2003212294 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/21105/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 466.17
Current children cumulated vsize (KiB) 13600

[startup+475.501 s]
/proc/loadavg: 2.10 2.17 2.15 2/82 21127
/proc/meminfo: memFree=1247000/2055920 swapFree=4179680/4192956
[pid=21105] ppid=21103 vsize=13600 CPUtime=466.18
/proc/21105/stat : 21105 (sugar) D 21103 21105 20941 0 -1 4194304 996 62499 0 2 3 67 45218 1330 18 0 1 0 2003212294 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/21105/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 466.18
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 475.577
CPU time (s): 466.208
CPU user time (s): 452.221
CPU system time (s): 13.9869
CPU usage (%): 98.0301
Max. virtual memory (cumulated for all children) (KiB): 894832

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

runsolver used 0.692894 second user time and 1.70274 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 09:19:56
IDJOB=1087032
IDBENCH=57918
IDSOLVER=346
FILE ID=node54/1087032-1215242396
PBS_JOBID= 7882005
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp25/normalized-fapp25-2230-4.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087032-1215242396/watcher-1087032-1215242396 -o /tmp/evaluation-result-1087032-1215242396/solver-1087032-1215242396 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1087032-1215242396.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fc409cb8b4f9cf04e2dbeb29fe62b8ed
RANDOM SEED=805949128

node54.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:       1202432 kB
Buffers:          1912 kB
Cached:          72340 kB
SwapCached:       6328 kB
Active:         751908 kB
Inactive:        49224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1202432 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            4320 kB
Writeback:           0 kB
Mapped:         740712 kB
Slab:            36040 kB
Committed_AS:  4733780 kB
PageTables:       3148 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node54 at 2008-07-05 09:27:52