Trace number 1112980

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 539.893 552.184

General information on the benchmark

Namecsp/fapp/fapp14/
normalized-fapp14-2500-2.xml
MD5SUM3ec556ad251960bf7980f3107ef7856e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints427
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 17:26:21 2008
0.00/0.05	c 0	PID 17997
0.03/0.05	c 0	HOST node55.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1112980-1215876381.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112980-1215876381.xml' 'HOME/temp.csp'
2.64/2.77	c 3	30 domains, 2500 variables, 8 predicates, 0 relations, 40767 constraints
2.71/2.83	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.71/2.83	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.73/2.92	c 3	Parsing HOME/temp.csp
3.18/3.33	c 4	parsed 10000 expressions
3.57/3.70	c 4	parsed 20000 expressions
3.87/4.05	c 4	parsed 30000 expressions
4.16/4.34	c 5	parsed 40000 expressions
4.26/4.43	c 5	parsed 43305 expressions
4.26/4.43	c 5	Heap : 19 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.65/4.81	c 5	MAX CSP: 40767 constraints
4.65/4.81	c 5	Converting to clausal form CSP
9.30/9.50	c 10	converted 8408 (10%) expressions
15.32/15.63	c 16	converted 16815 (20%) expressions
20.57/20.96	c 21	converted 25223 (30%) expressions
26.60/27.09	c 27	converted 33630 (40%) expressions
31.83/32.33	c 33	converted 42038 (50%) expressions
37.06/37.66	c 38	converted 50445 (60%) expressions
43.30/43.91	c 44	converted 58853 (70%) expressions
48.05/48.76	c 49	converted 67260 (80%) expressions
52.60/53.31	c 54	converted 75668 (90%) expressions
62.70/63.56	c 64	converted 84075 (100%) expressions
62.70/63.58	c 64	CSP : 94099 integers, 159829 booleans, 393835 clauses, largest domain size 61151
62.70/63.58	c 64	Heap : 301 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
62.70/63.58	c 64	Propagation in CSP
72.60/73.59	c 74	40755 values, 0 unsatisfiable literals, and 0 valid clauses are removed
72.70/73.61	c 74	CSP : 94099 integers, 159829 booleans, 393835 clauses, largest domain size 40768
72.70/73.61	c 74	Heap : 316 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
72.80/73.72	c 74	Simplifing CSP by introducing new Boolean variables
73.50/74.40	c 75	CSP : 94099 integers, 258439 booleans, 492445 clauses, largest domain size 40768
73.50/74.40	c 75	Heap : 353 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
75.78/76.72	c 77	Encoding CSP to SAT : HOME/temp.cnf
96.42/97.60	c 98	9410 (10%) CSP integer variables are encoded (5342896 clauses, 99299170 bytes)
103.68/105.06	c 105	18820 (20%) CSP integer variables are encoded (10902664 clauses, 206774781 bytes)
110.87/112.50	c 113	28230 (30%) CSP integer variables are encoded (16052830 clauses, 314928267 bytes)
117.30/119.15	c 120	37640 (40%) CSP integer variables are encoded (20746735 clauses, 413500272 bytes)
122.22/124.35	c 125	47050 (50%) CSP integer variables are encoded (24288267 clauses, 487872444 bytes)
123.26/125.41	c 126	56460 (60%) CSP integer variables are encoded (25011576 clauses, 503061933 bytes)
123.35/125.59	c 126	65870 (70%) CSP integer variables are encoded (25127795 clauses, 505502532 bytes)
123.55/125.80	c 126	75280 (80%) CSP integer variables are encoded (25267834 clauses, 508443351 bytes)
123.75/125.98	c 126	84690 (90%) CSP integer variables are encoded (25386555 clauses, 510936492 bytes)
124.83/127.01	c 127	94099 (100%) CSP integer variables are encoded (26097926 clauses, 525875283 bytes)
318.51/324.04	c 324	49245 (10%) CSP clauses are encoded (55192998 clauses, 1260136071 bytes)
492.55/501.32	c 502	98489 (20%) CSP clauses are encoded (82367967 clauses, 1957643067 bytes)
539.26/548.94	c 549	ERROR Exception Too large HOME/temp.cnf
539.26/548.94	c 549	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
539.26/548.94	c 549	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
539.26/548.94	c 549	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
539.26/548.94	s UNKNOWN
539.29/549.08	c 549	CPU 525.27 (0.04 0 525.23 14.09)
539.29/549.08	c 549	END Sat Jul 12 17:35:30 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1112980-1215876381/watcher-1112980-1215876381 -o /tmp/evaluation-result-1112980-1215876381/solver-1112980-1215876381 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112980-1215876381.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.79 2.79 2.72 4/81 17997
/proc/meminfo: memFree=1139088/2055920 swapFree=4192812/4192956
[pid=17997] ppid=17995 vsize=12268 CPUtime=0
/proc/17997/stat : 17997 (sugar) R 17995 17997 17509 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 44336778 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 248761776741 0 0 4224 0 0 0 0 17 1 0 0
/proc/17997/statm: 3067 316 241 3 0 167 0

