Trace number 1086107

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? 646.443 663.828

General information on the benchmark

Namecsp/fapp/fapp39/
normalized-fapp39-2750-9.xml
MD5SUM1669d08b906051cd43ecd2c2e0016764
Bench Category2-ARY-INT (binary 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 variables2750
Number of constraints23154
Maximum constraint arity2
Maximum domain size502
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23154
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.12	c 0	Sugar v1-13 + HOME/picosat
0.00/0.12	c 0	BEGIN Sat Jul  5 07:57:21 2008
0.00/0.12	c 0	PID 20663
0.00/0.13	c 0	HOST node54.alineos.net
0.00/0.13	c 0	CONVERTING HOME/instance-1086107-1215237440.xml TO HOME/temp.csp
0.00/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086107-1215237440.xml' 'HOME/temp.csp'
1.76/1.90	c 1	4 domains, 2750 variables, 8 predicates, 0 relations, 23154 constraints
1.76/1.91	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.76/1.91	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.76/1.99	c 2	Parsing HOME/temp.csp
2.13/2.38	c 2	parsed 10000 expressions
2.52/2.75	c 2	parsed 20000 expressions
2.72/2.91	c 2	parsed 25916 expressions
2.72/2.91	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.72/2.91	c 2	Converting to clausal form CSP
2.72/2.98	c 3	converted 2592 (10%) expressions
7.22/7.57	c 7	converted 5184 (20%) expressions
11.62/12.07	c 12	converted 7775 (30%) expressions
15.83/16.34	c 16	converted 10367 (40%) expressions
20.13/20.75	c 20	converted 12958 (50%) expressions
24.16/24.85	c 24	converted 15550 (60%) expressions
28.16/28.94	c 29	converted 18142 (70%) expressions
32.37/33.29	c 33	converted 20733 (80%) expressions
36.19/37.16	c 37	converted 23325 (90%) expressions
39.72/40.72	c 40	converted 25916 (100%) expressions
39.72/40.72	c 40	CSP : 9858 integers, 63570 booleans, 152567 clauses, largest domain size 4001
39.72/40.72	c 40	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.72/40.72	c 40	Propagation in CSP
46.18/47.35	c 47	408520 values, 0 unsatisfiable literals, and 0 valid clauses are removed
46.18/47.36	c 47	CSP : 9858 integers, 63570 booleans, 152567 clauses, largest domain size 4001
46.18/47.36	c 47	Heap : 85 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
46.28/47.40	c 47	Simplifing CSP by introducing new Boolean variables
47.15/48.39	c 48	CSP : 9858 integers, 123318 booleans, 212315 clauses, largest domain size 4001
47.15/48.39	c 48	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.84/49.01	c 49	Encoding CSP to SAT : HOME/temp.cnf
61.94/63.40	c 63	986 (10%) CSP integer variables are encoded (478451 clauses, 7911978 bytes)
76.05/77.83	c 77	1972 (20%) CSP integer variables are encoded (956902 clauses, 16045645 bytes)
88.38/90.40	c 90	2958 (30%) CSP integer variables are encoded (2161293 clauses, 38846989 bytes)
93.14/95.34	c 95	3944 (40%) CSP integer variables are encoded (6032255 clauses, 112395267 bytes)
98.01/100.39	c 100	4929 (50%) CSP integer variables are encoded (9908138 clauses, 186037044 bytes)
103.21/105.75	c 105	5915 (60%) CSP integer variables are encoded (13800832 clauses, 267609799 bytes)
108.40/111.16	c 111	6901 (70%) CSP integer variables are encoded (17707030 clauses, 349639957 bytes)
113.59/116.51	c 116	7887 (80%) CSP integer variables are encoded (21575396 clauses, 430875643 bytes)
118.66/121.98	c 122	8873 (90%) CSP integer variables are encoded (25463834 clauses, 512532841 bytes)
123.87/127.35	c 127	9858 (100%) CSP integer variables are encoded (29348921 clauses, 594119668 bytes)
346.36/355.36	c 355	21232 (10%) CSP clauses are encoded (54069545 clauses, 1207377972 bytes)
527.63/541.48	c 541	42463 (20%) CSP clauses are encoded (76551588 clauses, 1773386583 bytes)
645.48/662.41	c 662	ERROR Exception Too large HOME/temp.cnf
645.48/662.41	c 662	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
645.48/662.41	c 662	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
645.48/662.41	c 662	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
645.48/662.41	s UNKNOWN
645.48/662.48	c 662	CPU 632.06 (0.03 0.01 632.03 13.45)
645.48/662.48	c 662	END Sat Jul  5 08:08:23 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-1086107-1215237440/watcher-1086107-1215237440 -o /tmp/evaluation-result-1086107-1215237440/solver-1086107-1215237440 -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-1086107-1215237440.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: 1.92 2.00 2.05 4/94 20663
/proc/meminfo: memFree=1702488/2055920 swapFree=4179680/4192956
[pid=20663] ppid=20661 vsize=18572 CPUtime=0
/proc/20663/stat : 20663 (runsolver) D 20661 20663 19954 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 2002716701 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 234211568935 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/20663/statm: 4643 292 257 25 0 2626 0

[startup+0.080387 s]
/proc/loadavg: 1.92 2.00 2.05 4/94 20663
/proc/meminfo: memFree=1702488/2055920 swapFree=4179680/4192956
[pid=20663] ppid=20661 vsize=12412 CPUtime=0
/proc/20663/stat : 20663 (sugar) D 20661 20663 19954 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 2002716701 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/20663/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.10136 s]
/proc/loadavg: 1.92 2.00 2.05 4/94 20663
/proc/meminfo: memFree=1702488/2055920 swapFree=4179680/4192956
[pid=20663] ppid=20661 vsize=12676 CPUtime=0
/proc/20663/stat : 20663 (sugar) D 20661 20663 19954 0 -1 4194304 533 0 0 0 0 0 0 0 18 0 1 0 2002716701 12980224 501 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/20663/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+0.301404 s]
/proc/loadavg: 1.92 2.00 2.05 4/94 20663
/proc/meminfo: memFree=1702488/2055920 swapFree=4179680/4192956
[pid=20663] ppid=20661 vsize=13600 CPUtime=0.04
/proc/20663/stat : 20663 (sugar) S 20661 20663 19954 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002716701 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20663/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701488 s]
/proc/loadavg: 1.92 2.00 2.05 4/94 20663
/proc/meminfo: memFree=1702488/2055920 swapFree=4179680/4192956
[pid=20663] ppid=20661 vsize=13600 CPUtime=0.04
/proc/20663/stat : 20663 (sugar) S 20661 20663 19954 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002716701 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20663/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50265 s]
/proc/loadavg: 1.92 2.00 2.05 4/105 20675
/proc/meminfo: memFree=1677640/2055920 swapFree=4179680/4192956
[pid=20663] ppid=20661 vsize=13600 CPUtime=0.04
/proc/20663/stat : 20663 (sugar) S 20661 20663 19954 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002716701 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20663/statm: 3400 796 370 3 0 500 0
[pid=20666] ppid=20663 vsize=5356 CPUtime=0
/proc/20666/stat : 20666 (sh) S 20663 20663 19954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002716715 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20666/statm: 1339 233 193 169 0 50 0
[pid=20667] ppid=20666 vsize=864676 CPUtime=1.32
/proc/20667/stat : 20667 (java) S 20666 20663 19954 0 -1 0 13747 0 1 0 125 7 0 0 18 0 9 0 2002716715 885428224 11794 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20667/statm: 216169 11794 2529 9 0 210751 0
[pid=20667/tid=20668] ppid=20666 vsize=864676 CPUtime=0.75
/proc/20667/task/20668/stat : 20668 (java) R 20666 20663 19954 0 -1 64 3018 0 1 0 73 2 0 0 24 0 9 0 2002716716 885428224 11794 996147200 134512640 134550740 4294956000 18446744073709551615 4126680508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20667/tid=20669] ppid=20666 vsize=864676 CPUtime=0.44
/proc/20667/task/20669/stat : 20669 (java) S 20666 20663 19954 0 -1 64 9529 0 0 0 40 4 0 0 16 0 9 0 2002716718 885428224 11794 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20667/tid=20670] ppid=20666 vsize=864676 CPUtime=0
/proc/20667/task/20670/stat : 20670 (java) S 20666 20663 19954 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002716718 885428224 11794 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20667/tid=20671] ppid=20666 vsize=864676 CPUtime=0
/proc/20667/task/20671/stat : 20671 (java) S 20666 20663 19954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002716718 885428224 11794 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20667/tid=20672] ppid=20666 vsize=864676 CPUtime=0
/proc/20667/task/20672/stat : 20672 (java) S 20666 20663 19954 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002716720 885428224 11794 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20667/tid=20673] ppid=20666 vsize=864676 CPUtime=0.11
/proc/20667/task/20673/stat : 20673 (java) S 20666 20663 19954 0 -1 64 500 0 0 0 11 0 0 0 16 0 9 0 2002716720 885428224 11794 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20667/tid=20674] ppid=20666 vsize=864676 CPUtime=0
/proc/20667/task/20674/stat : 20674 (java) S 20666 20663 19954 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002716720 885428224 11794 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20667/tid=20675] ppid=20666 vsize=864676 CPUtime=0
/proc/20667/task/20675/stat : 20675 (java) S 20666 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002716720 885428224 11794 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 883632

