Trace number 1063664

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+picosat? 171.371 178.064

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-vtp-base.xml
MD5SUM7a5829c10442f057a00aad0acec30b89
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4524
Number of constraints315
Maximum constraint arity1080
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension315
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/picosat
0.00/0.14	c 0	BEGIN Fri Jul  4 04:26:36 2008
0.00/0.14	c 0	PID 19397
0.00/0.15	c 0	HOST node70.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1063664-1215138396.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063664-1215138396.xml' 'HOME/temp.csp'
0.85/1.05	c 1	3 domains, 4524 variables, 67 predicates, 0 relations, 315 constraints
0.85/1.05	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.85/1.05	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'
0.91/1.14	c 1	Parsing HOME/temp.csp
2.32/2.54	c 2	parsed 4909 expressions
2.32/2.54	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.32/2.54	c 2	Converting to clausal form CSP
2.32/2.58	c 2	converted 491 (10%) expressions
2.32/2.58	c 2	converted 982 (20%) expressions
2.32/2.59	c 2	converted 1473 (30%) expressions
2.32/2.60	c 2	converted 1964 (40%) expressions
2.32/2.60	c 2	converted 2455 (50%) expressions
2.42/2.60	c 2	converted 2946 (60%) expressions
2.42/2.60	c 2	converted 3437 (70%) expressions
2.42/2.60	c 2	converted 3928 (80%) expressions
2.42/2.60	c 2	converted 4419 (90%) expressions
4.90/5.15	c 5	converted 4909 (100%) expressions
4.90/5.16	c 5	CSP : 32049 integers, 0 booleans, 51356 clauses, largest domain size 349669
4.90/5.16	c 5	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.90/5.16	c 5	Propagation in CSP
5.51/5.76	c 6	2815141 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.51/5.77	c 6	CSP : 32049 integers, 0 booleans, 51356 clauses, largest domain size 349669
5.51/5.77	c 6	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.51/5.79	c 6	Simplifing CSP by introducing new Boolean variables
5.60/5.82	c 6	CSP : 32049 integers, 0 booleans, 51356 clauses, largest domain size 349669
5.60/5.82	c 6	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.89/6.14	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.89/6.18	c 6	3205 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
29.38/30.37	c 30	6410 (20%) CSP integer variables are encoded (17069882 clauses, 336275514 bytes)
101.16/104.37	c 104	9615 (30%) CSP integer variables are encoded (67831886 clauses, 1402277598 bytes)
117.72/121.49	c 121	12820 (40%) CSP integer variables are encoded (79338969 clauses, 1643926341 bytes)
118.11/121.86	c 122	16025 (50%) CSP integer variables are encoded (79589655 clauses, 1649190747 bytes)
118.51/122.29	c 122	19230 (60%) CSP integer variables are encoded (79873265 clauses, 1655146557 bytes)
118.99/122.77	c 123	22435 (70%) CSP integer variables are encoded (80181318 clauses, 1661615670 bytes)
124.36/128.41	c 128	25640 (80%) CSP integer variables are encoded (83868417 clauses, 1739044749 bytes)
127.37/131.59	c 131	28845 (90%) CSP integer variables are encoded (86004944 clauses, 1783911816 bytes)
139.07/143.73	c 144	32049 (100%) CSP integer variables are encoded (94569596 clauses, 1963769508 bytes)
170.40/175.93	c 176	ERROR Exception Too large HOME/temp.cnf
170.40/175.93	c 176	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
170.40/175.93	c 176	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
170.40/175.93	c 176	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
170.40/175.93	s UNKNOWN
170.45/176.26	c 176	CPU 154.11 (0.03 0.01 154.08 16.35)
170.45/176.26	c 176	END Fri Jul  4 04:29:32 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-1063664-1215138396/watcher-1063664-1215138396 -o /tmp/evaluation-result-1063664-1215138396/solver-1063664-1215138396 -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/picosat -tmp=HOME/temp HOME/instance-1063664-1215138396.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.61 2.21 2.09 4/80 19397
/proc/meminfo: memFree=1728800/2055920 swapFree=4110808/4192956
[pid=19397] ppid=19395 vsize=18572 CPUtime=0
/proc/19397/stat : 19397 (runsolver) D 19395 19397 18713 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1992808437 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 233402068263 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/19397/statm: 4643 292 257 25 0 2626 0