[startup+0.050842 s]
/proc/loadavg: 2.79 2.79 2.72 4/81 17997
/proc/meminfo: memFree=1139088/2055920 swapFree=4192812/4192956
[pid=17997] ppid=17995 vsize=13600 CPUtime=0.03
/proc/17997/stat : 17997 (sugar) S 17995 17997 17509 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 44336778 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17997/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102606 s]
/proc/loadavg: 2.79 2.79 2.72 4/81 17997
/proc/meminfo: memFree=1139088/2055920 swapFree=4192812/4192956
[pid=17997] ppid=17995 vsize=13600 CPUtime=0.03
/proc/17997/stat : 17997 (sugar) S 17995 17997 17509 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44336778 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17997/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30128 s]
/proc/loadavg: 2.79 2.79 2.72 4/81 17997
/proc/meminfo: memFree=1139088/2055920 swapFree=4192812/4192956
[pid=17997] ppid=17995 vsize=13600 CPUtime=0.03
/proc/17997/stat : 17997 (sugar) S 17995 17997 17509 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44336778 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17997/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702328 s]
/proc/loadavg: 2.79 2.79 2.72 4/81 17997
/proc/meminfo: memFree=1139088/2055920 swapFree=4192812/4192956
[pid=17997] ppid=17995 vsize=13600 CPUtime=0.03
/proc/17997/stat : 17997 (sugar) S 17995 17997 17509 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44336778 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17997/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5024 s]
/proc/loadavg: 2.81 2.79 2.72 4/92 18009
/proc/meminfo: memFree=1115320/2055920 swapFree=4192812/4192956
[pid=17997] ppid=17995 vsize=13600 CPUtime=0.03
/proc/17997/stat : 17997 (sugar) S 17995 17997 17509 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44336778 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17997/statm: 3400 796 370 3 0 500 0
[pid=18000] ppid=17997 vsize=5356 CPUtime=0
/proc/18000/stat : 18000 (sh) S 17997 17997 17509 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 44336784 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18000/statm: 1339 233 193 169 0 50 0
[pid=18001] ppid=18000 vsize=864672 CPUtime=1.42
/proc/18001/stat : 18001 (java) S 18000 17997 17509 0 -1 0 13801 0 1 0 132 10 0 0 18 0 9 0 44336784 885424128 11852 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18001/statm: 216168 11852 2529 9 0 210750 0
[pid=18001/tid=18002] ppid=18000 vsize=864672 CPUtime=0.81
/proc/18001/task/18002/stat : 18002 (java) R 18000 17997 17509 0 -1 64 3000 0 1 0 78 3 0 0 24 0 9 0 44336785 885424128 11852 996147200 134512640 134550740 4294956000 18446744073709551615 4125960885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18003] ppid=18000 vsize=864672 CPUtime=0.5
/proc/18001/task/18003/stat : 18003 (java) S 18000 17997 17509 0 -1 64 9617 0 0 0 44 6 0 0 16 0 9 0 44336786 885424128 11852 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18004] ppid=18000 vsize=864672 CPUtime=0
/proc/18001/task/18004/stat : 18004 (java) S 18000 17997 17509 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 44336787 885424128 11852 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18005] ppid=18000 vsize=864672 CPUtime=0
/proc/18001/task/18005/stat : 18005 (java) S 18000 17997 17509 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44336787 885424128 11852 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18006] ppid=18000 vsize=864672 CPUtime=0
/proc/18001/task/18006/stat : 18006 (java) S 18000 17997 17509 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44336789 885424128 11852 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18007] ppid=18000 vsize=864672 CPUtime=0.09
/proc/18001/task/18007/stat : 18007 (java) S 18000 17997 17509 0 -1 64 484 0 0 0 9 0 0 0 16 0 9 0 44336789 885424128 11852 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18008] ppid=18000 vsize=864672 CPUtime=0
/proc/18001/task/18008/stat : 18008 (java) S 18000 17997 17509 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44336789 885424128 11852 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18009] ppid=18000 vsize=864672 CPUtime=0
/proc/18001/task/18009/stat : 18009 (java) S 18000 17997 17509 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44336789 885424128 11852 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883628

