Trace number 1127108

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 436.861 449.061

General information on the benchmark

Namemaxcsp/warehouses/
normalized-capmp4_ext.xml
MD5SUMdec8f5a04243737d42e444af5cc65e84
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark27.9627
Satisfiable
(Un)Satisfiability was proved
Number of variables401
Number of constraints40200
Maximum constraint arity2
Maximum domain size200
Number of constraints which are defined in extension40200
Number of constraints which are defined in intension0
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.04	c 0	BEGIN Wed Jul 16 07:59:25 2008
0.00/0.04	c 0	PID 3772
0.03/0.07	c 0	HOST node8.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-1127108-1216187964.xml TO HOME/temp.csp
0.03/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127108-1216187964.xml' 'HOME/temp.csp'
1.67/1.88	c 2	3 domains, 401 variables, 0 predicates, 201 relations, 40200 constraints
1.75/1.95	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.75/1.95	c 2	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'
1.76/2.03	c 2	Parsing HOME/temp.csp
2.08/2.33	c 2	parsed 10000 expressions
2.27/2.52	c 2	parsed 20000 expressions
2.47/2.72	c 2	parsed 30000 expressions
2.58/2.88	c 3	parsed 40000 expressions
2.58/2.89	c 3	parsed 40805 expressions
2.58/2.89	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.07/3.31	c 3	MAX CSP: 40200 constraints
3.07/3.31	c 3	Converting to clausal form CSP
3.37/3.61	c 3	converted 8101 (10%) expressions
3.46/3.72	c 3	converted 16202 (20%) expressions
3.56/3.80	c 4	converted 24303 (30%) expressions
3.76/4.06	c 4	converted 32404 (40%) expressions
3.87/4.19	c 4	converted 40504 (50%) expressions
3.96/4.29	c 4	converted 48605 (60%) expressions
4.06/4.39	c 4	converted 56706 (70%) expressions
4.16/4.48	c 4	converted 64807 (80%) expressions
4.25/4.58	c 4	converted 72908 (90%) expressions
8.81/9.19	c 9	converted 81008 (100%) expressions
8.91/9.20	c 9	CSP : 80801 integers, 0 booleans, 120599 clauses, largest domain size 60301
8.91/9.20	c 9	Heap : 112 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.91/9.20	c 9	Propagation in CSP
10.29/10.66	c 10	40194 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.29/10.67	c 10	CSP : 80801 integers, 0 booleans, 120599 clauses, largest domain size 40201
10.29/10.67	c 10	Heap : 107 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.39/10.70	c 10	Simplifing CSP by introducing new Boolean variables
10.39/10.75	c 10	CSP : 80801 integers, 0 booleans, 120599 clauses, largest domain size 40201
10.39/10.75	c 10	Heap : 115 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.98/11.34	c 11	Encoding CSP to SAT : HOME/temp.cnf
11.08/11.43	c 11	8081 (10%) CSP integer variables are encoded (39600 clauses, 572976 bytes)
11.08/11.44	c 11	16161 (20%) CSP integer variables are encoded (39600 clauses, 572976 bytes)
11.08/11.45	c 11	24241 (30%) CSP integer variables are encoded (39600 clauses, 572976 bytes)
11.08/11.46	c 11	32321 (40%) CSP integer variables are encoded (39600 clauses, 572976 bytes)
11.08/11.47	c 11	40401 (50%) CSP integer variables are encoded (39600 clauses, 572976 bytes)
11.87/12.22	c 12	48481 (60%) CSP integer variables are encoded (677960 clauses, 11385499 bytes)
11.97/12.38	c 12	56561 (70%) CSP integer variables are encoded (810727 clauses, 13642538 bytes)
12.17/12.55	c 12	64641 (80%) CSP integer variables are encoded (950206 clauses, 16040520 bytes)
12.27/12.68	c 12	72721 (90%) CSP integer variables are encoded (1053143 clauses, 17996323 bytes)
12.47/12.84	c 13	80801 (100%) CSP integer variables are encoded (1180071 clauses, 20407955 bytes)
15.32/15.73	c 15	12060 (10%) CSP clauses are encoded (1192131 clauses, 20711257 bytes)
18.11/18.51	c 18	24120 (20%) CSP clauses are encoded (1204191 clauses, 21021838 bytes)
20.88/21.30	c 21	36180 (30%) CSP clauses are encoded (1216251 clauses, 21340258 bytes)
435.77/445.07	c 445	ERROR Exception Too large HOME/temp.cnf
435.84/445.25	c 445	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
435.84/445.25	c 445	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
435.84/445.25	c 445	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
435.84/445.25	s UNKNOWN
435.86/445.67	c 445	CPU 420.06 (0.03 0 420.03 15.81)
435.86/445.67	c 445	END Wed Jul 16 08:06:50 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-1127108-1216187964/watcher-1127108-1216187964 -o /tmp/evaluation-result-1127108-1216187964/solver-1127108-1216187964 -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-1127108-1216187964.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.52 2.60 2.60 4/81 3772
/proc/meminfo: memFree=1827112/2055920 swapFree=4192812/4192956
[pid=3772] ppid=3770 vsize=18572 CPUtime=0
/proc/3772/stat : 3772 (runsolver) R 3770 3772 2823 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 75499548 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 228706544935 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3772/statm: 4643 292 257 25 0 2626 0

