Trace number 1112955

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-inc? 425.457 695.352

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-2.xml
MD5SUMe9fca648ca088ce6fc443985c24dc948
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints621
Best CPU time to get the best result obtained on this benchmark3600.04
Satisfiable
(Un)Satisfiability was proved
Number of variables2230
Number of constraints18971
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18971
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.36	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.37	c 0	BEGIN Thu Aug  7 20:31:48 2008
0.04/0.37	c 0	PID 14555
0.04/0.37	c 0	HOST node86.alineos.net
0.04/0.37	c 0	CONVERTING HOME/instance-1112955-1218133908.xml TO HOME/temp.csp
0.04/0.37	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112955-1218133908.xml' 'HOME/temp.csp'
1.36/1.82	c 2	21 domains, 2230 variables, 8 predicates, 0 relations, 18971 constraints
1.36/1.88	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.36/1.88	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.39/1.96	c 2	Parsing HOME/temp.csp
1.79/2.33	c 2	parsed 10000 expressions
2.09/2.64	c 3	parsed 20000 expressions
2.09/2.67	c 3	parsed 21230 expressions
2.09/2.68	c 3	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.29/2.85	c 3	MAX CSP: 18971 constraints
2.29/2.85	c 3	Converting to clausal form CSP
3.48/4.07	c 4	converted 4021 (10%) expressions
5.66/6.27	c 6	converted 8041 (20%) expressions
7.95/8.52	c 8	converted 12062 (30%) expressions
9.85/10.40	c 10	converted 16082 (40%) expressions
12.04/12.69	c 13	converted 20102 (50%) expressions
13.92/14.51	c 14	converted 24123 (60%) expressions
15.62/16.30	c 16	converted 28143 (70%) expressions
17.40/18.05	c 18	converted 32164 (80%) expressions
19.59/20.24	c 20	converted 36184 (90%) expressions
22.67/23.33	c 23	converted 40204 (100%) expressions
22.67/23.34	c 23	CSP : 44977 integers, 74192 booleans, 184640 clauses, largest domain size 28457
22.67/23.34	c 23	Heap : 126 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.67/23.34	c 23	Propagation in CSP
26.55/27.24	c 27	18964 values, 0 unsatisfiable literals, and 0 valid clauses are removed
26.55/27.24	c 27	CSP : 44977 integers, 74192 booleans, 184640 clauses, largest domain size 18972
26.55/27.24	c 27	Heap : 140 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.55/27.30	c 27	Simplifing CSP by introducing new Boolean variables
26.85/27.57	c 27	CSP : 44977 integers, 116834 booleans, 227282 clauses, largest domain size 18972
26.85/27.57	c 27	Heap : 154 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.75/28.46	c 28	Encoding CSP to SAT : HOME/temp.cnf
40.54/41.86	c 42	4498 (10%) CSP integer variables are encoded (2511093 clauses, 45494735 bytes)
43.89/45.24	c 45	8996 (20%) CSP integer variables are encoded (5325792 clauses, 98974016 bytes)
47.04/48.55	c 48	13494 (30%) CSP integer variables are encoded (7949298 clauses, 148820630 bytes)
50.00/51.53	c 51	17991 (40%) CSP integer variables are encoded (10336545 clauses, 194885978 bytes)
52.48/54.03	c 54	22489 (50%) CSP integer variables are encoded (12292830 clauses, 235967963 bytes)
53.49/55.08	c 55	26987 (60%) CSP integer variables are encoded (13118532 clauses, 253307705 bytes)
53.58/55.16	c 55	31484 (70%) CSP integer variables are encoded (13170037 clauses, 254389310 bytes)
53.68/55.24	c 55	35982 (80%) CSP integer variables are encoded (13230706 clauses, 255663359 bytes)
53.78/55.31	c 55	40480 (90%) CSP integer variables are encoded (13282301 clauses, 256746854 bytes)
54.18/55.71	c 56	44977 (100%) CSP integer variables are encoded (13590465 clauses, 263218298 bytes)
142.59/400.43	c 400	22729 (10%) CSP clauses are encoded (29637687 clauses, 671922638 bytes)
213.56/472.51	c 472	45457 (20%) CSP clauses are encoded (43352681 clauses, 1031205329 bytes)
283.97/545.01	c 545	68185 (30%) CSP clauses are encoded (57122685 clauses, 1395271021 bytes)
352.42/615.53	c 615	90913 (40%) CSP clauses are encoded (70695693 clauses, 1757415753 bytes)
417.84/683.13	c 683	113641 (50%) CSP clauses are encoded (83815052 clauses, 2108457302 bytes)
424.43/690.09	c 690	ERROR Exception Too large HOME/temp.cnf
424.43/690.09	c 690	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
424.43/690.09	c 690	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
424.43/690.09	c 690	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
424.43/690.09	s UNKNOWN
424.54/692.52	c 692	CPU 410.86 (0.05 0.02 410.81 13.69)
424.54/692.52	c 692	END Thu Aug  7 20:43:20 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-1112955-1218133908/watcher-1112955-1218133908 -o /tmp/evaluation-result-1112955-1218133908/solver-1112955-1218133908 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1112955-1218133908.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: 5.91 6.33 4.28 3/73 14555
/proc/meminfo: memFree=1932460/2055920 swapFree=4192812/4192956
[pid=14555] ppid=14553 vsize=12268 CPUtime=0
/proc/14555/stat : 14555 (sugar++) D 14553 14555 14203 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 140475542 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 240154016357 0 0 4224 0 0 0 0 17 1 0 0
/proc/14555/statm: 3067 316 241 3 0 167 0