[startup+3.10154 s]
/proc/loadavg: 2.81 2.79 2.72 5/92 18009
/proc/meminfo: memFree=1079928/2055920 swapFree=4192812/4192956
[pid=17997] ppid=17995 vsize=13600 CPUtime=2.73
/proc/17997/stat : 17997 (sugar) S 17995 17997 17509 0 -1 4194304 974 21995 0 1 3 0 253 17 16 0 1 0 44336778 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17997/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 13600

[startup+6.30283 s]
/proc/loadavg: 2.81 2.79 2.72 4/92 18019
/proc/meminfo: memFree=1089592/2055920 swapFree=4192812/4192956
[pid=17997] ppid=17995 vsize=13600 CPUtime=2.73
/proc/17997/stat : 17997 (sugar) S 17995 17997 17509 0 -1 4194304 974 21995 0 1 3 0 253 17 15 0 1 0 44336778 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17997/statm: 3400 797 370 3 0 500 0
[pid=18010] ppid=17997 vsize=5356 CPUtime=0
/proc/18010/stat : 18010 (sh) S 17997 17997 17509 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44337062 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18010/statm: 1339 233 193 169 0 50 0
[pid=18011] ppid=18010 vsize=868432 CPUtime=3.41
/proc/18011/stat : 18011 (java) S 18010 17997 17509 0 -1 0 16184 0 1 0 328 13 0 0 18 0 9 0 44337062 889274368 14318 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18011/statm: 217108 14318 2541 9 0 211683 0
[pid=18011/tid=18012] ppid=18010 vsize=868432 CPUtime=2.09
/proc/18011/task/18012/stat : 18012 (java) R 18010 17997 17509 0 -1 64 3088 0 1 0 206 3 0 0 25 0 9 0 44337063 889274368 14318 996147200 134512640 134550740 4294955936 18446744073709551615 4126607603 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18013] ppid=18010 vsize=868432 CPUtime=1.06
/proc/18011/task/18013/stat : 18013 (java) S 18010 17997 17509 0 -1 64 10931 0 0 0 98 8 0 0 16 0 9 0 44337064 889274368 14318 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18014] ppid=18010 vsize=868432 CPUtime=0
/proc/18011/task/18014/stat : 18014 (java) S 18010 17997 17509 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44337065 889274368 14318 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18015] ppid=18010 vsize=868432 CPUtime=0
/proc/18011/task/18015/stat : 18015 (java) S 18010 17997 17509 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44337065 889274368 14318 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18016] ppid=18010 vsize=868432 CPUtime=0
/proc/18011/task/18016/stat : 18016 (java) S 18010 17997 17509 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44337067 889274368 14318 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18017] ppid=18010 vsize=868432 CPUtime=0.23
/proc/18011/task/18017/stat : 18017 (java) S 18010 17997 17509 0 -1 64 1468 0 0 0 23 0 0 0 15 0 9 0 44337067 889274368 14318 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18018] ppid=18010 vsize=868432 CPUtime=0
/proc/18011/task/18018/stat : 18018 (java) S 18010 17997 17509 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44337067 889274368 14318 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18019] ppid=18010 vsize=868432 CPUtime=0
/proc/18011/task/18019/stat : 18019 (java) S 18010 17997 17509 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44337067 889274368 14318 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887388