[startup+3.10301 s]
/proc/loadavg: 1.92 2.00 2.05 3/105 20685
/proc/meminfo: memFree=1693192/2055920 swapFree=4179680/4192956
[pid=20663] ppid=20661 vsize=13600 CPUtime=1.77
/proc/20663/stat : 20663 (sugar) S 20661 20663 19954 0 -1 4194304 974 14872 0 1 3 1 164 9 15 0 1 0 2002716701 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20663/statm: 3400 797 370 3 0 500 0
[pid=20676] ppid=20663 vsize=5356 CPUtime=0
/proc/20676/stat : 20676 (sh) S 20663 20663 19954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002716893 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20676/statm: 1339 233 193 169 0 50 0
[pid=20677] ppid=20676 vsize=864180 CPUtime=1.14
/proc/20677/stat : 20677 (java) S 20676 20663 19954 0 -1 0 7932 0 1 0 109 5 0 0 18 0 9 0 2002716893 884920320 6941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20677/statm: 216045 6941 2543 9 0 210620 0
[pid=20677/tid=20678] ppid=20676 vsize=864180 CPUtime=0.76
/proc/20677/task/20678/stat : 20678 (java) R 20676 20663 19954 0 -1 64 2701 0 1 0 74 2 0 0 25 0 9 0 2002716894 884920320 6941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20679] ppid=20676 vsize=864180 CPUtime=0.26
/proc/20677/task/20679/stat : 20679 (java) S 20676 20663 19954 0 -1 64 4178 0 0 0 24 2 0 0 15 0 9 0 2002716895 884920320 6941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20680] ppid=20676 vsize=864180 CPUtime=0
/proc/20677/task/20680/stat : 20680 (java) S 20676 20663 19954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002716895 884920320 6941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20681] ppid=20676 vsize=864180 CPUtime=0
/proc/20677/task/20681/stat : 20681 (java) S 20676 20663 19954 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002716895 884920320 6941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20682] ppid=20676 vsize=864180 CPUtime=0
/proc/20677/task/20682/stat : 20682 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002716897 884920320 6941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20683] ppid=20676 vsize=864180 CPUtime=0.1
/proc/20677/task/20683/stat : 20683 (java) S 20676 20663 19954 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 2002716897 884920320 6941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20684] ppid=20676 vsize=864180 CPUtime=0
/proc/20677/task/20684/stat : 20684 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002716897 884920320 6941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20685] ppid=20676 vsize=864180 CPUtime=0
/proc/20677/task/20685/stat : 20685 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002716898 884920320 6941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 883136