[startup+0.0217249 s]
/proc/loadavg: 2.61 2.21 2.09 4/80 19397
/proc/meminfo: memFree=1728800/2055920 swapFree=4110808/4192956
[pid=19397] ppid=19395 vsize=124 CPUtime=0
/proc/19397/stat : 19397 (sugar) D 19395 19397 18713 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 1992808437 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 233399449065 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/19397/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102749 s]
/proc/loadavg: 2.61 2.21 2.09 4/80 19397
/proc/meminfo: memFree=1728800/2055920 swapFree=4110808/4192956
[pid=19397] ppid=19395 vsize=12412 CPUtime=0
/proc/19397/stat : 19397 (sugar) D 19395 19397 18713 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 1992808437 12709888 393 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/19397/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.302798 s]
/proc/loadavg: 2.61 2.21 2.09 4/80 19397
/proc/meminfo: memFree=1728800/2055920 swapFree=4110808/4192956
[pid=19397] ppid=19395 vsize=13600 CPUtime=0.03
/proc/19397/stat : 19397 (sugar) S 19395 19397 18713 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1992808437 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19397/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701855 s]
/proc/loadavg: 2.61 2.21 2.09 4/80 19397
/proc/meminfo: memFree=1728800/2055920 swapFree=4110808/4192956
[pid=19397] ppid=19395 vsize=13600 CPUtime=0.03
/proc/19397/stat : 19397 (sugar) S 19395 19397 18713 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1992808437 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19397/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.61 2.21 2.09 3/91 19409
/proc/meminfo: memFree=1712712/2055920 swapFree=4110808/4192956
[pid=19397] ppid=19395 vsize=13600 CPUtime=0.91
/proc/19397/stat : 19397 (sugar) S 19395 19397 18713 0 -1 4194304 973 7044 0 3 3 0 82 6 15 0 1 0 1992808437 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19397/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 13600

[startup+3.1023 s]
/proc/loadavg: 2.64 2.22 2.09 4/91 19419
/proc/meminfo: memFree=1711304/2055920 swapFree=4110808/4192956
[pid=19397] ppid=19395 vsize=13600 CPUtime=0.91
/proc/19397/stat : 19397 (sugar) S 19395 19397 18713 0 -1 4194304 974 7044 0 3 3 0 82 6 16 0 1 0 1992808437 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19397/statm: 3400 797 370 3 0 500 0
[pid=19410] ppid=19397 vsize=5356 CPUtime=0
/proc/19410/stat : 19410 (sh) S 19397 19397 18713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992808543 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19410/statm: 1339 233 193 169 0 50 0
[pid=19411] ppid=19410 vsize=868388 CPUtime=2.01
/proc/19411/stat : 19411 (java) S 19410 19397 18713 0 -1 0 9596 0 2 0 192 9 0 0 18 0 9 0 1992808543 889229312 8598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19411/statm: 217097 8598 2541 9 0 211672 0
[pid=19411/tid=19412] ppid=19410 vsize=868388 CPUtime=1.12
/proc/19411/task/19412/stat : 19412 (java) R 19410 19397 18713 0 -1 64 2792 0 2 0 109 3 0 0 25 0 9 0 1992808544 889229312 8598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19413] ppid=19410 vsize=868388 CPUtime=0.63
/proc/19411/task/19413/stat : 19413 (java) R 19410 19397 18713 0 -1 64 4616 0 0 0 60 3 0 0 16 0 9 0 1992808545 889229312 8598 996147200 134512640 134550740 4294955952 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19414] ppid=19410 vsize=868388 CPUtime=0
/proc/19411/task/19414/stat : 19414 (java) S 19410 19397 18713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992808545 889229312 8598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19415] ppid=19410 vsize=868388 CPUtime=0
/proc/19411/task/19415/stat : 19415 (java) S 19410 19397 18713 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992808545 889229312 8598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19416] ppid=19410 vsize=868388 CPUtime=0
/proc/19411/task/19416/stat : 19416 (java) S 19410 19397 18713 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992808547 889229312 8598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19417] ppid=19410 vsize=868388 CPUtime=0.22
/proc/19411/task/19417/stat : 19417 (java) S 19410 19397 18713 0 -1 64 1491 0 0 0 21 1 0 0 16 0 9 0 1992808547 889229312 8598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19418] ppid=19410 vsize=868388 CPUtime=0
/proc/19411/task/19418/stat : 19418 (java) S 19410 19397 18713 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992808548 889229312 8598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19419] ppid=19410 vsize=868388 CPUtime=0
/proc/19411/task/19419/stat : 19419 (java) S 19410 19397 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992808548 889229312 8598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 887344