[startup+12.7014 s]
/proc/loadavg: 2.76 2.78 2.71 4/92 18019
/proc/meminfo: memFree=1062776/2055920 swapFree=4192812/4192956
[pid=17997] ppid=17995 vsize=13600 CPUtime=2.73
/proc/17997/stat : 17997 (sugar) S 17995 17997 17509 0 -1 4194304 974 21995 0 1 3 0 253 17 16 0 1 0 44336778 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17997/statm: 3400 797 370 3 0 500 0
[pid=18010] ppid=17997 vsize=5356 CPUtime=0
/proc/18010/stat : 18010 (sh) S 17997 17997 17509 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44337062 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18010/statm: 1339 233 193 169 0 50 0
[pid=18011] ppid=18010 vsize=868432 CPUtime=9.73
/proc/18011/stat : 18011 (java) S 18010 17997 17509 0 -1 0 26691 0 1 0 953 20 0 0 18 0 9 0 44337062 889274368 20570 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18011/statm: 217108 20570 2541 9 0 211683 0
[pid=18011/tid=18012] ppid=18010 vsize=868432 CPUtime=7.41
/proc/18011/task/18012/stat : 18012 (java) R 18010 17997 17509 0 -1 64 3488 0 1 0 737 4 0 0 25 0 9 0 44337063 889274368 20570 996147200 134512640 134550740 4294955936 18446744073709551615 4126428782 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18013] ppid=18010 vsize=868432 CPUtime=2.05
/proc/18011/task/18013/stat : 18013 (java) S 18010 17997 17509 0 -1 64 21033 0 0 0 191 14 0 0 16 0 9 0 44337064 889274368 20570 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18014] ppid=18010 vsize=868432 CPUtime=0
/proc/18011/task/18014/stat : 18014 (java) S 18010 17997 17509 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44337065 889274368 20570 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18015] ppid=18010 vsize=868432 CPUtime=0
/proc/18011/task/18015/stat : 18015 (java) S 18010 17997 17509 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44337065 889274368 20570 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18016] ppid=18010 vsize=868432 CPUtime=0
/proc/18011/task/18016/stat : 18016 (java) S 18010 17997 17509 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44337067 889274368 20570 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18017] ppid=18010 vsize=868432 CPUtime=0.25
/proc/18011/task/18017/stat : 18017 (java) S 18010 17997 17509 0 -1 64 1473 0 0 0 24 1 0 0 15 0 9 0 44337067 889274368 20570 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18018] ppid=18010 vsize=868432 CPUtime=0
/proc/18011/task/18018/stat : 18018 (java) S 18010 17997 17509 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44337067 889274368 20570 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18019] ppid=18010 vsize=868432 CPUtime=0
/proc/18011/task/18019/stat : 18019 (java) S 18010 17997 17509 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44337067 889274368 20570 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887388