[startup+0.0589381 s]
/proc/loadavg: 5.91 6.33 4.28 3/73 14555
/proc/meminfo: memFree=1932460/2055920 swapFree=4192812/4192956
[pid=14555] ppid=14553 vsize=12272 CPUtime=0
/proc/14555/stat : 14555 (sugar++) D 14553 14555 14203 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 140475542 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14555/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101946 s]
/proc/loadavg: 5.91 6.33 4.28 3/73 14555
/proc/meminfo: memFree=1932460/2055920 swapFree=4192812/4192956
[pid=14555] ppid=14553 vsize=13072 CPUtime=0.01
/proc/14555/stat : 14555 (sugar++) R 14553 14555 14203 0 -1 4194304 636 0 0 0 1 0 0 0 18 0 1 0 140475542 13385728 604 996147200 4194304 4206940 548682068528 18446744073709551615 240153694945 0 0 4224 0 0 0 0 17 1 0 0
/proc/14555/statm: 3268 604 316 3 0 368 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13072

[startup+0.301969 s]
/proc/loadavg: 5.91 6.33 4.28 3/73 14555
/proc/meminfo: memFree=1932460/2055920 swapFree=4192812/4192956
[pid=14555] ppid=14553 vsize=16212 CPUtime=0.04
/proc/14555/stat : 14555 (sugar++) D 14553 14555 14203 0 -1 4194304 967 0 2 0 3 1 0 0 18 0 1 0 140475542 16601088 937 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14555/statm: 4053 937 380 3 0 632 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16212