[startup+6.30187 s]
/proc/loadavg: 2.64 2.22 2.09 3/91 19419
/proc/meminfo: memFree=1671240/2055920 swapFree=4110808/4192956
[pid=19397] ppid=19395 vsize=13600 CPUtime=0.91
/proc/19397/stat : 19397 (sugar) S 19395 19397 18713 0 -1 4194304 974 7044 0 3 3 0 82 6 15 0 1 0 1992808437 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19397/statm: 3400 797 370 3 0 500 0
[pid=19410] ppid=19397 vsize=5356 CPUtime=0
/proc/19410/stat : 19410 (sh) S 19397 19397 18713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992808543 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19410/statm: 1339 233 193 169 0 50 0
[pid=19411] ppid=19410 vsize=868500 CPUtime=5.18
/proc/19411/stat : 19411 (java) S 19410 19397 18713 0 -1 0 20294 0 2 0 501 17 0 0 18 0 9 0 1992808543 889344000 15922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19411/statm: 217125 15922 2565 9 0 211672 0
[pid=19411/tid=19412] ppid=19410 vsize=868500 CPUtime=3.13
/proc/19411/task/19412/stat : 19412 (java) R 19410 19397 18713 0 -1 64 3504 0 2 0 309 4 0 0 24 0 9 0 1992808544 889344000 15922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19413] ppid=19410 vsize=868500 CPUtime=1.75
/proc/19411/task/19413/stat : 19413 (java) S 19410 19397 18713 0 -1 64 14574 0 0 0 165 10 0 0 16 0 9 0 1992808545 889344000 15922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19414] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19414/stat : 19414 (java) S 19410 19397 18713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992808545 889344000 15922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19415] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19415/stat : 19415 (java) S 19410 19397 18713 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992808545 889344000 15922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19416] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19416/stat : 19416 (java) S 19410 19397 18713 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992808547 889344000 15922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19417] ppid=19410 vsize=868500 CPUtime=0.26
/proc/19411/task/19417/stat : 19417 (java) S 19410 19397 18713 0 -1 64 1519 0 0 0 25 1 0 0 16 0 9 0 1992808547 889344000 15922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19418] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19418/stat : 19418 (java) S 19410 19397 18713 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992808548 889344000 15922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19419] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19419/stat : 19419 (java) S 19410 19397 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992808548 889344000 15922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 887456

[startup+12.703 s]
/proc/loadavg: 2.59 2.22 2.09 3/91 19419
/proc/meminfo: memFree=1588104/2055920 swapFree=4110808/4192956
[pid=19397] ppid=19395 vsize=13600 CPUtime=0.91
/proc/19397/stat : 19397 (sugar) S 19395 19397 18713 0 -1 4194304 974 7044 0 3 3 0 82 6 15 0 1 0 1992808437 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19397/statm: 3400 797 370 3 0 500 0
[pid=19410] ppid=19397 vsize=5356 CPUtime=0
/proc/19410/stat : 19410 (sh) S 19397 19397 18713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992808543 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19410/statm: 1339 233 193 169 0 50 0
[pid=19411] ppid=19410 vsize=868500 CPUtime=11.51
/proc/19411/stat : 19411 (java) S 19410 19397 18713 0 -1 0 20741 0 2 0 1075 76 0 0 18 0 9 0 1992808543 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19411/statm: 217125 15928 2565 9 0 211672 0
[pid=19411/tid=19412] ppid=19410 vsize=868500 CPUtime=9.2
/proc/19411/task/19412/stat : 19412 (java) R 19410 19397 18713 0 -1 64 3945 0 2 0 860 60 0 0 25 0 9 0 1992808544 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19413] ppid=19410 vsize=868500 CPUtime=2
/proc/19411/task/19413/stat : 19413 (java) S 19410 19397 18713 0 -1 64 14574 0 0 0 187 13 0 0 16 0 9 0 1992808545 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19414] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19414/stat : 19414 (java) S 19410 19397 18713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992808545 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19415] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19415/stat : 19415 (java) S 19410 19397 18713 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992808545 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19416] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19416/stat : 19416 (java) S 19410 19397 18713 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992808547 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19417] ppid=19410 vsize=868500 CPUtime=0.27
/proc/19411/task/19417/stat : 19417 (java) S 19410 19397 18713 0 -1 64 1525 0 0 0 26 1 0 0 16 0 9 0 1992808547 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19418] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19418/stat : 19418 (java) S 19410 19397 18713 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992808548 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19419] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19419/stat : 19419 (java) S 19410 19397 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992808548 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 887456