[startup+25.5026 s]
/proc/loadavg: 2.71 2.77 2.71 4/92 18019
/proc/meminfo: memFree=1005176/2055920 swapFree=4192812/4192956
[pid=17997] ppid=17995 vsize=13600 CPUtime=2.73
/proc/17997/stat : 17997 (sugar) S 17995 17997 17509 0 -1 4194304 974 21995 0 1 3 0 253 17 16 0 1 0 44336778 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17997/statm: 3400 797 370 3 0 500 0
[pid=18010] ppid=17997 vsize=5356 CPUtime=0
/proc/18010/stat : 18010 (sh) S 17997 17997 17509 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44337062 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18010/statm: 1339 233 193 169 0 50 0
[pid=18011] ppid=18010 vsize=868432 CPUtime=22.38
/proc/18011/stat : 18011 (java) S 18010 17997 17509 0 -1 0 45016 0 1 0 2205 33 0 0 18 0 9 0 44337062 889274368 34552 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18011/statm: 217108 34552 2541 9 0 211683 0
[pid=18011/tid=18012] ppid=18010 vsize=868432 CPUtime=18.16
/proc/18011/task/18012/stat : 18012 (java) R 18010 17997 17509 0 -1 64 4770 0 1 0 1811 5 0 0 25 0 9 0 44337063 889274368 34552 996147200 134512640 134550740 4294955936 18446744073709551615 4126610928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18013] ppid=18010 vsize=868432 CPUtime=3.93
/proc/18011/task/18013/stat : 18013 (java) S 18010 17997 17509 0 -1 64 38069 0 0 0 368 25 0 0 16 0 9 0 44337064 889274368 34552 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18014] ppid=18010 vsize=868432 CPUtime=0
/proc/18011/task/18014/stat : 18014 (java) S 18010 17997 17509 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44337065 889274368 34552 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18015] ppid=18010 vsize=868432 CPUtime=0
/proc/18011/task/18015/stat : 18015 (java) S 18010 17997 17509 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44337065 889274368 34552 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18016] ppid=18010 vsize=868432 CPUtime=0
/proc/18011/task/18016/stat : 18016 (java) S 18010 17997 17509 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44337067 889274368 34552 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18017] ppid=18010 vsize=868432 CPUtime=0.26
/proc/18011/task/18017/stat : 18017 (java) S 18010 17997 17509 0 -1 64 1480 0 0 0 25 1 0 0 15 0 9 0 44337067 889274368 34552 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18018] ppid=18010 vsize=868432 CPUtime=0
/proc/18011/task/18018/stat : 18018 (java) S 18010 17997 17509 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44337067 889274368 34552 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18019] ppid=18010 vsize=868432 CPUtime=0
/proc/18011/task/18019/stat : 18019 (java) S 18010 17997 17509 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44337067 889274368 34552 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 887388

[startup+51.1029 s]
/proc/loadavg: 2.76 2.78 2.72 3/92 18019
/proc/meminfo: memFree=903608/2055920 swapFree=4192812/4192956
[pid=17997] ppid=17995 vsize=13600 CPUtime=2.73
/proc/17997/stat : 17997 (sugar) S 17995 17997 17509 0 -1 4194304 974 21995 0 1 3 0 253 17 16 0 1 0 44336778 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17997/statm: 3400 797 370 3 0 500 0
[pid=18010] ppid=17997 vsize=5356 CPUtime=0
/proc/18010/stat : 18010 (sh) S 17997 17997 17509 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44337062 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18010/statm: 1339 233 193 169 0 50 0
[pid=18011] ppid=18010 vsize=868432 CPUtime=47.69
/proc/18011/stat : 18011 (java) S 18010 17997 17509 0 -1 0 75404 0 1 0 4716 53 0 0 18 0 9 0 44337062 889274368 60256 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=18011/tid=18017] ppid=18010 vsize=868544 CPUtime=0.36
/proc/18011/task/18017/stat : 18017 (java) S 18010 17997 17509 0 -1 64 1537 0 0 0 35 1 0 0 16 0 9 0 44337067 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18018] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18018/stat : 18018 (java) S 18010 17997 17509 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44337067 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18019] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18019/stat : 18019 (java) S 18010 17997 17509 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44337067 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 454.25
Current children cumulated vsize (KiB) 887500