[startup+6.30265 s]
/proc/loadavg: 1.93 2.00 2.05 3/105 20685
/proc/meminfo: memFree=1672328/2055920 swapFree=4179680/4192956
[pid=20663] ppid=20661 vsize=13600 CPUtime=1.77
/proc/20663/stat : 20663 (sugar) S 20661 20663 19954 0 -1 4194304 974 14872 0 1 3 1 164 9 15 0 1 0 2002716701 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20663/statm: 3400 797 370 3 0 500 0
[pid=20676] ppid=20663 vsize=5356 CPUtime=0
/proc/20676/stat : 20676 (sh) S 20663 20663 19954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002716893 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20676/statm: 1339 233 193 169 0 50 0
[pid=20677] ppid=20676 vsize=868420 CPUtime=4.27
/proc/20677/stat : 20677 (java) S 20676 20663 19954 0 -1 0 10765 0 1 0 418 9 0 0 18 0 9 0 2002716893 889262080 9423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20677/statm: 217105 9423 2542 9 0 211680 0
[pid=20677/tid=20678] ppid=20676 vsize=868420 CPUtime=3.47
/proc/20677/task/20678/stat : 20678 (java) R 20676 20663 19954 0 -1 64 3043 0 1 0 344 3 0 0 25 0 9 0 2002716894 889262080 9423 996147200 134512640 134550740 4294955952 18446744073709551615 4126621576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20679] ppid=20676 vsize=868420 CPUtime=0.55
/proc/20677/task/20679/stat : 20679 (java) S 20676 20663 19954 0 -1 64 5540 0 0 0 52 3 0 0 16 0 9 0 2002716895 889262080 9423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20680] ppid=20676 vsize=868420 CPUtime=0
/proc/20677/task/20680/stat : 20680 (java) S 20676 20663 19954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002716895 889262080 9423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20681] ppid=20676 vsize=868420 CPUtime=0
/proc/20677/task/20681/stat : 20681 (java) S 20676 20663 19954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002716895 889262080 9423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20682] ppid=20676 vsize=868420 CPUtime=0
/proc/20677/task/20682/stat : 20682 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002716897 889262080 9423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20683] ppid=20676 vsize=868420 CPUtime=0.22
/proc/20677/task/20683/stat : 20683 (java) S 20676 20663 19954 0 -1 64 1485 0 0 0 21 1 0 0 15 0 9 0 2002716897 889262080 9423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20684] ppid=20676 vsize=868420 CPUtime=0
/proc/20677/task/20684/stat : 20684 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002716897 889262080 9423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20685] ppid=20676 vsize=868420 CPUtime=0
/proc/20677/task/20685/stat : 20685 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002716898 889262080 9423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 887376