[startup+0.047064 s]
/proc/loadavg: 2.52 2.60 2.60 4/81 3772
/proc/meminfo: memFree=1827112/2055920 swapFree=4192812/4192956
[pid=3772] ppid=3770 vsize=13600 CPUtime=0.03
/proc/3772/stat : 3772 (sugar) S 3770 3772 2823 0 -1 4194304 838 0 0 0 3 0 0 0 19 0 1 0 75499548 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3772/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101655 s]
/proc/loadavg: 2.52 2.60 2.60 4/81 3772
/proc/meminfo: memFree=1827112/2055920 swapFree=4192812/4192956
[pid=3772] ppid=3770 vsize=13600 CPUtime=0.03
/proc/3772/stat : 3772 (sugar) S 3770 3772 2823 0 -1 4194304 898 127 0 0 3 0 0 0 20 0 1 0 75499548 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3772/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302695 s]
/proc/loadavg: 2.52 2.60 2.60 4/81 3772
/proc/meminfo: memFree=1827112/2055920 swapFree=4192812/4192956
[pid=3772] ppid=3770 vsize=13600 CPUtime=0.03
/proc/3772/stat : 3772 (sugar) S 3770 3772 2823 0 -1 4194304 898 127 0 0 3 0 0 0 20 0 1 0 75499548 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3772/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70277 s]
/proc/loadavg: 2.52 2.60 2.60 4/81 3772
/proc/meminfo: memFree=1827112/2055920 swapFree=4192812/4192956
[pid=3772] ppid=3770 vsize=13600 CPUtime=0.03
/proc/3772/stat : 3772 (sugar) S 3770 3772 2823 0 -1 4194304 898 127 0 0 3 0 0 0 20 0 1 0 75499548 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3772/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50191 s]
/proc/loadavg: 2.52 2.60 2.60 4/92 3784
/proc/meminfo: memFree=1802384/2055920 swapFree=4192812/4192956
[pid=3772] ppid=3770 vsize=13600 CPUtime=0.03
/proc/3772/stat : 3772 (sugar) S 3770 3772 2823 0 -1 4194304 898 127 0 0 3 0 0 0 20 0 1 0 75499548 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3772/statm: 3400 796 370 3 0 500 0
[pid=3775] ppid=3772 vsize=5356 CPUtime=0
/proc/3775/stat : 3775 (sh) S 3772 3772 2823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75499555 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3775/statm: 1339 233 193 169 0 50 0
[pid=3776] ppid=3775 vsize=864672 CPUtime=1.34
/proc/3776/stat : 3776 (java) S 3775 3772 2823 0 -1 0 13825 0 1 0 128 6 0 0 18 0 9 0 75499556 885424128 11873 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3776/statm: 216168 11873 2529 9 0 210750 0
[pid=3776/tid=3777] ppid=3775 vsize=864672 CPUtime=0.8
/proc/3776/task/3777/stat : 3777 (java) R 3775 3772 2823 0 -1 64 3018 0 1 0 78 2 0 0 24 0 9 0 75499562 885424128 11873 996147200 134512640 134550740 4294956000 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3776/tid=3778] ppid=3775 vsize=864672 CPUtime=0.41
/proc/3776/task/3778/stat : 3778 (java) S 3775 3772 2823 0 -1 64 9602 0 0 0 38 3 0 0 16 0 9 0 75499563 885424128 11873 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3776/tid=3779] ppid=3775 vsize=864672 CPUtime=0
/proc/3776/task/3779/stat : 3779 (java) S 3775 3772 2823 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 75499563 885424128 11873 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3776/tid=3780] ppid=3775 vsize=864672 CPUtime=0
/proc/3776/task/3780/stat : 3780 (java) S 3775 3772 2823 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 75499564 885424128 11873 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3776/tid=3781] ppid=3775 vsize=864672 CPUtime=0
/proc/3776/task/3781/stat : 3781 (java) S 3775 3772 2823 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75499565 885424128 11873 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3776/tid=3782] ppid=3775 vsize=864672 CPUtime=0.1
/proc/3776/task/3782/stat : 3782 (java) S 3775 3772 2823 0 -1 64 504 0 0 0 10 0 0 0 16 0 9 0 75499565 885424128 11873 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3776/tid=3783] ppid=3775 vsize=864672 CPUtime=0
/proc/3776/task/3783/stat : 3783 (java) S 3775 3772 2823 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75499565 885424128 11873 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3776/tid=3784] ppid=3775 vsize=864672 CPUtime=0
/proc/3776/task/3784/stat : 3784 (java) S 3775 3772 2823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75499566 885424128 11873 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 883628