[startup+522.303 s]
/proc/loadavg: 3.31 3.31 2.98 4/92 18019
/proc/meminfo: memFree=15544/2055920 swapFree=4192812/4192956
[pid=17997] ppid=17995 vsize=13600 CPUtime=2.74
/proc/17997/stat : 17997 (sugar) S 17995 17997 17509 0 -1 4194304 974 21995 0 1 4 0 253 17 16 0 1 0 44336778 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17997/statm: 3400 797 370 3 0 500 0
[pid=18010] ppid=17997 vsize=5356 CPUtime=0
/proc/18010/stat : 18010 (sh) S 17997 17997 17509 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44337062 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18010/statm: 1339 233 193 169 0 50 0
[pid=18011] ppid=18010 vsize=868544 CPUtime=510.41
/proc/18011/stat : 18011 (java) S 18010 17997 17509 0 -1 0 116398 0 1 0 49717 1324 0 0 18 0 9 0 44337062 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18011/statm: 217136 94406 2566 9 0 211683 0
[pid=18011/tid=18012] ppid=18010 vsize=868544 CPUtime=494.22
/proc/18011/task/18012/stat : 18012 (java) R 18010 17997 17509 0 -1 64 9282 0 1 0 48173 1249 0 0 25 0 9 0 44337063 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4126672657 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18013] ppid=18010 vsize=868544 CPUtime=15.79
/proc/18011/task/18013/stat : 18013 (java) S 18010 17997 17509 0 -1 64 104882 0 0 0 1507 72 0 0 16 0 9 0 44337064 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18014] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18014/stat : 18014 (java) S 18010 17997 17509 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44337065 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18015] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18015/stat : 18015 (java) S 18010 17997 17509 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44337065 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18016] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18016/stat : 18016 (java) S 18010 17997 17509 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44337067 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18017] ppid=18010 vsize=868544 CPUtime=0.36
/proc/18011/task/18017/stat : 18017 (java) S 18010 17997 17509 0 -1 64 1537 0 0 0 35 1 0 0 16 0 9 0 44337067 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18018] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18018/stat : 18018 (java) S 18010 17997 17509 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44337067 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18019] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18019/stat : 18019 (java) S 18010 17997 17509 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44337067 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 513.15
Current children cumulated vsize (KiB) 887500

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

[startup+537.502 s]
/proc/loadavg: 3.24 3.29 2.98 4/92 18019
/proc/meminfo: memFree=15160/2055920 swapFree=4192812/4192956
[pid=17997] ppid=17995 vsize=13600 CPUtime=2.74
/proc/17997/stat : 17997 (sugar) S 17995 17997 17509 0 -1 4194304 974 21995 0 1 4 0 253 17 16 0 1 0 44336778 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17997/statm: 3400 797 370 3 0 500 0
[pid=18010] ppid=17997 vsize=5356 CPUtime=0
/proc/18010/stat : 18010 (sh) S 17997 17997 17509 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44337062 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18010/statm: 1339 233 193 169 0 50 0
[pid=18011] ppid=18010 vsize=868544 CPUtime=525.33
/proc/18011/stat : 18011 (java) S 18010 17997 17509 0 -1 0 116441 0 1 0 51172 1361 0 0 18 0 9 0 44337062 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18011/statm: 217136 94406 2566 9 0 211683 0
[pid=18011/tid=18012] ppid=18010 vsize=868544 CPUtime=509.08
/proc/18011/task/18012/stat : 18012 (java) R 18010 17997 17509 0 -1 64 9325 0 1 0 49622 1286 0 0 25 0 9 0 44337063 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4127156455 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18013] ppid=18010 vsize=868544 CPUtime=15.84
/proc/18011/task/18013/stat : 18013 (java) S 18010 17997 17509 0 -1 64 104882 0 0 0 1512 72 0 0 16 0 9 0 44337064 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18014] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18014/stat : 18014 (java) S 18010 17997 17509 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44337065 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18015] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18015/stat : 18015 (java) S 18010 17997 17509 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44337065 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18016] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18016/stat : 18016 (java) S 18010 17997 17509 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44337067 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18017] ppid=18010 vsize=868544 CPUtime=0.36
/proc/18011/task/18017/stat : 18017 (java) S 18010 17997 17509 0 -1 64 1537 0 0 0 35 1 0 0 16 0 9 0 44337067 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18018] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18018/stat : 18018 (java) S 18010 17997 17509 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44337067 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18019] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18019/stat : 18019 (java) S 18010 17997 17509 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44337067 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 528.07
Current children cumulated vsize (KiB) 887500