[startup+0.702013 s]
/proc/loadavg: 5.91 6.33 4.28 3/73 14555
/proc/meminfo: memFree=1932460/2055920 swapFree=4192812/4192956
[pid=14555] ppid=14553 vsize=16740 CPUtime=0.06
/proc/14555/stat : 14555 (sugar++) S 14553 14555 14203 0 -1 4194304 1217 128 2 0 4 2 0 0 16 0 1 0 140475542 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14555/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50211 s]
/proc/loadavg: 5.91 6.33 4.28 4/94 14578
/proc/meminfo: memFree=1889156/2055920 swapFree=4192812/4192956
[pid=14555] ppid=14553 vsize=16740 CPUtime=0.06
/proc/14555/stat : 14555 (sugar++) S 14553 14555 14203 0 -1 4194304 1217 128 2 0 4 2 0 0 16 0 1 0 140475542 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14555/statm: 4185 1104 409 3 0 764 0
[pid=14562] ppid=14555 vsize=5356 CPUtime=0
/proc/14562/stat : 14562 (sh) S 14555 14555 14203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140475579 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14562/statm: 1339 233 193 169 0 50 0
[pid=14563] ppid=14562 vsize=864676 CPUtime=1
/proc/14563/stat : 14563 (java) S 14562 14555 14203 0 -1 0 12278 0 16 0 92 8 0 0 20 0 9 0 140475580 885428224 10344 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14563/statm: 216169 10344 2529 9 0 210751 0
[pid=14563/tid=14564] ppid=14562 vsize=864676 CPUtime=0.47
/proc/14563/task/14564/stat : 14564 (java) R 14562 14555 14203 0 -1 64 2848 0 16 0 43 4 0 0 16 0 9 0 140475581 885428224 10344 996147200 134512640 134550740 4294956000 18446744073709551615 4125960196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14563/tid=14566] ppid=14562 vsize=864676 CPUtime=0.4
/proc/14563/task/14566/stat : 14566 (java) R 14562 14555 14203 0 -1 64 8229 0 0 0 37 3 0 0 17 0 9 0 140475591 885428224 10344 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14563/tid=14569] ppid=14562 vsize=864676 CPUtime=0
/proc/14563/task/14569/stat : 14569 (java) S 14562 14555 14203 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 140475591 885428224 10344 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14563/tid=14570] ppid=14562 vsize=864676 CPUtime=0
/proc/14563/task/14570/stat : 14570 (java) S 14562 14555 14203 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140475591 885428224 10344 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14563/tid=14575] ppid=14562 vsize=864676 CPUtime=0
/proc/14563/task/14575/stat : 14575 (java) S 14562 14555 14203 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 140475594 885428224 10344 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14563/tid=14576] ppid=14562 vsize=864676 CPUtime=0.11
/proc/14563/task/14576/stat : 14576 (java) R 14562 14555 14203 0 -1 64 501 0 0 0 11 0 0 0 15 0 9 0 140475594 885428224 10344 996147200 134512640 134550740 4294956000 18446744073709551615 101440224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14563/tid=14577] ppid=14562 vsize=864676 CPUtime=0
/proc/14563/task/14577/stat : 14577 (java) S 14562 14555 14203 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 140475594 885428224 10344 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14563/tid=14578] ppid=14562 vsize=864676 CPUtime=0
/proc/14563/task/14578/stat : 14578 (java) S 14562 14555 14203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140475594 885428224 10344 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 886772

[startup+3.10228 s]
/proc/loadavg: 5.59 6.26 4.26 4/94 14598
/proc/meminfo: memFree=1894148/2055920 swapFree=4192812/4192956
[pid=14555] ppid=14553 vsize=16740 CPUtime=1.39
/proc/14555/stat : 14555 (sugar++) S 14553 14555 14203 0 -1 4194304 1295 13188 2 16 4 2 123 10 15 0 1 0 140475542 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14555/statm: 4185 1104 409 3 0 764 0
[pid=14589] ppid=14555 vsize=5356 CPUtime=0
/proc/14589/stat : 14589 (sh) S 14555 14555 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140475731 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14589/statm: 1339 233 193 169 0 50 0
[pid=14590] ppid=14589 vsize=868472 CPUtime=1.19
/proc/14590/stat : 14590 (java) S 14589 14555 14203 0 -1 0 10164 0 1 0 113 6 0 0 20 0 9 0 140475731 889315328 9104 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14590/statm: 217118 9104 2543 9 0 211693 0
[pid=14590/tid=14591] ppid=14589 vsize=868472 CPUtime=0.68
/proc/14590/task/14591/stat : 14591 (java) R 14589 14555 14203 0 -1 64 2785 0 1 0 66 2 0 0 25 0 9 0 140475732 889315328 9104 996147200 134512640 134550740 4294955920 18446744073709551615 4126101955 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14592] ppid=14589 vsize=868472 CPUtime=0.32
/proc/14590/task/14592/stat : 14592 (java) S 14589 14555 14203 0 -1 64 5225 0 0 0 30 2 0 0 16 0 9 0 140475733 889315328 9104 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14593] ppid=14589 vsize=868472 CPUtime=0
/proc/14590/task/14593/stat : 14593 (java) S 14589 14555 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140475733 889315328 9104 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14594] ppid=14589 vsize=868472 CPUtime=0
/proc/14590/task/14594/stat : 14594 (java) S 14589 14555 14203 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140475733 889315328 9104 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14595] ppid=14589 vsize=868472 CPUtime=0
/proc/14590/task/14595/stat : 14595 (java) S 14589 14555 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475735 889315328 9104 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14596] ppid=14589 vsize=868472 CPUtime=0.16
/proc/14590/task/14596/stat : 14596 (java) S 14589 14555 14203 0 -1 64 1458 0 0 0 16 0 0 0 16 0 9 0 140475735 889315328 9104 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14597] ppid=14589 vsize=868472 CPUtime=0
/proc/14590/task/14597/stat : 14597 (java) S 14589 14555 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475735 889315328 9104 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14598] ppid=14589 vsize=868472 CPUtime=0
/proc/14590/task/14598/stat : 14598 (java) S 14589 14555 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140475735 889315328 9104 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 890568