[startup+12.703 s]
/proc/loadavg: 1.93 2.00 2.05 3/105 20685
/proc/meminfo: memFree=1661448/2055920 swapFree=4179680/4192956
[pid=20663] ppid=20661 vsize=13600 CPUtime=1.77
/proc/20663/stat : 20663 (sugar) S 20661 20663 19954 0 -1 4194304 974 14872 0 1 3 1 164 9 16 0 1 0 2002716701 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20663/statm: 3400 797 370 3 0 500 0
[pid=20676] ppid=20663 vsize=5356 CPUtime=0
/proc/20676/stat : 20676 (sh) S 20663 20663 19954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002716893 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20676/statm: 1339 233 193 169 0 50 0
[pid=20677] ppid=20676 vsize=868420 CPUtime=10.54
/proc/20677/stat : 20677 (java) S 20676 20663 19954 0 -1 0 14691 0 1 0 1038 16 0 0 18 0 9 0 2002716893 889262080 12002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20677/statm: 217105 12002 2541 9 0 211680 0
[pid=20677/tid=20678] ppid=20676 vsize=868420 CPUtime=9.11
/proc/20677/task/20678/stat : 20678 (java) R 20676 20663 19954 0 -1 64 3539 0 1 0 906 5 0 0 25 0 9 0 2002716894 889262080 12002 996147200 134512640 134550740 4294955952 18446744073709551615 4126538134 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20679] ppid=20676 vsize=868420 CPUtime=1.16
/proc/20677/task/20679/stat : 20679 (java) S 20676 20663 19954 0 -1 64 8959 0 0 0 108 8 0 0 16 0 9 0 2002716895 889262080 12002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20680] ppid=20676 vsize=868420 CPUtime=0
/proc/20677/task/20680/stat : 20680 (java) S 20676 20663 19954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002716895 889262080 12002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20681] ppid=20676 vsize=868420 CPUtime=0
/proc/20677/task/20681/stat : 20681 (java) S 20676 20663 19954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002716895 889262080 12002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20682] ppid=20676 vsize=868420 CPUtime=0
/proc/20677/task/20682/stat : 20682 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002716897 889262080 12002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20683] ppid=20676 vsize=868420 CPUtime=0.23
/proc/20677/task/20683/stat : 20683 (java) S 20676 20663 19954 0 -1 64 1496 0 0 0 22 1 0 0 16 0 9 0 2002716897 889262080 12002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20684] ppid=20676 vsize=868420 CPUtime=0
/proc/20677/task/20684/stat : 20684 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002716897 889262080 12002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20685] ppid=20676 vsize=868420 CPUtime=0
/proc/20677/task/20685/stat : 20685 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002716898 889262080 12002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 887376