[startup+25.5023 s]
/proc/loadavg: 2.54 2.22 2.09 3/91 19419
/proc/meminfo: memFree=1405960/2055920 swapFree=4110808/4192956
[pid=19397] ppid=19395 vsize=13600 CPUtime=0.91
/proc/19397/stat : 19397 (sugar) S 19395 19397 18713 0 -1 4194304 974 7044 0 3 3 0 82 6 15 0 1 0 1992808437 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19397/statm: 3400 797 370 3 0 500 0
[pid=19410] ppid=19397 vsize=5356 CPUtime=0
/proc/19410/stat : 19410 (sh) S 19397 19397 18713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992808543 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19410/statm: 1339 233 193 169 0 50 0
[pid=19411] ppid=19410 vsize=868500 CPUtime=23.79
/proc/19411/stat : 19411 (java) S 19410 19397 18713 0 -1 0 21548 0 2 0 2183 196 0 0 18 0 9 0 1992808543 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19411/statm: 217125 15928 2565 9 0 211672 0
[pid=19411/tid=19412] ppid=19410 vsize=868500 CPUtime=21.09
/proc/19411/task/19412/stat : 19412 (java) R 19410 19397 18713 0 -1 64 4752 0 2 0 1934 175 0 0 25 0 9 0 1992808544 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19413] ppid=19410 vsize=868500 CPUtime=2.4
/proc/19411/task/19413/stat : 19413 (java) S 19410 19397 18713 0 -1 64 14574 0 0 0 221 19 0 0 15 0 9 0 1992808545 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19414] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19414/stat : 19414 (java) S 19410 19397 18713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992808545 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19415] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19415/stat : 19415 (java) S 19410 19397 18713 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992808545 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19416] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19416/stat : 19416 (java) S 19410 19397 18713 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992808547 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19417] ppid=19410 vsize=868500 CPUtime=0.27
/proc/19411/task/19417/stat : 19417 (java) S 19410 19397 18713 0 -1 64 1525 0 0 0 26 1 0 0 16 0 9 0 1992808547 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19418] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19418/stat : 19418 (java) S 19410 19397 18713 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992808548 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19419] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19419/stat : 19419 (java) S 19410 19397 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992808548 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 887456

[startup+51.1029 s]
/proc/loadavg: 2.35 2.20 2.09 3/91 19419
/proc/meminfo: memFree=1044872/2055920 swapFree=4110808/4192956
[pid=19397] ppid=19395 vsize=13600 CPUtime=0.91
/proc/19397/stat : 19397 (sugar) S 19395 19397 18713 0 -1 4194304 974 7044 0 3 3 0 82 6 16 0 1 0 1992808437 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19397/statm: 3400 797 370 3 0 500 0
[pid=19410] ppid=19397 vsize=5356 CPUtime=0
/proc/19410/stat : 19410 (sh) S 19397 19397 18713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992808543 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19410/statm: 1339 233 193 169 0 50 0
[pid=19411] ppid=19410 vsize=868500 CPUtime=48.7
/proc/19411/stat : 19411 (java) S 19410 19397 18713 0 -1 0 23138 0 2 0 4434 436 0 0 18 0 9 0 1992808543 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=19411/tid=19417] ppid=19410 vsize=868500 CPUtime=0.27
/proc/19411/task/19417/stat : 19417 (java) S 19410 19397 18713 0 -1 64 1525 0 0 0 26 1 0 0 16 0 9 0 1992808547 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19418] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19418/stat : 19418 (java) S 19410 19397 18713 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992808548 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19419] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19419/stat : 19419 (java) S 19410 19397 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992808548 889344000 15928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.23
Current children cumulated vsize (KiB) 887456