[startup+6.30164 s]
/proc/loadavg: 5.59 6.26 4.26 3/94 14598
/proc/meminfo: memFree=1840836/2055920 swapFree=4192812/4192956
[pid=14555] ppid=14553 vsize=16740 CPUtime=1.39
/proc/14555/stat : 14555 (sugar++) S 14553 14555 14203 0 -1 4194304 1295 13188 2 16 4 2 123 10 16 0 1 0 140475542 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14555/statm: 4185 1104 409 3 0 764 0
[pid=14589] ppid=14555 vsize=5356 CPUtime=0
/proc/14589/stat : 14589 (sh) S 14555 14555 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140475731 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14589/statm: 1339 233 193 169 0 50 0
[pid=14590] ppid=14589 vsize=868472 CPUtime=4.37
/proc/14590/stat : 14590 (java) S 14589 14555 14203 0 -1 0 13933 0 1 0 428 9 0 0 20 0 9 0 140475731 889315328 12493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14590/statm: 217118 12493 2541 9 0 211693 0
[pid=14590/tid=14591] ppid=14589 vsize=868472 CPUtime=3.38
/proc/14590/task/14591/stat : 14591 (java) R 14589 14555 14203 0 -1 64 3086 0 1 0 336 2 0 0 25 0 9 0 140475732 889315328 12493 996147200 134512640 134550740 4294955920 18446744073709551615 4126607421 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14592] ppid=14589 vsize=868472 CPUtime=0.76
/proc/14590/task/14592/stat : 14592 (java) S 14589 14555 14203 0 -1 64 8667 0 0 0 71 5 0 0 16 0 9 0 140475733 889315328 12493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14593] ppid=14589 vsize=868472 CPUtime=0
/proc/14590/task/14593/stat : 14593 (java) S 14589 14555 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140475733 889315328 12493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14594] ppid=14589 vsize=868472 CPUtime=0
/proc/14590/task/14594/stat : 14594 (java) S 14589 14555 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140475733 889315328 12493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14595] ppid=14589 vsize=868472 CPUtime=0
/proc/14590/task/14595/stat : 14595 (java) S 14589 14555 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475735 889315328 12493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14596] ppid=14589 vsize=868472 CPUtime=0.2
/proc/14590/task/14596/stat : 14596 (java) S 14589 14555 14203 0 -1 64 1484 0 0 0 20 0 0 0 15 0 9 0 140475735 889315328 12493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14597] ppid=14589 vsize=868472 CPUtime=0
/proc/14590/task/14597/stat : 14597 (java) S 14589 14555 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475735 889315328 12493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14598] ppid=14589 vsize=868472 CPUtime=0
/proc/14590/task/14598/stat : 14598 (java) S 14589 14555 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140475735 889315328 12493 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 890568

[startup+12.7023 s]
/proc/loadavg: 5.04 6.12 4.24 4/94 14598
/proc/meminfo: memFree=1769348/2055920 swapFree=4192812/4192956
[pid=14555] ppid=14553 vsize=16740 CPUtime=1.4
/proc/14555/stat : 14555 (sugar++) S 14553 14555 14203 0 -1 4194304 1295 13188 2 16 5 2 123 10 16 0 1 0 140475542 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14555/statm: 4185 1104 409 3 0 764 0
[pid=14589] ppid=14555 vsize=5356 CPUtime=0
/proc/14589/stat : 14589 (sh) S 14555 14555 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140475731 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14589/statm: 1339 233 193 169 0 50 0
[pid=14590] ppid=14589 vsize=868472 CPUtime=10.74
/proc/14590/stat : 14590 (java) S 14589 14555 14203 0 -1 0 30701 0 1 0 1054 20 0 0 20 0 9 0 140475731 889315328 20733 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14590/statm: 217118 20733 2541 9 0 211693 0
[pid=14590/tid=14591] ppid=14589 vsize=868472 CPUtime=8.5
/proc/14590/task/14591/stat : 14591 (java) R 14589 14555 14203 0 -1 64 3892 0 1 0 846 4 0 0 25 0 9 0 140475732 889315328 20733 996147200 134512640 134550740 4294955920 18446744073709551615 4126607392 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14592] ppid=14589 vsize=868472 CPUtime=2
/proc/14590/task/14592/stat : 14592 (java) S 14589 14555 14203 0 -1 64 24618 0 0 0 186 14 0 0 16 0 9 0 140475733 889315328 20733 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14593] ppid=14589 vsize=868472 CPUtime=0
/proc/14590/task/14593/stat : 14593 (java) S 14589 14555 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140475733 889315328 20733 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14594] ppid=14589 vsize=868472 CPUtime=0
/proc/14590/task/14594/stat : 14594 (java) S 14589 14555 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140475733 889315328 20733 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14595] ppid=14589 vsize=868472 CPUtime=0
/proc/14590/task/14595/stat : 14595 (java) S 14589 14555 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475735 889315328 20733 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14596] ppid=14589 vsize=868472 CPUtime=0.21
/proc/14590/task/14596/stat : 14596 (java) S 14589 14555 14203 0 -1 64 1495 0 0 0 21 0 0 0 15 0 9 0 140475735 889315328 20733 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14597] ppid=14589 vsize=868472 CPUtime=0
/proc/14590/task/14597/stat : 14597 (java) S 14589 14555 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475735 889315328 20733 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14598] ppid=14589 vsize=868472 CPUtime=0
/proc/14590/task/14598/stat : 14598 (java) S 14589 14555 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140475735 889315328 20733 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 890568