[startup+3.10899 s]
/proc/loadavg: 2.56 2.61 2.60 5/92 3794
/proc/meminfo: memFree=1818256/2055920 swapFree=4192812/4192956
[pid=3772] ppid=3770 vsize=13600 CPUtime=1.76
/proc/3772/stat : 3772 (sugar) S 3770 3772 2823 0 -1 4194304 974 15137 0 1 3 0 164 9 15 0 1 0 75499548 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3772/statm: 3400 797 370 3 0 500 0
[pid=3785] ppid=3772 vsize=5356 CPUtime=0
/proc/3785/stat : 3785 (sh) S 3772 3772 2823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75499744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3785/statm: 1339 233 193 169 0 50 0
[pid=3786] ppid=3785 vsize=864148 CPUtime=1.12
/proc/3786/stat : 3786 (java) S 3785 3772 2823 0 -1 0 9874 0 1 0 106 6 0 0 19 0 9 0 75499744 884887552 8693 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3786/statm: 216037 8693 2540 9 0 210612 0
[pid=3786/tid=3787] ppid=3785 vsize=864148 CPUtime=0.65
/proc/3786/task/3787/stat : 3787 (java) R 3785 3772 2823 0 -1 64 2733 0 1 0 63 2 0 0 25 0 9 0 75499745 884887552 8693 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3788] ppid=3785 vsize=864148 CPUtime=0.36
/proc/3786/task/3788/stat : 3788 (java) S 3785 3772 2823 0 -1 64 6099 0 0 0 33 3 0 0 15 0 9 0 75499746 884887552 8693 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3789] ppid=3785 vsize=864148 CPUtime=0
/proc/3786/task/3789/stat : 3789 (java) S 3785 3772 2823 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75499746 884887552 8693 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3790] ppid=3785 vsize=864148 CPUtime=0
/proc/3786/task/3790/stat : 3790 (java) S 3785 3772 2823 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75499746 884887552 8693 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3791] ppid=3785 vsize=864148 CPUtime=0
/proc/3786/task/3791/stat : 3791 (java) S 3785 3772 2823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75499748 884887552 8693 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3792] ppid=3785 vsize=864148 CPUtime=0.08
/proc/3786/task/3792/stat : 3792 (java) S 3785 3772 2823 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 75499748 884887552 8693 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3793] ppid=3785 vsize=864148 CPUtime=0
/proc/3786/task/3793/stat : 3793 (java) S 3785 3772 2823 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75499748 884887552 8693 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3794] ppid=3785 vsize=864148 CPUtime=0
/proc/3786/task/3794/stat : 3794 (java) S 3785 3772 2823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75499748 884887552 8693 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 883104