[startup+162.303 s]
/proc/loadavg: 2.48 2.29 2.13 3/91 19419
/proc/meminfo: memFree=15176/2055920 swapFree=4110808/4192956
[pid=19397] ppid=19395 vsize=13600 CPUtime=0.92
/proc/19397/stat : 19397 (sugar) S 19395 19397 18713 0 -1 4194304 974 7044 0 3 3 1 82 6 16 0 1 0 1992808437 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19397/statm: 3400 797 370 3 0 500 0
[pid=19410] ppid=19397 vsize=5356 CPUtime=0
/proc/19410/stat : 19410 (sh) S 19397 19397 18713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992808543 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19410/statm: 1339 233 193 169 0 50 0
[pid=19411] ppid=19410 vsize=868500 CPUtime=156.21
/proc/19411/stat : 19411 (java) S 19410 19397 18713 0 -1 0 30293 0 2 0 14112 1509 0 0 18 0 9 0 1992808543 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19411/statm: 217125 15935 2565 9 0 211672 0
[pid=19411/tid=19412] ppid=19410 vsize=868500 CPUtime=149.02
/proc/19411/task/19412/stat : 19412 (java) R 19410 19397 18713 0 -1 64 13491 0 2 0 13483 1419 0 0 25 0 9 0 1992808544 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19411/tid=19413] ppid=19410 vsize=868500 CPUtime=6.88
/proc/19411/task/19413/stat : 19413 (java) S 19410 19397 18713 0 -1 64 14574 0 0 0 601 87 0 0 15 0 9 0 1992808545 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19411/tid=19414] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19414/stat : 19414 (java) S 19410 19397 18713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992808545 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19415] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19415/stat : 19415 (java) S 19410 19397 18713 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992808545 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19416] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19416/stat : 19416 (java) S 19410 19397 18713 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992808547 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19417] ppid=19410 vsize=868500 CPUtime=0.28
/proc/19411/task/19417/stat : 19417 (java) S 19410 19397 18713 0 -1 64 1531 0 0 0 27 1 0 0 16 0 9 0 1992808547 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19411/tid=19418] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19418/stat : 19418 (java) S 19410 19397 18713 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992808548 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19419] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19419/stat : 19419 (java) S 19410 19397 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992808548 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.13
Current children cumulated vsize (KiB) 887456

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

[startup+166.303 s]
/proc/loadavg: 2.52 2.30 2.13 3/91 19419
/proc/meminfo: memFree=16264/2055920 swapFree=4110808/4192956
[pid=19397] ppid=19395 vsize=13600 CPUtime=0.92
/proc/19397/stat : 19397 (sugar) S 19395 19397 18713 0 -1 4194304 974 7044 0 3 3 1 82 6 16 0 1 0 1992808437 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19397/statm: 3400 797 370 3 0 500 0
[pid=19410] ppid=19397 vsize=5356 CPUtime=0
/proc/19410/stat : 19410 (sh) S 19397 19397 18713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992808543 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19410/statm: 1339 233 193 169 0 50 0
[pid=19411] ppid=19410 vsize=868500 CPUtime=160.11
/proc/19411/stat : 19411 (java) S 19410 19397 18713 0 -1 0 30583 0 2 0 14472 1539 0 0 18 0 9 0 1992808543 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19411/statm: 217125 15935 2565 9 0 211672 0
[pid=19411/tid=19412] ppid=19410 vsize=868500 CPUtime=152.77
/proc/19411/task/19412/stat : 19412 (java) R 19410 19397 18713 0 -1 64 13781 0 2 0 13830 1447 0 0 25 0 9 0 1992808544 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19411/tid=19413] ppid=19410 vsize=868500 CPUtime=7.02
/proc/19411/task/19413/stat : 19413 (java) S 19410 19397 18713 0 -1 64 14574 0 0 0 613 89 0 0 16 0 9 0 1992808545 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19411/tid=19414] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19414/stat : 19414 (java) S 19410 19397 18713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992808545 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19415] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19415/stat : 19415 (java) S 19410 19397 18713 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992808545 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19416] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19416/stat : 19416 (java) S 19410 19397 18713 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992808547 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19417] ppid=19410 vsize=868500 CPUtime=0.28
/proc/19411/task/19417/stat : 19417 (java) S 19410 19397 18713 0 -1 64 1531 0 0 0 27 1 0 0 16 0 9 0 1992808547 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19411/tid=19418] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19418/stat : 19418 (java) S 19410 19397 18713 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992808548 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19419] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19419/stat : 19419 (java) S 19410 19397 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992808548 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 887456