[startup+25.5028 s]
/proc/loadavg: 4.73 6.02 4.23 3/94 14598
/proc/meminfo: memFree=1635652/2055920 swapFree=4192812/4192956
[pid=14555] ppid=14553 vsize=16740 CPUtime=1.4
/proc/14555/stat : 14555 (sugar++) S 14553 14555 14203 0 -1 4194304 1295 13188 2 16 5 2 123 10 16 0 1 0 140475542 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14555/statm: 4185 1104 409 3 0 764 0
[pid=14589] ppid=14555 vsize=5356 CPUtime=0
/proc/14589/stat : 14589 (sh) S 14555 14555 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140475731 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14589/statm: 1339 233 193 169 0 50 0
[pid=14590] ppid=14589 vsize=868472 CPUtime=23.46
/proc/14590/stat : 14590 (java) S 14589 14555 14203 0 -1 0 55046 0 1 0 2311 35 0 0 20 0 9 0 140475731 889315328 40719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14590/statm: 217118 40719 2541 9 0 211693 0
[pid=14590/tid=14591] ppid=14589 vsize=868472 CPUtime=19.21
/proc/14590/task/14591/stat : 14591 (java) R 14589 14555 14203 0 -1 64 4710 0 1 0 1915 6 0 0 25 0 9 0 140475732 889315328 40719 996147200 134512640 134550740 4294955920 18446744073709551615 4126611534 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14592] ppid=14589 vsize=868472 CPUtime=3.98
/proc/14590/task/14592/stat : 14592 (java) S 14589 14555 14203 0 -1 64 48125 0 0 0 371 27 0 0 16 0 9 0 140475733 889315328 40719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14593] ppid=14589 vsize=868472 CPUtime=0
/proc/14590/task/14593/stat : 14593 (java) S 14589 14555 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140475733 889315328 40719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14594] ppid=14589 vsize=868472 CPUtime=0
/proc/14590/task/14594/stat : 14594 (java) S 14589 14555 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140475733 889315328 40719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

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