[startup+543.903 s]
/proc/loadavg: 3.22 3.29 2.98 4/92 18019
/proc/meminfo: memFree=15992/2055920 swapFree=4192812/4192956
[pid=17997] ppid=17995 vsize=13600 CPUtime=2.74
/proc/17997/stat : 17997 (sugar) S 17995 17997 17509 0 -1 4194304 974 21995 0 1 4 0 253 17 16 0 1 0 44336778 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17997/statm: 3400 797 370 3 0 500 0
[pid=18010] ppid=17997 vsize=5356 CPUtime=0
/proc/18010/stat : 18010 (sh) S 17997 17997 17509 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44337062 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18010/statm: 1339 233 193 169 0 50 0
[pid=18011] ppid=18010 vsize=868544 CPUtime=531.61
/proc/18011/stat : 18011 (java) S 18010 17997 17509 0 -1 0 116458 0 1 0 51785 1376 0 0 18 0 9 0 44337062 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18011/statm: 217136 94406 2566 9 0 211683 0
[pid=18011/tid=18012] ppid=18010 vsize=868544 CPUtime=515.34
/proc/18011/task/18012/stat : 18012 (java) R 18010 17997 17509 0 -1 64 9342 0 1 0 50233 1301 0 0 25 0 9 0 44337063 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4126606292 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18013] ppid=18010 vsize=868544 CPUtime=15.86
/proc/18011/task/18013/stat : 18013 (java) S 18010 17997 17509 0 -1 64 104882 0 0 0 1514 72 0 0 16 0 9 0 44337064 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18014] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18014/stat : 18014 (java) S 18010 17997 17509 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44337065 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18015] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18015/stat : 18015 (java) S 18010 17997 17509 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44337065 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18016] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18016/stat : 18016 (java) S 18010 17997 17509 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44337067 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18017] ppid=18010 vsize=868544 CPUtime=0.36
/proc/18011/task/18017/stat : 18017 (java) S 18010 17997 17509 0 -1 64 1537 0 0 0 35 1 0 0 16 0 9 0 44337067 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18018] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18018/stat : 18018 (java) S 18010 17997 17509 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44337067 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18019] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18019/stat : 18019 (java) S 18010 17997 17509 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44337067 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 534.35
Current children cumulated vsize (KiB) 887500

[startup+547.102 s]
/proc/loadavg: 3.21 3.28 2.98 3/92 18019
/proc/meminfo: memFree=15672/2055920 swapFree=4192812/4192956
[pid=17997] ppid=17995 vsize=13600 CPUtime=2.74
/proc/17997/stat : 17997 (sugar) S 17995 17997 17509 0 -1 4194304 974 21995 0 1 4 0 253 17 16 0 1 0 44336778 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17997/statm: 3400 797 370 3 0 500 0
[pid=18010] ppid=17997 vsize=5356 CPUtime=0
/proc/18010/stat : 18010 (sh) S 17997 17997 17509 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44337062 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18010/statm: 1339 233 193 169 0 50 0
[pid=18011] ppid=18010 vsize=868544 CPUtime=534.74
/proc/18011/stat : 18011 (java) S 18010 17997 17509 0 -1 0 116466 0 1 0 52093 1381 0 0 18 0 9 0 44337062 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18011/statm: 217136 94406 2566 9 0 211683 0
[pid=18011/tid=18012] ppid=18010 vsize=868544 CPUtime=518.46
/proc/18011/task/18012/stat : 18012 (java) R 18010 17997 17509 0 -1 64 9350 0 1 0 50540 1306 0 0 25 0 9 0 44337063 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4127072975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18013] ppid=18010 vsize=868544 CPUtime=15.87
/proc/18011/task/18013/stat : 18013 (java) S 18010 17997 17509 0 -1 64 104882 0 0 0 1515 72 0 0 16 0 9 0 44337064 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18014] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18014/stat : 18014 (java) S 18010 17997 17509 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44337065 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18015] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18015/stat : 18015 (java) S 18010 17997 17509 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44337065 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18016] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18016/stat : 18016 (java) S 18010 17997 17509 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44337067 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18017] ppid=18010 vsize=868544 CPUtime=0.36
/proc/18011/task/18017/stat : 18017 (java) S 18010 17997 17509 0 -1 64 1537 0 0 0 35 1 0 0 16 0 9 0 44337067 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18018] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18018/stat : 18018 (java) S 18010 17997 17509 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44337067 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18011/tid=18019] ppid=18010 vsize=868544 CPUtime=0
/proc/18011/task/18019/stat : 18019 (java) S 18010 17997 17509 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44337067 889389056 94406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 537.48
Current children cumulated vsize (KiB) 887500