[startup+172.707 s]
/proc/loadavg: 2.52 2.31 2.14 3/91 19419
/proc/meminfo: memFree=15816/2055920 swapFree=4110808/4192956
[pid=19397] ppid=19395 vsize=13600 CPUtime=0.92
/proc/19397/stat : 19397 (sugar) S 19395 19397 18713 0 -1 4194304 974 7044 0 3 3 1 82 6 16 0 1 0 1992808437 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19397/statm: 3400 797 370 3 0 500 0
[pid=19410] ppid=19397 vsize=5356 CPUtime=0
/proc/19410/stat : 19410 (sh) S 19397 19397 18713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992808543 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19410/statm: 1339 233 193 169 0 50 0
[pid=19411] ppid=19410 vsize=868500 CPUtime=166.37
/proc/19411/stat : 19411 (java) S 19410 19397 18713 0 -1 0 31052 0 2 0 15044 1593 0 0 18 0 9 0 1992808543 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19411/statm: 217125 15935 2565 9 0 211672 0
[pid=19411/tid=19412] ppid=19410 vsize=868500 CPUtime=158.78
/proc/19411/task/19412/stat : 19412 (java) R 19410 19397 18713 0 -1 64 14250 0 2 0 14381 1497 0 0 25 0 9 0 1992808544 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19411/tid=19413] ppid=19410 vsize=868500 CPUtime=7.27
/proc/19411/task/19413/stat : 19413 (java) S 19410 19397 18713 0 -1 64 14574 0 0 0 634 93 0 0 16 0 9 0 1992808545 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19411/tid=19414] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19414/stat : 19414 (java) S 19410 19397 18713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992808545 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19415] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19415/stat : 19415 (java) S 19410 19397 18713 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992808545 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19416] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19416/stat : 19416 (java) S 19410 19397 18713 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992808547 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19417] ppid=19410 vsize=868500 CPUtime=0.28
/proc/19411/task/19417/stat : 19417 (java) S 19410 19397 18713 0 -1 64 1531 0 0 0 27 1 0 0 16 0 9 0 1992808547 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19411/tid=19418] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19418/stat : 19418 (java) S 19410 19397 18713 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992808548 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19419] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19419/stat : 19419 (java) S 19410 19397 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992808548 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 167.29
Current children cumulated vsize (KiB) 887456

[startup+175.903 s]
/proc/loadavg: 2.52 2.31 2.14 3/91 19419
/proc/meminfo: memFree=15688/2055920 swapFree=4110808/4192956
[pid=19397] ppid=19395 vsize=13600 CPUtime=0.92
/proc/19397/stat : 19397 (sugar) S 19395 19397 18713 0 -1 4194304 974 7044 0 3 3 1 82 6 16 0 1 0 1992808437 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19397/statm: 3400 797 370 3 0 500 0
[pid=19410] ppid=19397 vsize=5356 CPUtime=0
/proc/19410/stat : 19410 (sh) S 19397 19397 18713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992808543 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19410/statm: 1339 233 193 169 0 50 0
[pid=19411] ppid=19410 vsize=868500 CPUtime=169.48
/proc/19411/stat : 19411 (java) S 19410 19397 18713 0 -1 0 31285 0 2 0 15322 1626 0 0 18 0 9 0 1992808543 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19411/statm: 217125 15935 2565 9 0 211672 0
[pid=19411/tid=19412] ppid=19410 vsize=868500 CPUtime=161.78
/proc/19411/task/19412/stat : 19412 (java) R 19410 19397 18713 0 -1 64 14483 0 2 0 14650 1528 0 0 25 0 9 0 1992808544 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19411/tid=19413] ppid=19410 vsize=868500 CPUtime=7.4
/proc/19411/task/19413/stat : 19413 (java) S 19410 19397 18713 0 -1 64 14574 0 0 0 644 96 0 0 16 0 9 0 1992808545 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19411/tid=19414] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19414/stat : 19414 (java) S 19410 19397 18713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992808545 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19415] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19415/stat : 19415 (java) S 19410 19397 18713 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992808545 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19416] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19416/stat : 19416 (java) S 19410 19397 18713 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992808547 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19417] ppid=19410 vsize=868500 CPUtime=0.28
/proc/19411/task/19417/stat : 19417 (java) S 19410 19397 18713 0 -1 64 1531 0 0 0 27 1 0 0 16 0 9 0 1992808547 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19411/tid=19418] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19418/stat : 19418 (java) S 19410 19397 18713 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992808548 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19411/tid=19419] ppid=19410 vsize=868500 CPUtime=0
/proc/19411/task/19419/stat : 19419 (java) S 19410 19397 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992808548 889344000 15935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 170.4
Current children cumulated vsize (KiB) 887456