[startup+25.5016 s]
/proc/loadavg: 1.95 2.00 2.05 3/105 20685
/proc/meminfo: memFree=1638600/2055920 swapFree=4179680/4192956
[pid=20663] ppid=20661 vsize=13600 CPUtime=1.77
/proc/20663/stat : 20663 (sugar) S 20661 20663 19954 0 -1 4194304 974 14872 0 1 3 1 164 9 16 0 1 0 2002716701 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20663/statm: 3400 797 370 3 0 500 0
[pid=20676] ppid=20663 vsize=5356 CPUtime=0
/proc/20676/stat : 20676 (sh) S 20663 20663 19954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002716893 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20676/statm: 1339 233 193 169 0 50 0
[pid=20677] ppid=20676 vsize=868420 CPUtime=23.07
/proc/20677/stat : 20677 (java) S 20676 20663 19954 0 -1 0 22139 0 1 0 2282 25 0 0 18 0 9 0 2002716893 889262080 17691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20677/statm: 217105 17691 2541 9 0 211680 0
[pid=20677/tid=20678] ppid=20676 vsize=868420 CPUtime=20.59
/proc/20677/task/20678/stat : 20678 (java) R 20676 20663 19954 0 -1 64 4256 0 1 0 2052 7 0 0 25 0 9 0 2002716894 889262080 17691 996147200 134512640 134550740 4294955952 18446744073709551615 4126624312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20679] ppid=20676 vsize=868420 CPUtime=2.22
/proc/20677/task/20679/stat : 20679 (java) S 20676 20663 19954 0 -1 64 15689 0 0 0 206 16 0 0 16 0 9 0 2002716895 889262080 17691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20680] ppid=20676 vsize=868420 CPUtime=0
/proc/20677/task/20680/stat : 20680 (java) S 20676 20663 19954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002716895 889262080 17691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20681] ppid=20676 vsize=868420 CPUtime=0
/proc/20677/task/20681/stat : 20681 (java) S 20676 20663 19954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002716895 889262080 17691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=20677/tid=20683] ppid=20676 vsize=868532 CPUtime=0.32
/proc/20677/task/20683/stat : 20683 (java) S 20676 20663 19954 0 -1 64 1543 0 0 0 31 1 0 0 16 0 9 0 2002716897 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20684] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20684/stat : 20684 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002716897 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20685] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20685/stat : 20685 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002716898 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 567.47
Current children cumulated vsize (KiB) 887488