[startup+6.30174 s]
/proc/loadavg: 2.56 2.61 2.60 5/92 3794
/proc/meminfo: memFree=1747984/2055920 swapFree=4192812/4192956
[pid=3772] ppid=3770 vsize=13600 CPUtime=1.76
/proc/3772/stat : 3772 (sugar) S 3770 3772 2823 0 -1 4194304 974 15137 0 1 3 0 164 9 15 0 1 0 75499548 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3772/statm: 3400 797 370 3 0 500 0
[pid=3785] ppid=3772 vsize=5356 CPUtime=0
/proc/3785/stat : 3785 (sh) S 3772 3772 2823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75499744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3785/statm: 1339 233 193 169 0 50 0
[pid=3786] ppid=3785 vsize=868432 CPUtime=4.28
/proc/3786/stat : 3786 (java) S 3785 3772 2823 0 -1 0 27118 0 1 0 414 14 0 0 19 0 9 0 75499744 889274368 24490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3786/statm: 217108 24490 2540 9 0 211683 0
[pid=3786/tid=3787] ppid=3785 vsize=868432 CPUtime=2.41
/proc/3786/task/3787/stat : 3787 (java) R 3785 3772 2823 0 -1 64 3740 0 1 0 238 3 0 0 25 0 9 0 75499745 889274368 24490 996147200 134512640 134550740 4294955936 18446744073709551615 4126930199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3788] ppid=3785 vsize=868432 CPUtime=1.63
/proc/3786/task/3788/stat : 3788 (java) S 3785 3772 2823 0 -1 64 21199 0 0 0 154 9 0 0 16 0 9 0 75499746 889274368 24490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3789] ppid=3785 vsize=868432 CPUtime=0
/proc/3786/task/3789/stat : 3789 (java) S 3785 3772 2823 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75499746 889274368 24490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3790] ppid=3785 vsize=868432 CPUtime=0
/proc/3786/task/3790/stat : 3790 (java) S 3785 3772 2823 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75499746 889274368 24490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3791] ppid=3785 vsize=868432 CPUtime=0
/proc/3786/task/3791/stat : 3791 (java) S 3785 3772 2823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75499748 889274368 24490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3792] ppid=3785 vsize=868432 CPUtime=0.2
/proc/3786/task/3792/stat : 3792 (java) S 3785 3772 2823 0 -1 64 1482 0 0 0 20 0 0 0 16 0 9 0 75499748 889274368 24490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3793] ppid=3785 vsize=868432 CPUtime=0
/proc/3786/task/3793/stat : 3793 (java) S 3785 3772 2823 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75499748 889274368 24490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3794] ppid=3785 vsize=868432 CPUtime=0
/proc/3786/task/3794/stat : 3794 (java) S 3785 3772 2823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75499748 889274368 24490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 887388