[startup+550.301 s]
/proc/loadavg: 3.21 3.28 2.98 2/82 18019
/proc/meminfo: memFree=1212296/2055920 swapFree=4192812/4192956
[pid=17997] ppid=17995 vsize=13600 CPUtime=539.81
/proc/17997/stat : 17997 (sugar) D 17995 17997 17509 0 -1 4194304 997 138764 0 3 4 45 52523 1409 18 0 1 0 44336778 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17997/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 539.81
Current children cumulated vsize (KiB) 13600

[startup+551.105 s]
/proc/loadavg: 3.11 3.26 2.98 2/82 18019
/proc/meminfo: memFree=1211720/2055920 swapFree=4192812/4192956
[pid=17997] ppid=17995 vsize=13600 CPUtime=539.84
/proc/17997/stat : 17997 (sugar) D 17995 17997 17509 0 -1 4194304 997 138764 0 3 4 48 52523 1409 18 0 1 0 44336778 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17997/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 539.84
Current children cumulated vsize (KiB) 13600

[startup+551.901 s]
/proc/loadavg: 3.11 3.26 2.98 2/82 18019
/proc/meminfo: memFree=1211720/2055920 swapFree=4192812/4192956
[pid=17997] ppid=17995 vsize=13600 CPUtime=539.86
/proc/17997/stat : 17997 (sugar) D 17995 17997 17509 0 -1 4194304 997 138764 0 3 4 50 52523 1409 18 0 1 0 44336778 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17997/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 539.86
Current children cumulated vsize (KiB) 13600

[startup+552.102 s]
/proc/loadavg: 3.11 3.26 2.98 2/82 18019
/proc/meminfo: memFree=1211208/2055920 swapFree=4192812/4192956
[pid=17997] ppid=17995 vsize=13600 CPUtime=539.87
/proc/17997/stat : 17997 (sugar) D 17995 17997 17509 0 -1 4194304 997 138764 0 3 4 51 52523 1409 18 0 1 0 44336778 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17997/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 539.87
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 552.184
CPU time (s): 539.893
CPU user time (s): 525.274
CPU system time (s): 14.6188
CPU usage (%): 97.7742
Max. virtual memory (cumulated for all children) (KiB): 899640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 525.274
system time used= 14.6188
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139791
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29709
involuntary context switches= 42343

runsolver used 0.745886 second user time and 2.06968 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-12 17:26:21
IDJOB=1112980
IDBENCH=61506
IDSOLVER=368
FILE ID=node55/1112980-1215876381
PBS_JOBID= 7903514
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp14/normalized-fapp14-2500-2.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112980-1215876381/watcher-1112980-1215876381 -o /tmp/evaluation-result-1112980-1215876381/solver-1112980-1215876381 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112980-1215876381.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3ec556ad251960bf7980f3107ef7856e
RANDOM SEED=35860916

node55.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.225
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.225
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:       1139568 kB
Buffers:         36000 kB
Cached:          68652 kB
SwapCached:          0 kB
Active:         811976 kB
Inactive:        52596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1139568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8032 kB
Writeback:           0 kB
Mapped:         780100 kB
Slab:            35576 kB
Committed_AS:  1011324 kB
PageTables:       3336 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= 66420 MiB
End job on node55 at 2008-07-12 17:35:34