[startup+176.703 s]
/proc/loadavg: 2.52 2.31 2.14 3/91 19419
/proc/meminfo: memFree=15688/2055920 swapFree=4110808/4192956
[pid=19397] ppid=19395 vsize=13600 CPUtime=170.87
/proc/19397/stat : 19397 (sugar) R 19395 19397 18713 0 -1 4194304 996 38628 0 6 3 41 15408 1635 19 0 1 0 1992808437 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 0 0 0
/proc/19397/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 170.87
Current children cumulated vsize (KiB) 13600

[startup+177.502 s]
/proc/loadavg: 2.52 2.31 2.14 3/81 19419
/proc/meminfo: memFree=1671896/2055920 swapFree=4110808/4192956
[pid=19397] ppid=19395 vsize=13600 CPUtime=171.33
/proc/19397/stat : 19397 (sugar) D 19395 19397 18713 0 -1 4194304 996 38628 0 6 3 87 15408 1635 18 0 1 0 1992808437 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19397/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 171.33
Current children cumulated vsize (KiB) 13600

[startup+177.902 s]
/proc/loadavg: 2.52 2.31 2.14 3/81 19419
/proc/meminfo: memFree=1671896/2055920 swapFree=4110808/4192956
[pid=19397] ppid=19395 vsize=13600 CPUtime=171.34
/proc/19397/stat : 19397 (sugar) D 19395 19397 18713 0 -1 4194304 996 38628 0 6 3 88 15408 1635 18 0 1 0 1992808437 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19397/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 171.34
Current children cumulated vsize (KiB) 13600

[startup+178.002 s]
/proc/loadavg: 2.52 2.31 2.14 3/81 19419
/proc/meminfo: memFree=1671896/2055920 swapFree=4110808/4192956
[pid=19397] ppid=19395 vsize=13600 CPUtime=171.35
/proc/19397/stat : 19397 (sugar) D 19395 19397 18713 0 -1 4194304 996 38628 0 6 3 89 15408 1635 18 0 1 0 1992808437 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19397/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 171.35
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 178.064
CPU time (s): 171.371
CPU user time (s): 154.119
CPU system time (s): 17.2524
CPU usage (%): 96.2414
Max. virtual memory (cumulated for all children) (KiB): 893476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 154.119
system time used= 17.2524
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39654
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84869
involuntary context switches= 88676

runsolver used 0.220966 second user time and 0.626904 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-04 04:26:36
IDJOB=1063664
IDBENCH=54827
IDSOLVER=345
FILE ID=node70/1063664-1215138396
PBS_JOBID= 7877374
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-vtp-base.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1063664-1215138396/watcher-1063664-1215138396 -o /tmp/evaluation-result-1063664-1215138396/solver-1063664-1215138396 -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/picosat" -tmp="HOME/temp" HOME/instance-1063664-1215138396.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7a5829c10442f057a00aad0acec30b89
RANDOM SEED=1184543321

node70.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.256
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.256
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:       1729280 kB
Buffers:          2296 kB
Cached:          60652 kB
SwapCached:      75976 kB
Active:         254384 kB
Inactive:        14584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729280 kB
SwapTotal:     4192956 kB
SwapFree:      4110808 kB
Dirty:            2360 kB
Writeback:           0 kB
Mapped:         219652 kB
Slab:            42648 kB
Committed_AS:  4909384 kB
PageTables:       2140 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= 66444 MiB
End job on node70 at 2008-07-04 04:29:34