[startup+12.7029 s]
/proc/loadavg: 2.59 2.61 2.60 3/92 3794
/proc/meminfo: memFree=1685968/2055920 swapFree=4192812/4192956
[pid=3772] ppid=3770 vsize=13600 CPUtime=1.76
/proc/3772/stat : 3772 (sugar) S 3770 3772 2823 0 -1 4194304 974 15137 0 1 3 0 164 9 15 0 1 0 75499548 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3772/statm: 3400 797 370 3 0 500 0
[pid=3785] ppid=3772 vsize=5356 CPUtime=0
/proc/3785/stat : 3785 (sh) S 3772 3772 2823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75499744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3785/statm: 1339 233 193 169 0 50 0
[pid=3786] ppid=3785 vsize=868544 CPUtime=10.61
/proc/3786/stat : 3786 (java) S 3785 3772 2823 0 -1 0 51141 0 1 0 1026 35 0 0 19 0 9 0 75499744 889389056 34780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3786/statm: 217136 34780 2565 9 0 211683 0
[pid=3786/tid=3787] ppid=3785 vsize=868544 CPUtime=6.94
/proc/3786/task/3787/stat : 3787 (java) R 3785 3772 2823 0 -1 64 4503 0 1 0 681 13 0 0 25 0 9 0 75499745 889389056 34780 996147200 134512640 134550740 4294955936 18446744073709551615 4127085093 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3788] ppid=3785 vsize=868544 CPUtime=3.39
/proc/3786/task/3788/stat : 3788 (java) S 3785 3772 2823 0 -1 64 44424 0 0 0 319 20 0 0 16 0 9 0 75499746 889389056 34780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3789] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3789/stat : 3789 (java) S 3785 3772 2823 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75499746 889389056 34780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3790] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3790/stat : 3790 (java) S 3785 3772 2823 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75499746 889389056 34780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3791] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3791/stat : 3791 (java) S 3785 3772 2823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75499748 889389056 34780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3792] ppid=3785 vsize=868544 CPUtime=0.26
/proc/3786/task/3792/stat : 3792 (java) S 3785 3772 2823 0 -1 64 1517 0 0 0 25 1 0 0 16 0 9 0 75499748 889389056 34780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3793] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3793/stat : 3793 (java) S 3785 3772 2823 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75499748 889389056 34780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3794] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3794/stat : 3794 (java) S 3785 3772 2823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75499748 889389056 34780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 887500

[startup+25.5021 s]
/proc/loadavg: 2.61 2.62 2.60 3/92 3794
/proc/meminfo: memFree=1632528/2055920 swapFree=4192812/4192956
[pid=3772] ppid=3770 vsize=13600 CPUtime=1.76
/proc/3772/stat : 3772 (sugar) S 3770 3772 2823 0 -1 4194304 974 15137 0 1 3 0 164 9 16 0 1 0 75499548 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3772/statm: 3400 797 370 3 0 500 0
[pid=3785] ppid=3772 vsize=5356 CPUtime=0
/proc/3785/stat : 3785 (sh) S 3772 3772 2823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75499744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3785/statm: 1339 233 193 169 0 50 0
[pid=3786] ppid=3785 vsize=868544 CPUtime=23.27
/proc/3786/stat : 3786 (java) S 3785 3772 2823 0 -1 0 51523 0 1 0 2262 65 0 0 19 0 9 0 75499744 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3786/statm: 217136 34819 2567 9 0 211683 0
[pid=3786/tid=3787] ppid=3785 vsize=868544 CPUtime=19.18
/proc/3786/task/3787/stat : 3787 (java) R 3785 3772 2823 0 -1 64 4855 0 1 0 1877 41 0 0 25 0 9 0 75499745 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3786/tid=3788] ppid=3785 vsize=868544 CPUtime=3.76
/proc/3786/task/3788/stat : 3788 (java) S 3785 3772 2823 0 -1 64 44425 0 0 0 354 22 0 0 16 0 9 0 75499746 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3786/tid=3789] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3789/stat : 3789 (java) S 3785 3772 2823 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75499746 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3790] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3790/stat : 3790 (java) S 3785 3772 2823 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75499746 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

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