[startup+642.302 s]
/proc/loadavg: 3.03 2.55 2.26 4/105 20691
/proc/meminfo: memFree=14792/2055920 swapFree=4179680/4192956
[pid=20663] ppid=20661 vsize=13600 CPUtime=1.77
/proc/20663/stat : 20663 (sugar) S 20661 20663 19954 0 -1 4194304 974 14872 0 1 3 1 164 9 16 0 1 0 2002716701 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20663/statm: 3400 797 370 3 0 500 0
[pid=20676] ppid=20663 vsize=5356 CPUtime=0
/proc/20676/stat : 20676 (sh) S 20663 20663 19954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002716893 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20676/statm: 1339 233 193 169 0 50 0
[pid=20677] ppid=20676 vsize=868532 CPUtime=624.13
/proc/20677/stat : 20677 (java) S 20676 20663 19954 0 -1 0 46153 0 1 0 61117 1296 0 0 18 0 9 0 2002716893 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20677/statm: 217133 33043 2566 9 0 211680 0
[pid=20677/tid=20678] ppid=20676 vsize=868532 CPUtime=615.52
/proc/20677/task/20678/stat : 20678 (java) R 20676 20663 19954 0 -1 64 10622 0 1 0 60317 1235 0 0 25 0 9 0 2002716894 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4127075393 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20679] ppid=20676 vsize=868532 CPUtime=8.27
/proc/20677/task/20679/stat : 20679 (java) S 20676 20663 19954 0 -1 64 33291 0 0 0 768 59 0 0 16 0 9 0 2002716895 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20680] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20680/stat : 20680 (java) S 20676 20663 19954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002716895 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20681] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20681/stat : 20681 (java) S 20676 20663 19954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002716895 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20682] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20682/stat : 20682 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002716897 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20683] ppid=20676 vsize=868532 CPUtime=0.32
/proc/20677/task/20683/stat : 20683 (java) S 20676 20663 19954 0 -1 64 1543 0 0 0 31 1 0 0 16 0 9 0 2002716897 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20684] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20684/stat : 20684 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002716897 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20685] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20685/stat : 20685 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002716898 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 625.9
Current children cumulated vsize (KiB) 887488

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

[startup+652.703 s]
/proc/loadavg: 3.02 2.56 2.26 3/105 20691
/proc/meminfo: memFree=15688/2055920 swapFree=4179680/4192956
[pid=20663] ppid=20661 vsize=13600 CPUtime=1.77
/proc/20663/stat : 20663 (sugar) S 20661 20663 19954 0 -1 4194304 974 14872 0 1 3 1 164 9 16 0 1 0 2002716701 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20663/statm: 3400 797 370 3 0 500 0
[pid=20676] ppid=20663 vsize=5356 CPUtime=0
/proc/20676/stat : 20676 (sh) S 20663 20663 19954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002716893 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20676/statm: 1339 233 193 169 0 50 0
[pid=20677] ppid=20676 vsize=868532 CPUtime=634.27
/proc/20677/stat : 20677 (java) S 20676 20663 19954 0 -1 0 46228 0 1 0 62111 1316 0 0 18 0 9 0 2002716893 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20677/statm: 217133 33043 2566 9 0 211680 0
[pid=20677/tid=20678] ppid=20676 vsize=868532 CPUtime=625.6
/proc/20677/task/20678/stat : 20678 (java) R 20676 20663 19954 0 -1 64 10697 0 1 0 61307 1253 0 0 25 0 9 0 2002716894 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4126621544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20679] ppid=20676 vsize=868532 CPUtime=8.32
/proc/20677/task/20679/stat : 20679 (java) S 20676 20663 19954 0 -1 64 33291 0 0 0 772 60 0 0 16 0 9 0 2002716895 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20680] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20680/stat : 20680 (java) S 20676 20663 19954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002716895 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20681] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20681/stat : 20681 (java) S 20676 20663 19954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002716895 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20682] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20682/stat : 20682 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002716897 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20683] ppid=20676 vsize=868532 CPUtime=0.32
/proc/20677/task/20683/stat : 20683 (java) S 20676 20663 19954 0 -1 64 1543 0 0 0 31 1 0 0 16 0 9 0 2002716897 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20684] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20684/stat : 20684 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002716897 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20685] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20685/stat : 20685 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002716898 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 636.04
Current children cumulated vsize (KiB) 887488