[startup+667.007 s]
/proc/loadavg: 2.51 4.56 4.94 3/93 14644
/proc/meminfo: memFree=14788/2055920 swapFree=4192812/4192956
[pid=14555] ppid=14553 vsize=16740 CPUtime=1.4
/proc/14555/stat : 14555 (sugar++) S 14553 14555 14203 0 -1 4194304 1295 13188 2 16 5 2 123 10 16 0 1 0 140475542 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14555/statm: 4185 1104 409 3 0 764 0
[pid=14589] ppid=14555 vsize=5356 CPUtime=0
/proc/14589/stat : 14589 (sh) S 14555 14555 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140475731 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14589/statm: 1339 233 193 169 0 50 0
[pid=14590] ppid=14589 vsize=868584 CPUtime=400.58
/proc/14590/stat : 14590 (java) S 14589 14555 14203 0 -1 0 62820 0 1 0 38774 1284 0 0 20 0 9 0 140475731 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14590/statm: 217146 44509 2566 9 0 211693 0
[pid=14590/tid=14591] ppid=14589 vsize=868584 CPUtime=392.64
/proc/14590/task/14591/stat : 14591 (java) R 14589 14555 14203 0 -1 64 8531 0 1 0 38036 1228 0 0 25 0 9 0 140475732 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4127159239 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14592] ppid=14589 vsize=868584 CPUtime=7.59
/proc/14590/task/14592/stat : 14592 (java) S 14589 14555 14203 0 -1 64 52040 0 0 0 705 54 0 0 16 0 9 0 140475733 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14593] ppid=14589 vsize=868584 CPUtime=0
/proc/14590/task/14593/stat : 14593 (java) S 14589 14555 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140475733 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14594] ppid=14589 vsize=868584 CPUtime=0
/proc/14590/task/14594/stat : 14594 (java) S 14589 14555 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140475733 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14595] ppid=14589 vsize=868584 CPUtime=0
/proc/14590/task/14595/stat : 14595 (java) S 14589 14555 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475735 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14596] ppid=14589 vsize=868584 CPUtime=0.32
/proc/14590/task/14596/stat : 14596 (java) S 14589 14555 14203 0 -1 64 1553 0 0 0 31 1 0 0 16 0 9 0 140475735 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14597] ppid=14589 vsize=868584 CPUtime=0
/proc/14590/task/14597/stat : 14597 (java) S 14589 14555 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475735 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14598] ppid=14589 vsize=868584 CPUtime=0
/proc/14590/task/14598/stat : 14598 (java) S 14589 14555 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140475735 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.98
Current children cumulated vsize (KiB) 890680

[startup+679.802 s]
/proc/loadavg: 2.66 4.53 4.92 2/93 14644
/proc/meminfo: memFree=16004/2055920 swapFree=4192812/4192956
[pid=14555] ppid=14553 vsize=16740 CPUtime=1.4
/proc/14555/stat : 14555 (sugar++) S 14553 14555 14203 0 -1 4194304 1295 13188 2 16 5 2 123 10 16 0 1 0 140475542 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14555/statm: 4185 1104 409 3 0 764 0
[pid=14589] ppid=14555 vsize=5356 CPUtime=0
/proc/14589/stat : 14589 (sh) S 14555 14555 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140475731 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14589/statm: 1339 233 193 169 0 50 0
[pid=14590] ppid=14589 vsize=868584 CPUtime=413.17
/proc/14590/stat : 14590 (java) S 14589 14555 14203 0 -1 0 62938 0 1 0 39991 1326 0 0 20 0 9 0 140475731 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14590/statm: 217146 44509 2566 9 0 211693 0
[pid=14590/tid=14591] ppid=14589 vsize=868584 CPUtime=405.16
/proc/14590/task/14591/stat : 14591 (java) R 14589 14555 14203 0 -1 64 8649 0 1 0 39247 1269 0 0 25 0 9 0 140475732 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4127157571 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14590/tid=14592] ppid=14589 vsize=868584 CPUtime=7.67
/proc/14590/task/14592/stat : 14592 (java) S 14589 14555 14203 0 -1 64 52040 0 0 0 712 55 0 0 16 0 9 0 140475733 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14590/tid=14593] ppid=14589 vsize=868584 CPUtime=0
/proc/14590/task/14593/stat : 14593 (java) S 14589 14555 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140475733 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14594] ppid=14589 vsize=868584 CPUtime=0
/proc/14590/task/14594/stat : 14594 (java) S 14589 14555 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140475733 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14595] ppid=14589 vsize=868584 CPUtime=0
/proc/14590/task/14595/stat : 14595 (java) S 14589 14555 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475735 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14596] ppid=14589 vsize=868584 CPUtime=0.32
/proc/14590/task/14596/stat : 14596 (java) S 14589 14555 14203 0 -1 64 1553 0 0 0 31 1 0 0 16 0 9 0 140475735 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14597] ppid=14589 vsize=868584 CPUtime=0
/proc/14590/task/14597/stat : 14597 (java) S 14589 14555 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475735 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14598] ppid=14589 vsize=868584 CPUtime=0
/proc/14590/task/14598/stat : 14598 (java) S 14589 14555 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140475735 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 414.57
Current children cumulated vsize (KiB) 890680