[startup+409.502 s]
/proc/loadavg: 2.91 2.72 2.64 3/92 3800
/proc/meminfo: memFree=15504/2055920 swapFree=4192812/4192956
[pid=3772] ppid=3770 vsize=13600 CPUtime=1.76
/proc/3772/stat : 3772 (sugar) S 3770 3772 2823 0 -1 4194304 974 15137 0 1 3 0 164 9 16 0 1 0 75499548 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3772/statm: 3400 797 370 3 0 500 0
[pid=3785] ppid=3772 vsize=5356 CPUtime=0
/proc/3785/stat : 3785 (sh) S 3772 3772 2823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75499744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3785/statm: 1339 233 193 169 0 50 0
[pid=3786] ppid=3785 vsize=868544 CPUtime=399.97
/proc/3786/stat : 3786 (java) S 3785 3772 2823 0 -1 0 58324 0 1 0 38698 1299 0 0 19 0 9 0 75499744 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3786/statm: 217136 34819 2567 9 0 211683 0
[pid=3786/tid=3787] ppid=3785 vsize=868544 CPUtime=392.1
/proc/3786/task/3787/stat : 3787 (java) R 3785 3772 2823 0 -1 64 11656 0 1 0 37979 1231 0 0 25 0 9 0 75499745 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4127081228 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3788] ppid=3785 vsize=868544 CPUtime=7.53
/proc/3786/task/3788/stat : 3788 (java) S 3785 3772 2823 0 -1 64 44425 0 0 0 688 65 0 0 16 0 9 0 75499746 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3789] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3789/stat : 3789 (java) S 3785 3772 2823 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75499746 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3790] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3790/stat : 3790 (java) S 3785 3772 2823 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75499746 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3791] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3791/stat : 3791 (java) S 3785 3772 2823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75499748 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3792] ppid=3785 vsize=868544 CPUtime=0.3
/proc/3786/task/3792/stat : 3792 (java) S 3785 3772 2823 0 -1 64 1546 0 0 0 29 1 0 0 16 0 9 0 75499748 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3793] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3793/stat : 3793 (java) S 3785 3772 2823 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75499748 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3794] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3794/stat : 3794 (java) S 3785 3772 2823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75499748 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.73
Current children cumulated vsize (KiB) 887500

[startup+435.102 s]
/proc/loadavg: 2.93 2.74 2.65 3/92 3800
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=3772] ppid=3770 vsize=13600 CPUtime=1.76
/proc/3772/stat : 3772 (sugar) S 3770 3772 2823 0 -1 4194304 974 15137 0 1 3 0 164 9 16 0 1 0 75499548 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3772/statm: 3400 797 370 3 0 500 0
[pid=3785] ppid=3772 vsize=5356 CPUtime=0
/proc/3785/stat : 3785 (sh) S 3772 3772 2823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75499744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3785/statm: 1339 233 193 169 0 50 0
[pid=3786] ppid=3785 vsize=868544 CPUtime=424.56
/proc/3786/stat : 3786 (java) S 3785 3772 2823 0 -1 0 59054 0 1 0 40959 1497 0 0 19 0 9 0 75499744 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3786/statm: 217136 34819 2567 9 0 211683 0
[pid=3786/tid=3787] ppid=3785 vsize=868544 CPUtime=416.28
/proc/3786/task/3787/stat : 3787 (java) R 3785 3772 2823 0 -1 64 12386 0 1 0 40204 1424 0 0 25 0 9 0 75499745 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4127082401 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3788] ppid=3785 vsize=868544 CPUtime=7.95
/proc/3786/task/3788/stat : 3788 (java) S 3785 3772 2823 0 -1 64 44425 0 0 0 725 70 0 0 16 0 9 0 75499746 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3789] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3789/stat : 3789 (java) S 3785 3772 2823 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75499746 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3790] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3790/stat : 3790 (java) S 3785 3772 2823 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75499746 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3791] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3791/stat : 3791 (java) S 3785 3772 2823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75499748 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3792] ppid=3785 vsize=868544 CPUtime=0.3
/proc/3786/task/3792/stat : 3792 (java) S 3785 3772 2823 0 -1 64 1546 0 0 0 29 1 0 0 16 0 9 0 75499748 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3793] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3793/stat : 3793 (java) S 3785 3772 2823 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75499748 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3794] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3794/stat : 3794 (java) S 3785 3772 2823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75499748 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 426.32
Current children cumulated vsize (KiB) 887500