[startup+659.103 s]
/proc/loadavg: 3.02 2.57 2.27 3/105 20691
/proc/meminfo: memFree=15176/2055920 swapFree=4179680/4192956
[pid=20663] ppid=20661 vsize=13600 CPUtime=1.77
/proc/20663/stat : 20663 (sugar) S 20661 20663 19954 0 -1 4194304 974 14872 0 1 3 1 164 9 16 0 1 0 2002716701 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20663/statm: 3400 797 370 3 0 500 0
[pid=20676] ppid=20663 vsize=5356 CPUtime=0
/proc/20676/stat : 20676 (sh) S 20663 20663 19954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002716893 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20676/statm: 1339 233 193 169 0 50 0
[pid=20677] ppid=20676 vsize=868532 CPUtime=640.5
/proc/20677/stat : 20677 (java) S 20676 20663 19954 0 -1 0 46276 0 1 0 62724 1326 0 0 18 0 9 0 2002716893 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20677/statm: 217133 33043 2566 9 0 211680 0
[pid=20677/tid=20678] ppid=20676 vsize=868532 CPUtime=631.8
/proc/20677/task/20678/stat : 20678 (java) R 20676 20663 19954 0 -1 64 10745 0 1 0 61917 1263 0 0 25 0 9 0 2002716894 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 102064745 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20679] ppid=20676 vsize=868532 CPUtime=8.34
/proc/20677/task/20679/stat : 20679 (java) S 20676 20663 19954 0 -1 64 33291 0 0 0 774 60 0 0 16 0 9 0 2002716895 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20680] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20680/stat : 20680 (java) S 20676 20663 19954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002716895 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20681] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20681/stat : 20681 (java) S 20676 20663 19954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002716895 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20682] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20682/stat : 20682 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002716897 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20683] ppid=20676 vsize=868532 CPUtime=0.32
/proc/20677/task/20683/stat : 20683 (java) S 20676 20663 19954 0 -1 64 1543 0 0 0 31 1 0 0 16 0 9 0 2002716897 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20684] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20684/stat : 20684 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002716897 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20685] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20685/stat : 20685 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002716898 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 887488

[startup+662.303 s]
/proc/loadavg: 3.02 2.57 2.27 3/105 20691
/proc/meminfo: memFree=14920/2055920 swapFree=4179680/4192956
[pid=20663] ppid=20661 vsize=13600 CPUtime=1.77
/proc/20663/stat : 20663 (sugar) S 20661 20663 19954 0 -1 4194304 974 14872 0 1 3 1 164 9 16 0 1 0 2002716701 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20663/statm: 3400 797 370 3 0 500 0
[pid=20676] ppid=20663 vsize=5356 CPUtime=0
/proc/20676/stat : 20676 (sh) S 20663 20663 19954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002716893 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20676/statm: 1339 233 193 169 0 50 0
[pid=20677] ppid=20676 vsize=868532 CPUtime=643.62
/proc/20677/stat : 20677 (java) S 20676 20663 19954 0 -1 0 46299 0 1 0 63029 1333 0 0 18 0 9 0 2002716893 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20677/statm: 217133 33043 2566 9 0 211680 0
[pid=20677/tid=20678] ppid=20676 vsize=868532 CPUtime=634.91
/proc/20677/task/20678/stat : 20678 (java) R 20676 20663 19954 0 -1 64 10768 0 1 0 62221 1270 0 0 25 0 9 0 2002716894 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4126621622 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20679] ppid=20676 vsize=868532 CPUtime=8.35
/proc/20677/task/20679/stat : 20679 (java) S 20676 20663 19954 0 -1 64 33291 0 0 0 775 60 0 0 16 0 9 0 2002716895 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20680] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20680/stat : 20680 (java) S 20676 20663 19954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002716895 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20681] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20681/stat : 20681 (java) S 20676 20663 19954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002716895 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20682] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20682/stat : 20682 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002716897 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20683] ppid=20676 vsize=868532 CPUtime=0.32
/proc/20677/task/20683/stat : 20683 (java) S 20676 20663 19954 0 -1 64 1543 0 0 0 31 1 0 0 16 0 9 0 2002716897 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20684] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20684/stat : 20684 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002716897 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20677/tid=20685] ppid=20676 vsize=868532 CPUtime=0
/proc/20677/task/20685/stat : 20685 (java) S 20676 20663 19954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002716898 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 645.39
Current children cumulated vsize (KiB) 887488