[startup+686.203 s]
/proc/loadavg: 2.69 4.50 4.91 3/93 14644
/proc/meminfo: memFree=15492/2055920 swapFree=4192812/4192956
[pid=14555] ppid=14553 vsize=16740 CPUtime=1.4
/proc/14555/stat : 14555 (sugar++) S 14553 14555 14203 0 -1 4194304 1295 13188 2 16 5 2 123 10 16 0 1 0 140475542 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14555/statm: 4185 1104 409 3 0 764 0
[pid=14589] ppid=14555 vsize=5356 CPUtime=0
/proc/14589/stat : 14589 (sh) S 14555 14555 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140475731 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14589/statm: 1339 233 193 169 0 50 0
[pid=14590] ppid=14589 vsize=868584 CPUtime=419.27
/proc/14590/stat : 14590 (java) S 14589 14555 14203 0 -1 0 62998 0 1 0 40583 1344 0 0 20 0 9 0 140475731 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14590/statm: 217146 44509 2566 9 0 211693 0
[pid=14590/tid=14591] ppid=14589 vsize=868584 CPUtime=411.2
/proc/14590/task/14591/stat : 14591 (java) R 14589 14555 14203 0 -1 64 8709 0 1 0 39834 1286 0 0 17 0 9 0 140475732 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4127167141 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14590/tid=14592] ppid=14589 vsize=868584 CPUtime=7.72
/proc/14590/task/14592/stat : 14592 (java) S 14589 14555 14203 0 -1 64 52040 0 0 0 717 55 0 0 15 0 9 0 140475733 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14593] ppid=14589 vsize=868584 CPUtime=0
/proc/14590/task/14593/stat : 14593 (java) S 14589 14555 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140475733 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14594] ppid=14589 vsize=868584 CPUtime=0
/proc/14590/task/14594/stat : 14594 (java) S 14589 14555 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140475733 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14595] ppid=14589 vsize=868584 CPUtime=0
/proc/14590/task/14595/stat : 14595 (java) S 14589 14555 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475735 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14596] ppid=14589 vsize=868584 CPUtime=0.32
/proc/14590/task/14596/stat : 14596 (java) S 14589 14555 14203 0 -1 64 1553 0 0 0 31 1 0 0 16 0 9 0 140475735 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14597] ppid=14589 vsize=868584 CPUtime=0
/proc/14590/task/14597/stat : 14597 (java) S 14589 14555 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475735 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14598] ppid=14589 vsize=868584 CPUtime=0
/proc/14590/task/14598/stat : 14598 (java) S 14589 14555 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140475735 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 420.67
Current children cumulated vsize (KiB) 890680

[startup+689.402 s]
/proc/loadavg: 2.71 4.47 4.90 2/93 14644
/proc/meminfo: memFree=16004/2055920 swapFree=4192812/4192956
[pid=14555] ppid=14553 vsize=16740 CPUtime=1.4
/proc/14555/stat : 14555 (sugar++) S 14553 14555 14203 0 -1 4194304 1295 13188 2 16 5 2 123 10 16 0 1 0 140475542 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14555/statm: 4185 1104 409 3 0 764 0
[pid=14589] ppid=14555 vsize=5356 CPUtime=0
/proc/14589/stat : 14589 (sh) S 14555 14555 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140475731 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14589/statm: 1339 233 193 169 0 50 0
[pid=14590] ppid=14589 vsize=868584 CPUtime=422.43
/proc/14590/stat : 14590 (java) S 14589 14555 14203 0 -1 0 63028 0 1 0 40890 1353 0 0 20 0 9 0 140475731 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14590/statm: 217146 44509 2566 9 0 211693 0
[pid=14590/tid=14591] ppid=14589 vsize=868584 CPUtime=414.34
/proc/14590/task/14591/stat : 14591 (java) R 14589 14555 14203 0 -1 64 8739 0 1 0 40139 1295 0 0 25 0 9 0 140475732 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14590/tid=14592] ppid=14589 vsize=868584 CPUtime=7.74
/proc/14590/task/14592/stat : 14592 (java) S 14589 14555 14203 0 -1 64 52040 0 0 0 718 56 0 0 16 0 9 0 140475733 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14590/tid=14593] ppid=14589 vsize=868584 CPUtime=0
/proc/14590/task/14593/stat : 14593 (java) S 14589 14555 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140475733 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14594] ppid=14589 vsize=868584 CPUtime=0
/proc/14590/task/14594/stat : 14594 (java) S 14589 14555 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140475733 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14595] ppid=14589 vsize=868584 CPUtime=0
/proc/14590/task/14595/stat : 14595 (java) S 14589 14555 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475735 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14596] ppid=14589 vsize=868584 CPUtime=0.32
/proc/14590/task/14596/stat : 14596 (java) S 14589 14555 14203 0 -1 64 1553 0 0 0 31 1 0 0 16 0 9 0 140475735 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14597] ppid=14589 vsize=868584 CPUtime=0
/proc/14590/task/14597/stat : 14597 (java) S 14589 14555 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475735 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14590/tid=14598] ppid=14589 vsize=868584 CPUtime=0
/proc/14590/task/14598/stat : 14598 (java) S 14589 14555 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140475735 889430016 44509 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 423.83
Current children cumulated vsize (KiB) 890680