[startup+441.503 s]
/proc/loadavg: 2.94 2.75 2.65 3/92 3800
/proc/meminfo: memFree=16208/2055920 swapFree=4192812/4192956
[pid=3772] ppid=3770 vsize=13600 CPUtime=1.76
/proc/3772/stat : 3772 (sugar) S 3770 3772 2823 0 -1 4194304 974 15137 0 1 3 0 164 9 16 0 1 0 75499548 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3772/statm: 3400 797 370 3 0 500 0
[pid=3785] ppid=3772 vsize=5356 CPUtime=0
/proc/3785/stat : 3785 (sh) S 3772 3772 2823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75499744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3785/statm: 1339 233 193 169 0 50 0
[pid=3786] ppid=3785 vsize=868544 CPUtime=430.57
/proc/3786/stat : 3786 (java) S 3785 3772 2823 0 -1 0 59233 0 1 0 41516 1541 0 0 19 0 9 0 75499744 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3786/statm: 217136 34819 2567 9 0 211683 0
[pid=3786/tid=3787] ppid=3785 vsize=868544 CPUtime=422.18
/proc/3786/task/3787/stat : 3787 (java) R 3785 3772 2823 0 -1 64 12565 0 1 0 40751 1467 0 0 25 0 9 0 75499745 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3786/tid=3788] ppid=3785 vsize=868544 CPUtime=8.05
/proc/3786/task/3788/stat : 3788 (java) S 3785 3772 2823 0 -1 64 44425 0 0 0 734 71 0 0 16 0 9 0 75499746 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3786/tid=3789] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3789/stat : 3789 (java) S 3785 3772 2823 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75499746 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3790] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3790/stat : 3790 (java) S 3785 3772 2823 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75499746 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3791] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3791/stat : 3791 (java) S 3785 3772 2823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75499748 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3792] ppid=3785 vsize=868544 CPUtime=0.3
/proc/3786/task/3792/stat : 3792 (java) S 3785 3772 2823 0 -1 64 1546 0 0 0 29 1 0 0 16 0 9 0 75499748 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3793] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3793/stat : 3793 (java) S 3785 3772 2823 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75499748 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3794] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3794/stat : 3794 (java) S 3785 3772 2823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75499748 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 432.33
Current children cumulated vsize (KiB) 887500

[startup+444.702 s]
/proc/loadavg: 3.02 2.77 2.66 3/92 3800
/proc/meminfo: memFree=15568/2055920 swapFree=4192812/4192956
[pid=3772] ppid=3770 vsize=13600 CPUtime=1.76
/proc/3772/stat : 3772 (sugar) S 3770 3772 2823 0 -1 4194304 974 15137 0 1 3 0 164 9 16 0 1 0 75499548 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3772/statm: 3400 797 370 3 0 500 0
[pid=3785] ppid=3772 vsize=5356 CPUtime=0
/proc/3785/stat : 3785 (sh) S 3772 3772 2823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75499744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3785/statm: 1339 233 193 169 0 50 0
[pid=3786] ppid=3785 vsize=868544 CPUtime=433.71
/proc/3786/stat : 3786 (java) S 3785 3772 2823 0 -1 0 59327 0 1 0 41805 1566 0 0 19 0 9 0 75499744 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3786/statm: 217136 34819 2567 9 0 211683 0
[pid=3786/tid=3787] ppid=3785 vsize=868544 CPUtime=425.26
/proc/3786/task/3787/stat : 3787 (java) R 3785 3772 2823 0 -1 64 12659 0 1 0 41035 1491 0 0 25 0 9 0 75499745 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3786/tid=3788] ppid=3785 vsize=868544 CPUtime=8.12
/proc/3786/task/3788/stat : 3788 (java) S 3785 3772 2823 0 -1 64 44425 0 0 0 739 73 0 0 16 0 9 0 75499746 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3786/tid=3789] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3789/stat : 3789 (java) S 3785 3772 2823 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75499746 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3790] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3790/stat : 3790 (java) S 3785 3772 2823 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75499746 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3791] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3791/stat : 3791 (java) S 3785 3772 2823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75499748 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3792] ppid=3785 vsize=868544 CPUtime=0.3
/proc/3786/task/3792/stat : 3792 (java) S 3785 3772 2823 0 -1 64 1546 0 0 0 29 1 0 0 16 0 9 0 75499748 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3793] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3793/stat : 3793 (java) S 3785 3772 2823 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75499748 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3786/tid=3794] ppid=3785 vsize=868544 CPUtime=0
/proc/3786/task/3794/stat : 3794 (java) S 3785 3772 2823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75499748 889389056 34819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 435.47
Current children cumulated vsize (KiB) 887500