[startup+663.102 s]
/proc/loadavg: 3.02 2.57 2.27 3/105 20691
/proc/meminfo: memFree=14920/2055920 swapFree=4179680/4192956
[pid=20663] ppid=20661 vsize=13600 CPUtime=646.11
/proc/20663/stat : 20663 (sugar) R 20661 20663 19954 0 -1 4194304 996 61470 0 2 3 60 63203 1345 21 0 1 0 2002716701 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/20663/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 646.11
Current children cumulated vsize (KiB) 13600

[startup+663.502 s]
/proc/loadavg: 3.02 2.57 2.27 3/95 20691
/proc/meminfo: memFree=1644440/2055920 swapFree=4179680/4192956
[pid=20663] ppid=20661 vsize=13600 CPUtime=646.39
/proc/20663/stat : 20663 (sugar) D 20661 20663 19954 0 -1 4194304 996 61470 0 2 3 88 63203 1345 18 0 1 0 2002716701 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/20663/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 646.39
Current children cumulated vsize (KiB) 13600

[startup+663.702 s]
/proc/loadavg: 3.02 2.57 2.27 3/95 20691
/proc/meminfo: memFree=1644440/2055920 swapFree=4179680/4192956
[pid=20663] ppid=20661 vsize=13600 CPUtime=646.41
/proc/20663/stat : 20663 (sugar) D 20661 20663 19954 0 -1 4194304 996 61470 0 2 3 90 63203 1345 18 0 1 0 2002716701 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/20663/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 646.41
Current children cumulated vsize (KiB) 13600

[startup+663.802 s]
/proc/loadavg: 3.02 2.57 2.27 3/95 20691
/proc/meminfo: memFree=1644440/2055920 swapFree=4179680/4192956
[pid=20663] ppid=20661 vsize=13600 CPUtime=646.41
/proc/20663/stat : 20663 (sugar) D 20661 20663 19954 0 -1 4194304 996 61470 0 2 3 90 63203 1345 18 0 1 0 2002716701 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/20663/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 646.41
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 663.828
CPU time (s): 646.443
CPU user time (s): 632.074
CPU system time (s): 14.3688
CPU usage (%): 97.381
Max. virtual memory (cumulated for all children) (KiB): 892504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 632.074
system time used= 14.3688
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62496
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= 61837
involuntary context switches= 77820

runsolver used 1.15882 second user time and 2.53861 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 07:57:21
IDJOB=1086107
IDBENCH=57758
IDSOLVER=345
FILE ID=node54/1086107-1215237440
PBS_JOBID= 7881921
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp39/normalized-fapp39-2750-9.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-1086107-1215237440/watcher-1086107-1215237440 -o /tmp/evaluation-result-1086107-1215237440/solver-1086107-1215237440 -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-1086107-1215237440.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1669d08b906051cd43ecd2c2e0016764
RANDOM SEED=1159832712

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:       1702968 kB
Buffers:          5776 kB
Cached:         112060 kB
SwapCached:       6536 kB
Active:         253720 kB
Inactive:        44212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702968 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            4592 kB
Writeback:           0 kB
Mapped:         196604 kB
Slab:            39688 kB
Committed_AS:  4576200 kB
PageTables:       2276 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= 66496 MiB
End job on node54 at 2008-07-05 08:08:24