[startup+692.602 s]
/proc/loadavg: 2.74 4.45 4.89 2/86 14644
/proc/meminfo: memFree=184836/2055920 swapFree=4192812/4192956
[pid=14555] ppid=14553 vsize=16740 CPUtime=424.58
/proc/14555/stat : 14555 (sugar++) R 14553 14555 14203 0 -1 4194304 1318 76520 2 19 5 3 41081 1369 17 0 1 0 140475542 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240154022953 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14555/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 424.58
Current children cumulated vsize (KiB) 16740

[startup+694.202 s]
/proc/loadavg: 2.74 4.45 4.89 3/83 14644
/proc/meminfo: memFree=1809372/2055920 swapFree=4192812/4192956
[pid=14555] ppid=14553 vsize=16740 CPUtime=425.31
/proc/14555/stat : 14555 (sugar++) D 14553 14555 14203 0 -1 4194304 1318 76520 2 19 5 76 41081 1369 18 0 1 0 140475542 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/14555/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 425.31
Current children cumulated vsize (KiB) 16740

[startup+695.002 s]
/proc/loadavg: 2.74 4.45 4.89 2/83 14644
/proc/meminfo: memFree=1871580/2055920 swapFree=4192812/4192956
[pid=14555] ppid=14553 vsize=16740 CPUtime=425.42
/proc/14555/stat : 14555 (sugar++) D 14553 14555 14203 0 -1 4194304 1318 76520 2 19 5 87 41081 1369 18 0 1 0 140475542 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14555/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 425.42
Current children cumulated vsize (KiB) 16740

[startup+695.202 s]
/proc/loadavg: 2.74 4.45 4.89 2/83 14644
/proc/meminfo: memFree=1871580/2055920 swapFree=4192812/4192956
[pid=14555] ppid=14553 vsize=16740 CPUtime=425.44
/proc/14555/stat : 14555 (sugar++) D 14553 14555 14203 0 -1 4194304 1318 76520 2 19 5 89 41081 1369 18 0 1 0 140475542 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14555/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 425.44
Current children cumulated vsize (KiB) 16740

[startup+695.301 s]
/proc/loadavg: 2.74 4.45 4.89 2/83 14644
/proc/meminfo: memFree=1871580/2055920 swapFree=4192812/4192956
[pid=14555] ppid=14553 vsize=16740 CPUtime=425.44
/proc/14555/stat : 14555 (sugar++) D 14553 14555 14203 0 -1 4194304 1318 76520 2 19 5 89 41081 1369 18 0 1 0 140475542 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14555/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 425.44
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 695.352
CPU time (s): 425.457
CPU user time (s): 410.865
CPU system time (s): 14.5928
CPU usage (%): 61.1859
Max. virtual memory (cumulated for all children) (KiB): 900820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 410.865
system time used= 14.5928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77894
page faults= 21
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46662
involuntary context switches= 50892

runsolver used 0.934857 second user time and 2.28665 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-08-07 20:31:48
IDJOB=1112955
IDBENCH=61502
IDSOLVER=367
FILE ID=node86/1112955-1218133908
PBS_JOBID= 8000804
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e9fca648ca088ce6fc443985c24dc948
RANDOM SEED=626510482

node86.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.216
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.216
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1932940 kB
Buffers:          5920 kB
Cached:          34676 kB
SwapCached:          0 kB
Active:          50100 kB
Inactive:         6136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1932940 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8820 kB
Writeback:           0 kB
Mapped:          26044 kB
Slab:            52044 kB
Committed_AS:   110060 kB
PageTables:       1856 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= 66548 MiB
End job on node86 at 2008-08-07 20:43:23