[startup+446.302 s]
/proc/loadavg: 3.02 2.77 2.66 3/85 3800
/proc/meminfo: memFree=145808/2055920 swapFree=4192812/4192956
[pid=3772] ppid=3770 vsize=13600 CPUtime=436.14
/proc/3772/stat : 3772 (sugar) R 3770 3772 2823 0 -1 4194304 997 74771 0 2 3 27 42003 1581 16 0 1 0 75499548 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 228706718761 0 0 4224 16386 0 0 0 17 0 0 0
/proc/3772/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 436.14
Current children cumulated vsize (KiB) 13600

[startup+447.902 s]
/proc/loadavg: 3.10 2.79 2.67 3/82 3800
/proc/meminfo: memFree=1877280/2055920 swapFree=4192812/4192956
[pid=3772] ppid=3770 vsize=13600 CPUtime=436.77
/proc/3772/stat : 3772 (sugar) D 3770 3772 2823 0 -1 4194304 997 74771 0 2 3 90 42003 1581 15 0 1 0 75499548 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/3772/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 436.77
Current children cumulated vsize (KiB) 13600

[startup+448.702 s]
/proc/loadavg: 3.10 2.79 2.67 2/82 3800
/proc/meminfo: memFree=1876840/2055920 swapFree=4192812/4192956
[pid=3772] ppid=3770 vsize=13600 CPUtime=436.81
/proc/3772/stat : 3772 (sugar) D 3770 3772 2823 0 -1 4194304 997 74771 0 2 3 94 42003 1581 15 0 1 0 75499548 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3772/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 436.81
Current children cumulated vsize (KiB) 13600

[startup+448.901 s]
/proc/loadavg: 3.10 2.79 2.67 2/82 3800
/proc/meminfo: memFree=1876840/2055920 swapFree=4192812/4192956
[pid=3772] ppid=3770 vsize=13600 CPUtime=436.82
/proc/3772/stat : 3772 (sugar) D 3770 3772 2823 0 -1 4194304 997 74771 0 2 3 95 42003 1581 15 0 1 0 75499548 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3772/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 436.82
Current children cumulated vsize (KiB) 13600

[startup+449.001 s]
/proc/loadavg: 3.10 2.79 2.67 2/82 3800
/proc/meminfo: memFree=1876840/2055920 swapFree=4192812/4192956
[pid=3772] ppid=3770 vsize=13600 CPUtime=436.83
/proc/3772/stat : 3772 (sugar) D 3770 3772 2823 0 -1 4194304 997 74771 0 2 3 96 42003 1581 15 0 1 0 75499548 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/3772/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 436.83
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 449.061
CPU time (s): 436.861
CPU user time (s): 420.074
CPU system time (s): 16.7864
CPU usage (%): 97.283
Max. virtual memory (cumulated for all children) (KiB): 907876

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

runsolver used 0.564914 second user time and 1.51977 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-16 07:59:25
IDJOB=1127108
IDBENCH=66128
IDSOLVER=368
FILE ID=node8/1127108-1216187964
PBS_JOBID= 7905882
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/warehouses/normalized-capmp4_ext.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-1127108-1216187964/watcher-1127108-1216187964 -o /tmp/evaluation-result-1127108-1216187964/solver-1127108-1216187964 -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-1127108-1216187964.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dec8f5a04243737d42e444af5cc65e84
RANDOM SEED=212397606

node8.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.268
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.268
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:       1827592 kB
Buffers:         11692 kB
Cached:          60864 kB
SwapCached:          0 kB
Active:         137688 kB
Inactive:        26008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1827592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4172 kB
Writeback:           0 kB
Mapped:         111440 kB
Slab:            49648 kB
Committed_AS:  1242264 kB
PageTables:       1960 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node8 at 2008-07-16 08:06:54